body {
	background-color: white;
//	color: ;
	background-image: url(bg_grad.png);
	background-repeat: repeat-x;
//	background-position: left;
//	background-attachment: fixed;
}

div#header {
	//border: 1px solid rgb(0, 255, 21);
	width: 50%;
	height: 150;
	padding: 0em;
	//background-color: black;
	margin-top: 1em;
	float: left;
}

div#menu {
	//border: 1px solid blue;
	float: right;
	position: relative;
	left: 0px;
	margin-top: 1em;
	//left: 10px;
	width: 48%;
	font-size: 2em;
}

div#menu a {
	//border: 1px solid rgb(0,255,21);
	//height: 50%;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

div#menu a:hover {
	color: rgb(66,68,86);
}

div#content {
	//border: 1px solid white;
	left: 100px;
	top: 5px;
	position: relative;
	width: 800px;
	padding: 5em;
	padding-top: 10px;
}

div#content hr
{
	color: rgb(66,68,86);
	background-color: rgb(66,68,86);
	height: 5px;
}

div.feedBurnerFeedBlock p.feedTitle 
{ 
	background-color: red;
	font-size: 1.5em;
}
