@charset "utf-8";

/* CSS Document */
body {

	background-image: url(images/bg.gif);

	font-family:Verdana, Geneva, sans-serif;

	font-size:12px;
	
	line-height:1.3em;


	color:#333333;

}
#container {

	position:relative;

	border:#505050;

	width:950px;

	margin-left: auto;

	margin-right: auto;

}
#nav {

	background-image:url(images/index_top.jpg);
	
	height:113px;
	
	width:950px;
	
}
#container {

	background:url(images/scroll.jpg) top repeat-y;

	width:950px;
}

#footer {

	position:inherit;

	background-image:url(images/index_bottom.jpg);

	height:22px;

	width:950px;

}
#contentLeft {
	

	margin-top:20px; 
	
	margin-left:35px; 
	
	width:550px;  
	
	height:auto;

}
#contentRight {
	
	background-color:#dfdfdf;
	
	height:auto;
	
	
	width:8px;

	
}
.content {

	padding-left:25px;

}
.ren {

	color:#a06715;

}
.renHeader {
	
	color:#a06715;
	
	font-size:20px;
}
a:link {
	color:#975900;
	text-decoration:underline;
	}
a:visited {
	color:#975900;
	text-decoration:underline;
	}
a:hover {
	color:#373737;
	text-decoration:none;
	}
a:active {
	color:#975900;
	text-decoration:underline;
	}

.bottomLinks a:link {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.bottomLinks a:visited {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
.bottomLinks a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.bottomLinks a:active {	
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}


	
.imgindent {margin:0 10px 0 0; float:left;}
.imgindentRight {margin:0 0 0 10px; float:right;}