html, body {
margin: 0px;
padding: 0px;
}
body {
background: url(images/header.jpg) top left repeat-x #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #3F4554;
text-align: center;
line-height: 1.8em;
}
#wrapper {
width: 800px;;
float:left;
padding: 0px;
text-align: left;
}
#header {
width: 100%;
text-align: left;
height: 130px;
}
#logo{
width:404px;
height:82px;
float:left;
margin-top:5px;
margin-left:15px;
padding-right:85px;
}

#container {
width: 100%;
margin-left: 0px;
padding:22px 0px;
background: #ffffff;

}
#left {
width: 500px;
height: auto;
float: left;
padding-left:30px;
padding-right:20px;
margin: 0px;
text-align:justify;
}
#sidebar {
width: 200px;
height: auto;
float: left;
margin: 0px;

}
#sidebar p {
margin: 0px;
}
#sidebar h2{
width: 200px;
font-size:12px;
color:#005896;
display: block;
border-bottom:1px solid #005896;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;

}

#sidebar ul li {
	list-style: none;
	padding-left: 16px ;
	margin:0px;
	background: url(images/ulbg1.jpg) right top repeat-y;
	

	}
	
#sidebar ul li ul li {
	margin-left: 12px ;
	padding-bottom:10px;
}

#sidebar ul ul {	
	margin:0px;
	background: url(images/ulbg.jpg) right bottom no-repeat;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
	color:#333;
	text-decoration:none;
	line-height:20px;
	
	
	

}
#sidebar a:hover {
	color:#005896;
	text-decoration:underline;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
div#search{
clear:both;
width :175px;
height:30px;
font-size:1em;
float:right;
padding-top:116px;     
}

div#nav{
position:absolute;
height:41px;
padding-top:80px;
font-weight:bold;
padding-left:2em;
font-size:1.2em;
float:left;
        
}
div#nav ul{
margin:0;
padding:0;
list-style:none;
}
div#nav li{
display:inline;

}
div#nav ul li a{
display:inline;
text-decoration: none;
color:#666;
padding:15px;

}


#nav li a:hover {
color: #000;
text-decoration: none;

}
#footer{
width:100%;
height:25px;
bottom:0;
float:left;
margin-top:10px;
}
#address{
font-family: Arial, sans-serif;
font-size: 11px;
width:200px;
padding-left:15px;
padding-top:15px;
border-top:1px solid #005896;
text-align:left;

}
#address a{
color:#005896
}

#date {
	float:left;
	width:53px;
	height:58px;
	background:url(images/bg_date.jpg) no-repeat;
	padding-left:3px;
	margin-right:10px;
	}

#date .y {
	text-align:left;
	font:10px bolder Verdana, Arial, Helvetica, sans-serif;
	color:#f1af15;
	font-weight:bold;
	margin-top:-1px;
	padding-left:6px;
	}

#date .d {
	text-align:center;
	font:10px bolder Verdana, Arial, Helvetica, sans-serif;
	color:#f1af15;
	font-weight:bold;
	margin-top:2px;
	}
	
#date .m {
	text-align:center;
	font:11px bolder Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin-top:-3px;
	}
	
#date .j {
	text-align:center;
	font:22px bolder Verdana, Arial, Helvetica, sans-serif;
	color:#f1af15;
	font-weight:bold;
	margin-top:-2px;
}
.post-info {
    color:#999;
    margin:0;
    padding:10px 0;    
    border-top:#ccc 1px dashed;
    clear:both;
    font-size:0.9em;    
	}

.post-info em {
    color:#666;
    font-style:normal;
	}
	
.post-info em.user {
	background:url(images/user.gif) no-repeat left center;
	padding:2px 0 2px 12px;
	}
	
.post-info em.cat {
	background:url(images/category.gif) no-repeat left center;
	padding:2px 0 2px 12px;
	}



.post-info a:link, .post-info a:visited {
    border:none;
	text-decoration:none;
	color:#666;
	}
	
.post-info a:hover, .post-info a:active {
    border-bottom:1px dashed;
	color:#721b00;
	text-decoration:none;
	}

.post-comments 
{
   float:right;
}
.post-comments a 
{
   background:url(images/comments-small.gif) no-repeat left center;
   padding-left:12px;
   color:#838e99;
}
.post a {	color:#005896;	text-decoration:none;	}

.post a:hover {	color:#000;	text-decoration:underline;	}


