body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a0900;
	background-color: #ffe3a9;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color:#990000;
}
#container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2a0900;
	border-left-color: #2a0900;
	width: 790px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leaderboard {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#masthead {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	border: 3px solid #2a0900;
	background-color: #eab753;
	margin: 4px;
	padding: 0px;
	text-align: left;
	letter-spacing: 1px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation  li {
	display: inline;
	list-style-type: none;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	background-image: url(images/nav_link_bg.gif);
	height: 28px;
	width: auto;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2a0900;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
}
#navigation a .big {
	font-size: 14px;
}
#navigation a:hover {
	text-decoration: underline;
}
#left_content {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left_content .post {
	background-color: #fff5e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4b787;
	background-image: url(images/post_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 458px;
}

#left_content h2, #left_content .post h2, #left_content  .post h2 a {
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-decoration:none;
}
#left_content .post h2, #left_content  .post h2 a {
	color: #990000;
}
.pagetitle{
	color:#2a0900;
	font-size: 36px;
}
#left_content .post h3 a{
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0;
	text-decoration:none;
}
#left_content .post p {
	margin-left: 18px;
	margin-top: 12px;
	margin-right: 18px;
}
#commentTemp{
	background-color:#FFF5E1;
	width: 452px;
	border: 1px solid #D4B787;
	padding: 2px;
	margin: 0 0 5px 0;
}
#commentTemp h3{
	background-color:#FAC049;
	background-image: url(images/gen_h2_bg.gif);
	background-position: right top;
	background-repeat:no-repeat;
	height: 30px;
	margin:0;
	font-size: 24px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#commentTemp p{
	margin:10px 3px 0 3px;
	padding:0;
}
#commentTemp li{
	padding: 0 0 10px 0;
}
#sidebar {
	margin-right: 5px;
	margin-left: 0px;
	float: right;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 306px;
	font-size: 12px;
}
#sidebar h2 {
	margin: 0px;
	padding: 2px;
}
#podA, #podB, #podC, #podD, #podTop {
	width: 298px;
	border: 3px solid #2a0902;
	margin-bottom: 5px;
}
#podA, #podC {
	text-align:left;
	background-color:#FFFFFF;
}
#podB, #podD, #podTop {
    text-align:left;
	background-color:#fff5e1;
}
#podA p, #podB p, #podC p, #podD p, #podTop p{
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 7px;
	margin-left: 12px;
}
#podTop p {
	font-size:14px;
}
.right{
	text-align:right;
}
#footer{
	margin: 10px 0 0 0;
	height: 50px;
	clear: both;
	background-color:#FFCB66;
	border-top:1px solid #d4b787;
}
/* Paged Navigation */
.pagenavigationbox {
	padding: 5px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.pagenav, .pagenavcurrent {
		border: 1px solid #d4b787;
		margin: 0 3px;
		padding: 5px;
}

.pagelink {
	border: 1px solid #d4b787;
	color: #C00 !important;
	margin: 0 3px;
	padding: 5px;
}

.pagelink:hover {
	border: 1px solid #d4b787;
	background-color: #C00;
	color: #FFF !important;
}