body{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{
	background-image: url(../images/left_red.gif);
	background-repeat: repeat-y;
	padding-left: 31px;
	width: 740px;
	margin: auto;
}
#header{
	background-image: url(../images/corner.gif);
	background-repeat:no-repeat;
	width: 86px;
	height: 86px;
	width: 740px;
}
#top_bar{
	background-image:url(../images/top_bar.gif);
	background-repeat:no-repeat;
	width: 739px;
	height: 13px;
	font-size: 9px;
}
#top_bar2{
	background-image:url(../images/top_bar2.gif);
	background-repeat:no-repeat;
	width: 739px;
	height: 13px;
	font-size: 9px;
	margin-top: 1px;
}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 242px;
	height: 54px;
	float: left;
	margin-left: 12px;
	margin-top: 18px;
}
#banner{
	background-color: #CD8D5A;
	width: 738px;
	height: 100px;
	margin-left: 1px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
}
#content_container{
	background-image:url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position:right;
	padding-bottom: 30px;
}
#leftcol{
	width: 408px;
	float: left;
	padding: 40px;
}
#nav{
	width: 245px;
	float: left;
}
.firefox{
	clear: both;
}
#footer{
	clear: both;
	padding-left: 0px;
	padding-top: 10px;
	color: #7F4D2A;
	border-top: solid 1px red;
	margin-left: 40px;
	width: 410px;
}
#footer a{
	color: #7F4D2A;
	text-decoration: none;
}
a{
	color: #7F4D2A;
}
a:hover{
	color: #C81415;
}
#nav ul{
	margin: 0px;
	width: 160px;
	margin-left: 6px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	text-align: left;
}
#nav li{
	line-height: 30px;
	margin : 0;
	padding : 0;
	color: #FFFFFF;
	display: inline;
}
#nav li a{
	color: #7F4D2A;
	text-decoration:none;
	font-weight: bold;
	text-indent: 18px;
	display: block;
	float: left;
	width: 241px;
	line-height: 30px;
	}
#nav li a:hover{
	border: solid 1px #CBAE99;
	border-right: none;
	background-color: #E9D8CB;
	border-left: solid 4px #C81415;
	text-indent: 14px;
	line-height: 28px;
}
#nav img{
	margin-left: 20px;
	margin-top: 10px;
}
.selected{
	border: solid 1px #CBAE99;
	border-right: none;
	background-color: #E9D8CB;
	border-left: solid 4px #C81415;
}
.floatright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
strong{
	color: #C81415;
}
.lines{
	border-bottom: solid 1px #F6ECE4;
	height: 100px;
}
