body {
 font: 76% Verdana,Helvetica,Arial,sans-serif;
 color: #000;
 background: #fff; 
 margin: 0 auto; }
 
 #header {
   background: #c00;
   height: 100px;
   width: 100%; }
   
   #menu {
    float: left;
    background: #000;
    font: Arial, sans-serif;
    width: 100%;
    color: #fff; 
    margin-bottom: 15px;}

#menu ul {
  margin:0;
  padding:0;
  list-style:none;
  text-transform:uppercase;
  }

#menu li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }

#menu a, #menu strong {
  display:block;
  padding:4px 20px 5px 15px;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  }

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #menu a {
  width:1%;
  }

#menu a:hover, #menu #current a:hover strong, #menu #current strong {
  color:#ff9;
  }

#menu a strong, #menu #current a strong {
  background:none;
  padding:0;
  border:none;
  }

    #container {
      width: 100%;
      float: left;
      margin-right: -215px;
      }
		
    #content {
      margin-left: 15px;
      margin-right: 235px;
    }
    
    #sidebar {
      width: 200px;
      float: right;
		margin-right: 15px;
    }
    
    #footer {
      clear: both;
      margin-top: 15px;
      color: #ccc;
      font-size: 80%;
      margin-left: 15px;
    }
    h1,h2,h3 {font-family: Arial, sans-serif;}
    h1 { margin-top: 0; font-size: 200%;}
    h3 { font-size: 100%; }
	 
    #content img.left {float: left; margin: 0; padding: 0; border: 0; }
    #content img.poster {border: 1px solid #000; }
    #contest img.right {float: left; margin: 0; padding: 0; border: 0; }

	 
	#sidebar #sidehead {background: #fff url('/images/toptab.gif') top center no-repeat; width: 200px; border-bottom: 1px solid #000; }
	#sidebar #sidehead h3 { padding: 3px; color: #000; margin: 0; text-transform: uppercase; font-weight: normal;}
    
    a { color: #c00;}
    .indexshow { margin-left: 235px;}


/*slideshow size*/

 #mySlideshow
{
width: 216px !important;
height: 306px !important;
}