body 
{
	text-align: center;
	color: white;
	/*background: #333333;*/
	background-image: url('images/backgroundStripes.jpg');
	margin: 0;
	padding: 0;
}

input, textarea
{
	background: #4E0000;
	border: 2px solid black;
	color: white;
}

input:hover, textarea:hover
{
	border: 2px solid #FFBDCB;
	color: #FFBDCB;
}

#main
{
	width: 714px;
	height: auto;
	overflow: auto;
	font-family: "Book Antiqua", "Courier New", "Times New Roman";
	border-right: 4px solid black;
	border-left: 4px solid black;
}

#header
{
	height: 161px;
	width: 100%;
}

img
{
	border: none;
}

#banner
{
	height: 130px;
	width: 100%;
	background: black;

}

#nav
{
	height: 32px;
	width: 100%;
	background: black;
	margin: 0;
	text-align: right;
}

#nav a
{
	text-decoration: none;
	font-weight: bold;
	color: #c28238;	
}

#nav a:hover
{
	color: #FFBDCB;
}

#nav .navBtn
{
	height: auto;
	float: right;
	background: #3d3324;
	margin-right: 5px;
	margin-top: 10px;
	padding: 2px 4px 2px 4px;
	font-size: small;
	text-align: center;
}

#mainArea
{
 	height: auto;
	width: 100%;
	overflow: auto;
	/*background: #640000;*/
	background: #3d3324;	
	padding-bottom: 20px;

}

#sideBar
{
	width: 264px;
	overflow: hidden;
	float: left;	
	text-align: left;
	color: black;
}

#sideBar a
{
	text-decoration: none;
	font-weight: bold;
	color: #c28238;		
}

#sideBar a:hover
{
 	color: #FFBDCB;
}

#sideBar h1
{
	font-size: 14pt;
	margin: 5px 10px 0px 10px;
	text-align: center;
}

#sideBar p
{
	margin: 5px 10px 0px 10px;
}

#content
{
	width: 425px;
	height: auto;
	overflow: auto;
	float: right;
	text-align: justify;
	padding: 5px 10px 0px 10px;
	color: white;
}

#content h1
{
	font-size: 14pt;
	margin: 0px;
}

#content a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFBDCB;
}

#content dl
{
 	border-bottom: solid 2px black;
}

#content dt
{
 	margin: 20px 10px 0px 10px;
	font-weight: bold;
}

#content dd
{
 	margin: 5px 10px 10px 20px;
	font-size: small;
}

#content textarea
{
 	width: 100%;
}

#content .btnTop
{
 	float: right;
	font-size: x-small;
}

#content .postInfo
{
	font-size: 9pt;
	margin: 0px;		
}

#content .postInfo a
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#content .postBody
{
 	margin-bottom: 10px;
}

#content .postBody a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFBDCB;
	border-bottom: 1px dotted white;
}


#content .commentInfo
{
	border-top: solid 2px black;
	font-size: small;
	text-align: left;
	padding: 0px 10px 10px 10px;
	margin-bottom: 50px;
}

#content .blogBtn
{
 	float: right;
	font-size: x-small;
	margin-right: 15px;	
	margin-top: 5px;
}

#content p
{
	margin: 10px 10px 0px 10px;
	
}

#adHorz
{
 	float: right;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #3d3324;
	border-top: solid 1px black;
}

#adHorz img
{
 	text-align: center;
}

#footer
{
 	float: right;
	width: 100%;
	background: black;
	font-size: x-small;
}