body {
	margin: 0;
	padding: 5;
	background: url(../images/background.gif) repeat-x left top;
	text-align: justify;
	font: 13px Verdana;
	color: #000000;
}

#top_menu{
	width: 750px;
	height: 15px;
	text-align: right;
	margin: 0px auto;
}
#top_menu a {
	line-height: 14px;
	font: 13px Verdana;
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #000000;	
}

#top_menu a:hover{
	color: #CF010D;
}
#header {
	width: 773px;
	height: 147px;
	margin: 5px auto;
	background: url(../images/header.gif);
	/* ie 6 */
	/* header.gif */
}

#menu {
	width: 750px;
	height: 147px;
	margin: 5px auto;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #CF010D;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a {
font: 15px Verdana;
font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #CF010D;
padding-bottom: 2px;
background: transparent;
color: #CF010D;
}

#navlist a:hover { color: #CF010D; }

#navlist .current_page_item a {
border-bottom: 4px solid #CF010D;
padding-bottom: 2px;
background: transparent;
color: #CF010D;
}

#main {
	width: 750px;
	margin: -100px auto;
	padding: 0 0;
	text-align: justify;
	font: 14px Verdana;
	color: #000000;
}

#content {
	margin: 0 auto;
	padding: 0 0;
	clear: both;
	width: 720px;
}


.post {
		
}

.post .title {
	font-family: Verdana;
}

.post .title h2 {
	padding-top: 10px;
	font-size: 2.2em;
	color: #CE000C;
}

.post .entry {
	padding-top: 10px;
	
}

#content a{
	line-height: 14px;
	font: 15px Verdana;
	text-decoration: none;
	color: #000000;
}	

#content a:hover{
	color: #CF010D;
}	
	
#content p{
	line-height: 1.5em;
	text-align: justify;
	font: Tahoma;
	font-size: 14px;
	color: #000000;
}

#content hr{
	width: 600px;
	padding: auto;
	border: 1px solid #CF010D;	
}

#content h4 {
	clear: both;
	line-height: 14px;
	text-decoration: none;
	color: #CF010D;	
}


h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CE000C;
}




