@charset "UTF-8";
/* CSS Document */

body {
	font-family: Palatino, Times New Roman, serif;
	font-size: .8em;
	line-height:1.4em;
	background: #120F0B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #E2CA9C;
}
a:link,a:visited,a:active {text-decoration:none; color:#E2CA9C;}
a:hover{text-decoration: underline;}
h1,h2,h3,h4 {font-weight: normal; color:#FFFFFF; line-height:100%;}
#container {
	width: 1000px;
	background:#120F0B;
	margin: 0;
	text-align: left;	
	background-image: url(/images/bg_left_column.jpg);
	background-repeat: no-repeat;
}
#header {
	width:690px;float:left;
	height: 50px;
	background-color:#FFFFFF;
	color:#666;
	font:.8em Arial, Helvetica, sans-serif normal;
}
#header ul li {
	display:inline;
	width: 700px;
	height: 15px;
	border-right: thin solid silver;
	padding:0 20px;
}
#header a:link, header a:visited {
	text-decoration:none;
	color:#666666;
	font-size: .8em;
}
#header a:hover, header a:active {
	text-decoration:underline;
	color:#333;
}
#left_column {
	float: left; clear:both;
	height:900px;
	width: 270px;
	padding: 15px 10px 15px 20px;
}
#right_column {
	width:240px;
	height:800px;
	padding: 0 20px;
	border-left:thin solid #666666;
	float:right;
	margin: 0 20px 30px 20px;
}
#right_column2 {
	width:150px;
	padding: 0 20px;
	border-left:thin solid #666666;
	float:right;
	margin: 0 20px 30px 20px;
}
.dividerline {
	width: 150px;
	height:1px;
	border-top:thin dashed #98794F;
	margin:15px 0 15px 0;
}

/*------ Main Navigation ------*/
#nav {
	float:left; 
	width: 690px; 
	padding:0; 
	margin:0;
	height:62px;
	background-image: url(/images/bg_nav.jpg);
}
#nav ul {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	float: left;
}

#nav ul li { 
	display: inline;
}

#nav ul li a
{
	padding: 24px 18px; 
	height:42px; 
	width:100px; 
	text-align: center;
	background-image: url(/images/bg_nav.jpg);
	color: #FFFFFF;
	text-decoration: none;
	font-size:1.3em;
	float: left;
	font-style:italic;
	border-right: 1px solid #fff;
}

#nav ul li a:hover {
	text-decoration: none;
	background-image: url(/images/bg_nav_over.jpg);
	color: #333;
}
/* ------------END OF NAV---------*/

#mainContent {
	background: url(/images/bg_main_content.png) repeat-x top;
	width: 650px;
	height:auto;
	padding: 20px;
	float: left;
}
#footer {
	width: 100%;
	background-color:#120F0B;
	height:30px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.8em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}