@charset "utf-8";
/* CSS Document */
body {background-color:#000;}

h1 {color:#003300; font-size:1.6em;}

#container {margin-left:auto; margin-right:auto; width:960px; background-color:#FFF; overflow:hidden; margin-top:10px; padding-top:5px;}

#header {background-image:url(../images/header.png); background-repeat:repeat-x; height:188px; padding-top:20px;}


.floatright {float:right; padding-right:10px;}
.floatleft {float:left;}

#photos img {border: #003300 2px outset;
	margin-bottom:10px;}
	
#footer {background-color:#003300; color:#fff; text-align:center; padding-top:10px; padding-bottom:10px;}
#footer a {font-weight:bold; color:#FFF; text-decoration:none;}

#footer a:hover {text-decoration:underline;}
