@CHARSET "ISO-8859-1";
body { 
	font-family:Arial;
	background-color:#000000;
	color:#000000;
	font-size:10px;
}

a { color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
a:hover { text-decoration:underline; }

h1 { font-size:16px; }
h2 { font-size:14px; }

#container { 
	text-align:center;
}

#site {
	width:1000px;
	margin:auto;
	background-color:#ffffff;
}

#header { }
#header h1.logo { }
#header img { border:0; }

#nav { background-color:#005393; }
#nav ul { padding:10px 0 0 15px; background-color:#005393; height:25px; list-style-type:none; margin:0; }
#nav li { float:left; margin-left:2px; border-right:1px solid white; text-transform: uppercase;}
#nav li.current,
#nav li.section { }
#nav li a { display:block; font-weight:bold; font-size:1.1em; padding:0 30px; }
#nav li a:hover { }
#nav li.last{ border-right:0; }
#nav li.active a,
#nav li.section a { color:#ff9400; }

#gallery { padding:10px; text-align:center; }
#gallery p { font-size:14px; font-weight:bold; text-align:center; height:40px}
#gallery li { float:left; }

#content { text-align:left; padding:10px 20px; }

#col-left { width:375px; }
#col-middle { width:425px; }
#col-right { width:200px; }

#hot-links { border:1px solid #ff9400; background-color:#005393; padding:10px; }
#hot-links ul { list-style-type:none; }
#hot-links li { text-transform: uppercase; }


#footer {}