body {
  font-family:	Candara, Verdana, sans-serif;
  background:	#471516 url(img/top_grad.jpg) repeat-x fixed top;
  margin:		0px 0px 0px 0px;
  padding:		0px 0px 0px 0px;
  color:		#063c4b;
}

a:link, a:hover, a:active, a:visited {
	color:				#6d3532;
	text-decoration:	none;
	border-bottom:		1px dotted #6d3532;
}

img {
	border:	0px;
}

h1 {
	display:		inline;
	font-weight:	normal;
}

p {
	margin:	0px 0px 10px 0px;
}

#header {
	width:			900px;
	height:			128px;
	margin-top: 	0px;
	margin-left:	auto;
	margin-right:	auto;
	padding:		0px 0px 0px 0px;
}

#main-body {
	width:			900px;
	padding:		0px 15px 0px 15px;
	margin-left:	auto;
	margin-right:	auto;
	background:		url(img/main_bg.jpg) repeat-y;
}

#sidebar {
	width:			180px;
	float:			left;
	margin:			0px 0px 0px 0px;
	padding:		20px 10px 20px 10px;
	background:		url(img/sidebar_top_bg.jpg) no-repeat top;
	text-align:		center;
}

#sidebar .hr {
	margin:		20px 0px 20px 0px;
}

#content {
	width:			660px;
	float:			right;
	margin:			0px 0px 0px 0px;
	padding:		20px 20px 20px 20px;
	background:		url(img/content_top_bg.jpg) no-repeat top;
	text-align:		left;
}

#content .hr {
	margin: 15px 0px 15px 0px;
}

a.more:link, a.more:hover, a.more:active, a.more:visited {
	border-bottom:	0px;
}

#bottom-cap {
	clear:			both;
	width:			930px;
	height:			115px;
	margin-left:	-15px;
	background:		url(img/btm_cap_bg.jpg) no-repeat bottom;
}

#footer {
	text-align: 	center;
	margin-left:	auto;
	margin-right:	auto;
	font-size:		10pt;
	color:			white;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color:			white;
	border-bottom:	1px dotted white;
}