body { 
	background-image: url(../images/template/bg.gif); 
	background-repeat: repeat-x; 
	background-attachment: fixed; 
	margin: 0; 
	padding: 0; 
}
.div_clear {
	clear: both;
}
/*default-links*/
a:link { 
	color: #7d7e5f; 
}
a:visited { 
	color: #7d7e5f; 
}
a:hover { 
	color: #7d7e5f; 
	text-decoration: none; 
}
a:active { 
	color: #ce301c; 
}
/*template*/
#site { 
	background-image: url(../images/template/site_bg_shadow.png); 
	background-repeat: repeat-y; 
	background-position: center 0; 
	width: 1000px; 
	margin: 0 auto;
}
#header { 
	background-color: #fff; 
	width: 900px; 
	height: 138px; 
	margin: 0 auto;
}
#menu { 
	width: 900px;
	height: 36px;
	margin: 0 auto;
}
#banner { 
	background-color: #fff; 
	width: 900px; 
	height: 176px; 
	margin: 0 auto; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
}
#content_wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}
#left_col { 
	width: 282px; 
	min-height: 500px; 
	float: left;
}
.col_box { 
	padding-top: 12px;
	width: 262px; 
	margin: 10px auto 0;  
	text-align: center;
}
.col_box img { 
	border: solid 1px #000; 
}
#content {
	width: 618px; 
	float: left; 
}
#footer { 
	background-color: #fff; 
	width: 900px; 
	clear: both; 
	text-align: center; 
	padding: 10px 0; 
	margin: 0 auto;
}
#bottom_patch {
	background-image: url(../images/template/bottom_patch.png); 
	background-repeat: repeat-y; 
	background-position: center 0; 
	width: 1000px;
	height: 50px; 
	margin: 0 auto;
}
/*end-t*/

/*fonts*/
p, table, li {
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
p { font-size: 14px; line-height: 125%; margin: 10px 10px 0 0; padding: 0; }
li {
	color: #8f1200;
}
li p {
	color: #000000;
	margin: 5px;
	line-height: 100%;
}
h1, h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-transform: capitalize; 
	padding: 10px 10px 0 0; 
	margin: 0; 
}
h3, h4, h5 { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	text-transform: capitalize; 
	padding: 10px 10px 0 0;
	margin: 0; 
}
.col_box h1 { 
	color: #fff; 
	font-weight: normal; 
	font-size: 14px; 
	background-image: url(../images/template/menu.gif); 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 28px; 
	text-align: center; 
	padding-top: 8px; 
	margin: 0; 
}
h1 { 
	color: #7d7e5f; 
	font-size: 24px;
}
h2 { 
	color: #000; 
	font-size: 18px; 
}
h3 { 
	color: #8f1200; 
	font-size: 15px; 
}
h4 { 
	color: #3c3c3c; 
	font-size: 13px; 
}
ul.unbulleted { 
	list-style-type: none; 
}
span.unboldit { 
	font-weight: normal; 
}

/*e-f*/

/*images*/
img.leftimg { float: left; margin: 10px 10px 10px 0; border-style: solid; border-width: 1px; }
img.rightimg { float: right; margin: 10px; border-style: solid; border-width: 1px; }
