
a:link
{
	color: #ffffff;
	font-family: bold;
}
a:visited
{
	color: #ffffff;
	font-family: bold;
}
body
{
	background-color: #000000;
	color: #FFC150;
}
.post
{
	
}
.Header
{
	width: 800px;
	height: 180px;
	background-image: url(desert_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
}
.Profile
{
	background-image: url(desert_profile.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 80px;
	color: #dddddd;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.Middle
{
	width: 780px;
	background-color: #220700;
	border: solid thin #000000;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}
.BlogPost
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border: solid thin #000000;
	background-color: #110400;
}
.BlogBody
{
	width: 780px;
	background-color: #220700;
	border: solid thin #000000;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.Footer
{
	width: 790px;
	background-color: #220700;
	border: solid thin #000000;
	text-align: center;
	color: #FFFC00;
	margin-bottom: 10px;
	padding: 5px;
}



