body, #header, #footer, #content, #page, a img
{
	background-image: none;
	background-color: white;
	border: none;
	font-family: Arial, Sans-Serif;
	color: #666;
}

h1, h2, h3, #sidebar h2
{
	font-family: "Times New Roman", Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;	
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color:#666;
}

#header
{
	margin-top: 50px;
	height: 399px;
}

#headerimg
{
	background-image: url('images/OmniblogHeader.jpg');
	margin: 0;
	height: 390px;
	width: 760px;
}

#headerimg h1, #headerimg .description
{
	font-family: "Times New Roman";
	text-align: left;	
}

#headerimg h1
{
	padding: 30px 0 0 20px;
	margin: 0;
}

#headerimg div.description
{
	padding: 0 0 5px 20px;
	margin: -5px 0 0 0;
}
#headerimg h1 a
{
	color: #5ba548;
	letter-spacing: .05em;
	font-size: 50px;
}
#headerimg h1 a span
{
	color: white;
}

#headerimg .description
{
	font-size: 12px;
	text-transform: uppercase;
}


.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em Arial, Sans-Serif;
}
	
#commentform p {
	font-family: Arial, Sans-Serif;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}
	
a, h2 a:hover, h3 a:hover
{
	color: #5ba548;
	text-decoration: none;
}

a:hover 
{
	color: #5ba548;
	text-decoration: underline;
}

.narrowcolumn
{
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 495px;
}	

#sidebar #searchform input
{
	padding: 1px;
}
