﻿/* CSS layout */
body{
	background: black;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
}

#top_nav {
}
#main_box{
	width:900px;
	margin: 0 auto;
}
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 200px;
	margin-left: 8px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}

#footer {
}
.style1 {
	text-align: center;
}


#chromemenu{
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(media/chromebg2.gif) center center repeat-x;
}
.style6 {
	text-align: center;
	font-size: 10pt;
}
a:visited {
	color: #FFFFFF;
}
