/* CSS Document */

body {
	background-color: #30130B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F2DB9B;	
	text-align: center;
	line-height: .025px;
	}



#allcontent{

	width: 90%;
	margin: 10px auto;
	background-color: #FCF2CF;
	line-height: 130%;
	width: 863px;
	background-image:url(images/background_rust3.jpg);	

}

#linkheader{
	background-image: url(images/background_rust.jpg);
	width: 843px;
	height: 15px;
	text-align: right;
	font-size: xx-small;
	padding: .5em;
	margin-bottom: 0px;
	color: #30130B;
	}

#header {
	background-image:url(images/newbanner2011.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FCF2CF;
	padding-top: 10px;
	margin: auto;
	width: 863px;
	height: 200px;
	border-bottom: thin dotted #9A8E57;
	
	}


#leftnav{
 	float: left;
	width: 141px;
	height: auto;
	margin: 0;
	padding: 1em;
	border-right: thin dotted #9A8E57;
	border-bottom: none;
	
	

}



#main{
	margin-left: 151px;
	margin-right: 151px;
	margin-top: 10px;
	padding: 40px;
	max-width: 60em;
	color: #30130B;
	
}

#footer {
	background-image:url(images/background_flower.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #30130B;
	width: 843px;
	height: 50px;
	position: auto;
	margin-top: 10px;
	padding: 1em;
	line-height: normal;
	margin-top: auto;
	border-top: thin dotted #9A8E57;
	
}

#copyright {
	font-size: x-small;
	color: #9A8E57;	
	
}

a:link	{
	color: #9A8E57;
	text-decoration: none;
	border-bottom: thin dotted #9A8E57;
	}

a:visited	{
	color: #6C92A2;
	text-decoration: none;
	border-bottom: thin dotted #6C92A2;
	}



table {
	border: thin Solid #9A8E57;
	padding: 10px;
		}

th {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	}
	
td {
	vertical-align: top;
	padding-bottom: 15px;
	}

.left {
	text-align:left;
	}
	

