body {
	font: 12px "Arial";
	color: #b47556;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #b47556;
	text-decoration: none;
}
a:hover {
	color: #b47556;
	text-decoration: underline;
}
/* header of site */
.title, .title:hover {
	color: #000000;
	padding-left: 40px;
	font: 20px "Verdana";
	line-height: 60px;
	text-decoration: none;
}
.slogan {
	padding-left: 10px;
	font: 12px "Verdana";
}
.nav {
	padding-left: 150px;
}
.nav a {
	text-decoration: none;
}
/* 3 main rows */
.header {
	width: 720px; padding: 10px; text-align: left;
}
.content {
	 width: 720px; text-align: left;
}
.footer {
	position: relative;
	color: #888888;
	width: 720px; padding: 10px; text-align: right;
}

/* main content with left nav */
.left_content{
	padding-left: 30px;
	float: left;
	width: 15%;
	border: 0px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
}
.right_content{
	height: 460px;
	float: right;
	width: 79%;
	border: 0px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navleft {
	
}
.clear {
	clear: both;
	display: block;
}

/* page top */

.num {
	font: 11px "Arial";
	padding-left: 2px;
	padding-right: 2px;
	color: #cecece;
	text-decoration: none;
}
.num_a {
	font: 10px "Arial";
	border: 1px solid #cecece;
	padding-left: 2px;
	padding-right: 2px;
	color: #cecece;
	text-decoration: none;
	background-color: #ffffff;
	line-height: 50px;
}
.num_a:hover, .numon_a, .numon_a:hover {
	font: 10px "Arial";
	border: 1px solid #cecece;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cecece;
	line-height: 50px;
}
.page_head{
	float: left; width: 58%;
	border: 0px solid black;
}
.paging {
	float: right; width: 40%; text-align: right;
	border: 0px solid black;
}
.pic {
	text-align: left;
	border: 0px solid black;
}
