/* --HTML and BODY Information-- */
html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	background: #4d2c00;
	margin: 8px;
	padding: 0;
		}
		
		
		/* --HTML and BODY Information
div {border: solid 1px #f00;}-- */
	
#mainframe {
		background: #E19E36  url(images/main-bk.gif) repeat-y center;
		width:806px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
#bottom-of-page {
		background: url(images/bottom-bk.gif) no-repeat bottom;
		width:806px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
#nav {
		width:194px;
		height:366px;
		float:left;
		background: #000000 url(images/nav-bk.jpg) no-repeat top;
		padding: 0px;
		}
		
#nav2 {
		width:194px;
		height:366px;
		float:left;
		background: #4d2c00 url(images/nav-bk2.jpg) no-repeat top;
		padding: 0px;
		}
		
#nav3 {
		width:194px;
		height:100px;
		float:left;
		background: #4d2c00 url(images/nav-bk3.jpg) no-repeat top;
		padding: 0px;
		}
		
#nav p { text-align:left;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 26px;
	}
	
#contentcenter {
		background: url(images/body-bk.jpg) no-repeat top left;
		width:612px;
		padding:0px;
		float:left;
		}
		
#homecenter {
		width:612px;
		padding:0px;
		float:left;
		}
		
#topnav {
		width:806px;
		float:left;
		background: #4D2C00 url(images/top-nav.gif) repeat-y center;
		padding: 0px;
		}
		
#topnav p { text-align:left;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 170px;
	}
		
p {margin:5px 30px 6px 30px;
		}
		
p.exerpt {
		margin:5px 30px 6px 50px;
		color: #4d2c00;
		}
		
.floatright {
	float: right;
	margin:0;
	padding:0;
	}

	
.floatleft {
	float: left;
	margin:0px 10px 6px 30px;
	padding:0;
	}
	
		
h1 {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	margin:0px 30px 10px 30px;
	padding: 0px;
	font-weight: normal;
	line-height: 18px;
		}
		
h2 {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	margin:10px 30px 6px 30px;
	font-weight: bold;
	line-height: 15px;
		}
		
h3 {	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
		margin:10px 30px 6px 50px;
		color: #4d2c00;
		font-weight: bold;
		}
		
b { font-weight: bold;}



a:link {
	color: #ffcc00;
	text-decoration: none;
}

a:visited{
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a.body:link, a.body:visited{
	color: #660000;
	text-decoration: none;
	}

a.body:hover, a.body:active{	
	color: #330000;
	text-decoration: underline;
	}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #660000;
}
