/* CSS Document */
#CenterPage {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -410px;
	clear: both;
}

.navbar {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	width:780px;
	height:44px;
	background:#930b0b url(Images/nav_bg.jpg);
	text-align:left;
	color:#000000;
	font-size:12px;
	background-repeat: no-repeat;
}

#nav ul{
	white-space: nowrap;
	font-size:12px;
	color:#ffffff;
	float:left;
	width:770px;
	height:39px;
	background:transparent;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#ffffff;
text-decoration:none;
float: left;
border-left:1px solid #4f0202;
background:transparent;
}

#nav ul li a:hover{
color:#000000;
text-decoration:none;
border-left:1px solid #4f0202;
}


#left_column {
	font-family:Arial, Helvetica, sans-serif;
	width:168px;
	color:#6E312A;
	font-size: 12px;
	float:left;
	height:inherit;
	}
#center_column {
	width:602px;
	float: right;
	height:inherit;
	padding-right: 5px;
	padding-left: 5px;
}
#Footer {
	clear: both;
	background-image: url(Images/page_bottom.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#CompanyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	z-index: 1;
	top: 77px;
}
