*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #400000 url("images/tess_bg.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center; /* Centers the main div */
	color: #afac82;
}

img {border: 0;}

a:link, a:visited
		{color: #a33629;}
a:hover	{color: #ffffff;}

h1
{
	font-size: 1.8em;
	margin-bottom: 10px;
}

.centerholder
{
	position: relative;
	background: #000;
	width: 975px;
	margin: auto;
	text-align: justify;
	border-left: solid 5px #000;
	border-right: solid 5px #000;
}

.title
{
	border-bottom: solid 4px #632a21;
	padding: 12px 12px 15px 12px;
}
.title h2
{
	position: absolute;
	top: 70px; right: 20px;
	text-align: right;
	color: #87231d;
	font-size: 1.5em;
	font-weight: normal;
}

.sidebar
{
	padding-top: 5px;
	padding-bottom: 10px;
	width: 225px;
}
.sidebar p {margin: 0 5px 6px 5px;}
.sidebar h2
{
	font-size: 1.3em;
	border-bottom: solid 2px #632a21;
	margin: 25px auto 5px auto;
}
.sidebar h2 a	{font-size: .6em; text-decoration: none;}
.sb_box {margin: 0 0 25px 0;}
.sb_box p {text-align: center;}

.overlay
{
	visibility: hidden;
	position: relative;
	width: 220px; height: 140px;
	margin-top: -150px;
	padding-top: 10px;
}
.overlay a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.overlay a:hover	{text-decoration: underline;}

.sb_box2 {padding: 0 15px 0 10px;}
.sb_box2 ul {list-style-type: none;}
.sb_box2 li {margin-bottom: 5px;}

.ad_banner
{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
}

.content
{
	width: 750px;
	position: relative;
	float: right;
}
.content h2
{
	font-size: 1.3em;
	border-bottom: solid 2px #632a21;
	margin: 20px auto 5px auto;
}


.nav
{
	position: relative;
	text-align: center;
	padding: 3px;
}

.main
{
	background: #000 url("images/body_gradient.gif") top left repeat-x;
	padding: 20px;
	min-height: 600px;
}
.main p {margin-bottom: 1em;}
.main h2 span
{
	font-size: .6em;
	color: #7b3529;
}
.blogtitle
{
	position: absolute;
	right: 20px; margin-top: 5px;
}

.links {text-align: left;}
.links img {margin: 0 15px 15px 15px;}
.links p {margin: 0 0 .8em 15px;}

.curve
{
	position: absolute;
	margin: -20px 0 0 -20px;
	width: 21px; height: 21px;
	background: url("images/curve.gif");
}

.banter
{
	position: relative;
	background-color: #330000;
	padding: 10px 20px;
	border-top: solid 4px #632a21;
	clear: both;
}
.banter h2
{
	font-size: 1.3em;
	border-bottom: solid 2px #632a21;
	margin: 20px auto 5px auto;
}

.banter .yourcomment
{
	padding: 15px 10px;
	border-bottom: solid 1px #632a21;
	line-height: 1.5em;
	min-height: 60px;
}
.banter .yourcomment p {padding-left: 70px;}
.banter .yourcomment span {font-size: .8em;}
.banter .yourcomment img {position: absolute;}
.banter p {margin-bottom: 8px;}

.commentrules
{
	background-color: #c0ac82;
	color: #000000;
	position: relative;
	width: 281px;
	float: right;
	padding: 5px 10px 0 5px;
	border: solid 2px #000000;
	margin-top: 5px;
}
.commentrules ol {margin: 0 0 5px 30px;}

.footer
{
	position: relative;
	text-align: center;
	padding: 10px 5px 15px 5px;
	clear: both;
	color: #692d23;
	border-top: solid 4px #632a21;
}

.rss
{
	vertical-align: middle;
	margin: 5px 8px 5px 0;
}

.icon
{
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px 10px 0 0;
	padding-bottom: 5px;
}


.left	{float: left;}

.right	{float: right;}

.txt_c	{text-align: center;}