@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#5a9fea url("/images/bg1.jpg") top left repeat-x;
}

/* Headers */
h1 { color:#ffffff; margin:0px 0px 10px 0px; padding:0px; }

/* Disclaimer */
#disclaimer { color:#F5EEBA; font-size:12px; padding:20px; }
#disclaimer a:link, #disclaimer a:visited { color:#ffffff; text-decoration:none; }
#disclaimer a:hover { color:#F5EEBA; text-decoration:underline; }
#disclaimer .links { margin-bottom:10px; }

/* Mast head across the top of all pages */
#masthead { width:850px; margin:0px; padding:0px; }

/* Navigation bar (top) */
.navbar { width:850px; height:40px; background:#6e0019 url("/images/navbar-bg.png") top left repeat-x; margin:0px; padding:0px; }
.navbar a { color:#ffffff; font:bold 14px "Arial Narrow",Arial,sans-serif; text-transform:uppercase; text-decoration:none; }
.navbar .item { margin-right:5px; }

/* Page content */
#page { width:850px; background:#000000; margin:0px; padding:0px; }
#page .content { background:#202b3f; color:#ffffff; padding:20px; text-align:left; font-size:12px; }

/* Scrolling text bar */
#scrollbar { width:850px; background:url("/images/scrollbar-bg.png") top left repeat-x; text-align:center; }

/* Photo gallery thumbnails */
.thumbnail { float:left; width:160px; margin-right:20px; margin-bottom:20px; }

/* Clear floating objects */
.clear { clear:both; }

ul,slides { list-style: none; }
