/* @override */

body {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #555555;
}

a {
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}

a.fb_share_link {
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	color: #333333;
}

.red {
	color: #990000;
}

#title {
	position: absolute;
	width: 50%;
	margin-top: -88px;
	margin-left: 20px;
	text-align: center;
}
#video
{
	position: relative;
	margin-top: -250px;
	float: right;
	width: 50%;
	height: 300px;
	text-align: center;
	
}
#greybg {
	position: relative;
	margin-top: 0px;
	height: 250px;
	width: 100%;
	background-image: url(img/pickbg.jpg) ;	
	background-repeat: no-repeat;
	background-color: #333333;
}
#wrapper {
	clear: all;
	margin-top: 100px;
	width: 100%;
	background-color: #efefef;
	line-height: 1.5em;
}
#col1 {
	float: left;
	width: 30%;
	padding: 20px;
}
#col2 {
	float: left;
	width: 27%;
	padding-top: 20px;
	padding-left:  2%;
	padding-right: 2%;
}
#col3 {
	float: right;
	width: 30%;
	padding: 20px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
}
#status
	{
	color: #990000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

div.feedBurnerFeedBlock ul li a { color: #333333; text-transform: none; font-size: 10; font-weight: normal; text-indent: -10px; margin-right: 20px; line-height: .6em;
	}
div.feedBurnerFeedBlock p {
	font-size: 10px;
	line-height: .6em;
	}
	
