@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFCC33;
	background-color: #000000;
}


h1, h2, h3, h4, h5 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; padding: 5px 10px; /* top and bottom padding create visual space within this div */}

h6 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; padding: 5px 10px; /* top and bottom padding create visual space within this div */}


.thumb1 {float: left; margin-left: 24px; margin-right: 1px; border: 1px inset white; padding: 4px}

.style2 {font-size: 12px; font-family:Arial, Helvetica, sans-serif; color: #000033}


a:link {
	color: #FFCC33;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color:#FF0000;
}
a:active {
	color: #FF3366;
}

#thumbs {float: left; background:#000000; width: 700px; height: 420px; margin: 0px 0px 0px 100px; border: 0px inset white; padding: 0px  }
#thumbs2 {float: left; background:#000000; width: 700px; height: 300px; margin: 0px 0px 0px 100px; border: 0px inset white; padding: 0px  }
#thumbs3 {float: left; background:#000000; width: 700px; height: 300px; margin: 0px 0px 0px 100px; border: 0px inset white; padding: 0px  }
#thumbs4 {float: left; background:#000000; width: 700px; height: 300px; margin: 0px 0px 0px 100px; border: 0px inset white; padding: 0px  }




#head {background:  #000000 ;  margin: 0px 0px 0px 0px;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */}
	
	
#container { 
	width: 53.75em;  /* 46em width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:  #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

<![endif]-->






