﻿body
{
	background-image:url(images/bg.gif);
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

#TopPanel
{
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	text-align: right;
}

#SiteBanner
{
	width: 900px;
	height: 79px;
	margin-left: auto;
	margin-right: auto;
	background-color:#303c23;
	background-image: url(images/HeaderBackground.gif);
	background-repeat: repeat-x;
}

#MiddlePanel
{
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color:#202b12;
}

#ColA
{
	width: 410px;
	height: 100%;
	background-color:#252f17;
}

#BlogPanel
{
	float:left; 
	padding: 20px;
	height: 510px;
	width: 450px;
	overflow: auto;
}

#VideoScreen
{
	width: 320px;
	height: 178px;
	background-color:#000000;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	border: 15px solid #424e33;
}

.PanelTitle
{
	width: 340px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right:auto;	
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #def695;
	background-color: #424e33;
	border: 2px solid #424e33;
	padding: 5px;
}

.PollPanel
{
	width: 340px;
	margin-left: auto;
	margin-right:auto;	
	height: auto;
	font-size: 13px;
	background-color: #313d22;
	border: 2px solid #424e33;
	padding: 5px;
}

.EmailPanel
{
	width: 340px;
	margin-left: auto;
	margin-right:auto;	
	height: auto;
	background-color: #313d22;
	border: 2px solid #424e33;
	padding: 5px;
	font-size: 10px;
}


#BottomPanel
{
	width: 900px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	color: #003300;
}

.BloggerPostHeader
{
	font-size: 18px;
	color: #def695;
}

.BloggerPostBody
{
	font-size: 11px; 
	color: #DDDDDD; 
	line-height: 20px; 
	margin-top: 4px; 
	margin-bottom: 15px; 
	border-bottom: 1px solid #303c23;
}

.BloggerPostBody a
{
	color: #def695;
	text-decoration: none;
}

.BloggerPostBody a:hover
{
	color: white;
	text-decoration: underline;
}

.BloggerPostedBy
{
	font-size: 9px;
	color: #424e33;
}
