body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #6B0808;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#wrap {
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#header  {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 200px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#header  h1  {
	margin: 0px;
	display: block;
	color: #F3E3C8;
	font-size: 48px;
	line-height: 200%;
	padding: 50px 0px 0px 30px;
	font-weight: bolder;
}
#header h3 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 120%;
	margin: -8px 90px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
#contents  {
	padding: 0px;
	margin: 10px 0px 0px;
	width: 800px;
}
#sidebar   {
	width: 230px;
	float: right;
	text-align: center;
	margin: 0px 33px 0px 0px;
	padding: 0px;
	display: inline;
}
#sidebar  ul   {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding: 0px;
}
#sidebar  li   {
	display: block;
	padding: 0px;
	margin: 0px 0px 10px;
}
#sidebar  a   {
	color: #993300;
	text-decoration: none;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBF5EB;
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
}
#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;
}
#sidebar  h2   {
	font-size: 30px;
	padding: 5px;
	display: block;
	text-transform: uppercase;
	color: #993300;
	text-align: center;
	line-height: 150%;
	font-weight: bolder;
	margin: 0px 0px 5px;
	border-bottom: 3px dashed #CC3333;
}
#left   {
	margin: 0px 0px 0px 15px;
	float: left;
	width: 500px;
	padding: 0px;
	overflow: hidden;
}
#left  p   {
	margin: 0px 5px;
	padding: 0px;
	font-size: 16px;
	line-height: 160%;
}
#c-head {
	border: 1px solid #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 500px;
}
h1 {
	font-size: 25px;
	color: #CC0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 180%;
}

.c-content {
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	width: 495px;
	float: left;
	border: 1px solid #FFFFFF;
}


#left  .postheading   {
	display: inline;
	margin: 5px 0px 5px 30px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
#left  a     {
	font-weight: normal;
	font-size: 25px;
	color: #B7412C;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 15px 0px 0px;
	float: left;
	text-decoration: none;
}
#left  a:visited,active {
	color: #B7412C;
	text-decoration: none;
}
#left  a:hover   {
	color: #000000;
	text-decoration: none;
	background-color: #FAF2E6;
}
#left .date   {
	display: block;
	font-size: 31px;
	padding-top: 15px;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	color: #0099CC;
	margin: 0px;
	line-height: 32px;
}

#left .cal   {
	background-image: url(images/datecal.png);
	background-repeat: no-repeat;
	width: 50px;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	float: left;
}
#left .headspacer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 250px;
	float: left;
}
.clear   {
	clear: both;
}

h3.link {
	font-size: 16px;
    font-weight: bold;
	margin: 10px 0 0 10px;
	padding: 0;
    }

p.link {
	margin: 0 0 15px 25px;
    padding: 0;
    font-size: 14px;
	line-height: normal;    
    }

p.pr {
	font-size: 14px;
	margin: 0;
	line-height: normal;
	}
       
p.prlink {
	margin: 0;
	line-height: normal;
	}
	
p.printro {	
	font-size: 13px;
	margin: 0;
	line-height: normal;
	}	 
	
span.printro {	
	font-size: 13px;
	margin: 0;
	line-height: normal;
	}  
	
a.pr {
	font-size: 14px;
	}


#footer {
	background-image: url(images/footerbg.png);
	background-position: 0px 0px;
	float: none;
	color: #F3E3C8;
	font-size: 14px;
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px 10px;
	text-align: center;
}
