* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #785e3e;	
}

p {
	color:#131313;
	font-family:"Trebuchet MS";
	font-size: 14px;
	line-height: 1.5em;
	text-align:justify;
}


h1.red {
	font-family:"Trebuchet MS";
	font-weight:normal;
	font-size:18px;
	color:#cc0000;
	border-bottom:solid 2px #cc0000;

}

a:link, a:visited, a:active  {
	color: #7c5944;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color:#997E4D;
	text-decoration:underline;
}

#center_template {
	width:870px;
	margin:auto;
}

#main_wrapper {
	width:870px;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	float:left;
}

#main_wrapper_end {
	width:870px;
	height:21px;
	background-image:url(../images/content_end_bg.png);
	background-repeat:no-repeat;
	float:left;
}

#content {
	width:830px;
	margin:auto;
}

#header {
	width:830px;
	height:216px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#top_links_quad {
	width:300px;
	height:28px;
	background-image:url(../images/top_links_quad.png);
	background-repeat:no-repeat;
	float:left;
}

div.top_links_bullet {
	width:3px;
	height:28px;
	margin-left:20px;
	margin-right:20px;
	background-image:url(../images/top_links_bullet.png);
	background-repeat:no-repeat;
	float:left;
}

#top_links a{
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	float:left;
}

#top_links a:hover{
	text-decoration:underline;
}

#top_links {
	height:28px;
	width:830px;
	background-image:url(../images/top_links_bg.png);
	background-repeat:repeat-x;

}

#wrapper {
	width:830px;
	float:left;
}

#left {
	width:165px;
	float:left;
	
}

#quad {
	width:165px;
	height:111px;
	background-image:url(../images/quad.png);
	background-repeat:no-repeat;
}

#link a{
	color:#4e0606;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5em;
	display:block;
	text-align:left;
	margin-left:10px;
}

#link a:hover{
	font-weight:bold;
}

#link {
	background-color:#d3d3d3;
	border:solid 1px #340f07;
	width:100%;
	float:left;
}


#center {
	margin-left:10px;
	margin-right:5px;
	float:left;
	width:458px;

}

#blog_hr {
	width:458px;
	height:22px;
	background-image:url(../images/blog_hr.png);
	background-repeat:no-repeat;
}

#blog p {
	margin-top:10px;
}

#blog {
	width:418px;
	padding:0px 20px 0px 20px;
	text-align:left;
	min-height:500px;
	background-color:#e5dacd;
	float:left;
}

#right {
	float:left;
	width:180px;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

#footer {
	width:830px;
	height:20px;
	background-color:#785e3e;
	float:left;
}

.about_us {
	padding:10px;
	margin:0px 10px 0px 10px;

	border:dotted 1px #993300;
}