body {
	font: 12px/1.4 Arial, Verdana, sans-serif;
	background: url(../images/bg.gif) top repeat-x #84a5c4;
	/*background: url(../images/bg.gif) top repeat-x #D7CDDF;*/
	padding: 20px 0;
	margin: 0;
}
 
.textHeader1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;        
    color: #900;
}
 
#pageContainer {
	width: 936px;	
	margin: 0 auto;
	height:20px;
	background-color: white;
}
 
#page {
	width: 936px;
	margin: 0 auto;
	background-color: #fff;
}
 
#header {
 
}
 
#header-cap {
	position: relative;
	height: 24px;
	padding-left: 16px;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	background: url(../images/header-top.gif) no-repeat;
}
 
#contentContainer {
 
	height: 530px;
	/*background: #4A4A4A;*/
	background: white;
}
 
#content {
	width: 80%;
	float: left;
	padding: 15px 0;
}
 
#innerContent {
	margin: 0 20px;	
}
 
#innerContent #mainDesc {
 
}
 
#map {
	width: 100%;
	height: 300px;
	margin: 25px 0 0 0;
	border: 1px solid #909090;
}
 
#menu {
	height: 24px;
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid #909090;
	background: url(../images/menu-bar.png) no-repeat;
}
 
#nav {
    float: left;
    margin: 0;
}
 
#nav li {
	display: inline;
}
 
#nav a:link,
#nav a:visited {
    height: 24px;
	color: #000; 
    font: 14px/1.6 Arial, sans-serif;
    padding: 5px 20px;
	border-right: 1px solid #42432d;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #555;
}
 
#leftCol {
	width: 18%;
	height: 90%;
	float: left;
}
 
#ads {
    padding: 20px 0px 0px 20px;
}
 
#footer {
	width: 936px;
	clear: left;
	height: 25px;
	color: #fff;
	font-size: 9px;
	background: url(../images/bottom.png) no-repeat;
}
 
.main-article {
    font: 12px/1.4 Arial, sans-serif;
    color: #666;
}