body {
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
	background-color: #540701;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FCFCFA;
	background-image: url(../images/layout/containerBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CFC09F;
}
#leftColumn{
	width: 240px;
	height:100%;
	float:left;
}
	#leftColumn ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background-color:#CFC09F;
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-size:14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	}  
		#leftColumn ul li{
		padding: 8px 0px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #FFFFFF;
		background-image: url(../images/layout/navArrow.gif);
		background-repeat: no-repeat;
		background-position: 10px center;
		text-indent: 20px;
		} 
			#leftColumn ul li a{
			color:#660000;
			text-decoration:none;
			} 
				#leftColumn ul li a:hover{
				color:#FFFFFF;
				} 	
#content {
	width: 700px;
	float:right;
	margin:10px 10px 10px 0px;
	
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom:10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFC09F;
}
	#footer p{
	margin: 0px;
	padding: 0px;
	color: #FFFECC;
	font-size:11px;
	}
p,td,div{
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
}
hr{
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6E0900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	clear: both;
}
h2,h3{
	margin: 0px;
	padding: 0px;

}
h2{
	color:#6E0900;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h1{
	color:#A5A573;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link{
 color:#6E6159;
 font-weight:bold;
 text-decoration:underline;
}
a:visited{
 color:#6E6159;
 font-weight:bold;
 text-decoration:underline;
}
a:hover{
 color:#8D0002;
 text-decoration:none;
}
a:active{
 color:#8D0002;
 text-decoration:none;
}
strong{
	color:#6E0900;
}
.padding{
	padding:10px;
}
.brd {
	border: 1px solid #333333;
}

