body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #6B0808;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}

#bg{
	background:url(images/bgtop.png) no-repeat center top fixed;
}
#wrap {
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
	width: 782px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#wrap #header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 209px;
}
#wrap #header h1 {
	margin: 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #F3E3C8;
	width: 450px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#wrap #header .desc {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrap #header #topnav {
	display: block;
	margin-left: 525px;
	margin-right: 35px;
	margin-top: 15px;
}
#wrap #header #topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#wrap #header #topnav li {
	height: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
#wrap #contents #left .postheading {
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrap #contents #left .postheading h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #B7412C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#wrap #contents #left ul {
  list-style-type: none;
	list-style-position: outside;
	line-height: 17px;
	margin: 15px 0 10px 5px;
}
#wrap #contents #left li {
	background: url(images/star.png) no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	display: block;
}
#wrap #contents #sidebar ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	background-image: url(images/sidemenuhvr.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#wrap #contents #sidebar li {
	height: 22px;
	display: block;
}
#wrap #contents #sidebar a {
	color: #993300;
	text-decoration: none;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF5EB;
}
#wrap #contents #sidebar h2 {
	font-size: 16px;
	padding: 5px;
	display: block;
	background-image: url(images/sidemenuhvr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform: uppercase;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrap #contents .clear {
	clear: both;
}
#wrap #contents {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#wrap #header #topnav a {
	color: #FFFBB9;
	text-decoration: none;
	font-weight: bold;
}
#wrap #contents #sidebar {
	width: 211px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}
#wrap #contents #left {
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;
}
#wrap #contents #left p {
	line-height: 20px;
}
#wrap #header #topnav a:visited,active {
	color: #FFD877;
	text-decoration: none;
	font-weight: bold;
}
#wrap #header #topnav a:hover {
	color: #FDFBF7;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #contents #left .postbottom {
	margin: 0px;
	background-image: url(images/postinfobg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	padding-top: 10px;
	text-align: center;
}
#wrap #contents #left h2 {
	font-size: 18px;
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#wrap #contents #left blockquote {
	background-color: #F7EEDD;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9966;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	padding-bottom: 1px;
}
#wrap #contents #left blockquote  p {
	line-height: 20px;
	margin: 0px;
}

#wrap #contents #left a {
	color: #B7412C;
	text-decoration: underline;
}
#wrap #contents #left a:visited,active {
	color: #B7412C;
	text-decoration: underline;
}
#wrap #contents #left a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FAF2E6;
}
#wrap #contents #sidebar a:visited,active {
	color: #993300;
	text-decoration: none;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF5EB;
}
#wrap #contents #sidebar a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF5EB;
}
#footer span {
	margin-left:35px;
}
#footer {
	background-image: url(images/footerbg.png);
	height: 40px;
	padding-top: 30px;
	background-position: 0px 0px;
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F3E3C8;
	font-size: 10px;
	width: 782px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited,active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrap #header h1 a {
	color: #F3E3C8;
	text-decoration: none;
}
#wrap #header h1 a:visited,active {
	color: #F3E3C8;
	text-decoration: none;
}
#wrap #header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
