* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 8pt;
	background-color: #ffffff;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap {
	width: 608px;
	background:url(images/background.gif) repeat-y;
		text-align:left;
}
#header {
	height: 216px;
}
#content {
	padding: 15px;
}
#sidebar {
	margin: 10px 0px;
}
#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul li {
	list-style: none;
	margin-left: 5px;
}
.post {
	padding-bottom: 10px;
}
.entry a {
	color:#333333;
}
#left {
	float: left;
	width:280px;

}
#right {
	float: right;
	width:280px;
}
.clear {
	clear:both;
	height: 10px;
}
#footer {
	text-align:center;
	color: #790000;
	width: 608px;
}
#footer a {
	color: #790000;
	text-decoration: none;
}
h1 {
	color: #790000;
	font-size: 14pt;
}
h1 a,
h3 a, h4 a {
	color: #790000;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
h2 a {
	color:#333333;
	text-decoration: none;
}
h3 {
	color: #790000;
	font-size: 11pt;
}
h4 {
	color: #790000;
	font-size: 10pt;
}	
p,
h1,
h2,
h3,
h4,
ul {
	padding-bottom: 10px;
} 
.postmetadata,
#comments {
	color: #999999;
	margin: 10px 0px 15px 0px;
}
.postmetadata a,
#comments a {
	color: #999999;
	text-decoration: none;
}
.navigation {
	color: #666666;
	padding: 10px 0px;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
input,
textarea {
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	color: #999999;
	padding: 2px;
}
#search {
	padding: 10px;
	text-align: center;
/*	background-color: #790000;
		border: 1px solid #CCCCCC; */
		margin-bottom: 20px;
}