DIV, P, PRE, CENTER, TABLE, FORM,
SPAN, FONT, UL, OL, LI, A {
	margin:	0px;
	padding: 0px;
}
UL, OL {
	margin-left: 20px;
}



a:link,
a:visited,
a:active {

        color: #6d6d6d;
        text-decoration: none;
        }

a:hover {

        color: #81b036;
        text-decoration: none;
        }

#page {
        width:90%;
        height:100%;
        background-color: white;
        border: 1px solid #e2e2e2;
        border-top:0px;
        text-align: left;
        margin:0 auto;
        }
#header {
        background: #2e2e2e url('images/header_bg.gif');
        height: 100px;
        padding:0px;
        vertical-align:top;
        }

#header img{
        border:0px;
        float:left;
        margin-left:5px;
}
#header .link {
  font-size: 16px;
  color: #FFF;
  margin: 10px 0px 0px 20px;
  float: left;
}
#header .link {
  color: #004261;
}

#search{
        text-align:right;
        float:right;
        margin-top: 6px;
        margin-right:20px;
}
#search .text {
	border: 1px  #8FB935 solid;
        height: 16px;
        background: #FFFFEE;
}
#search .button {
        background: url('images/search.gif');
        border: 0px;
        height: 21px;
        width: 80px;
  }



#content{
 margin-top:30px;
 text-align:left;
 margin-left:15px;
 float:left;
}

.post{
margin-left:15px;
width:510px;
float:left;
}
.entry {
 margin-top: 40px;
}
.post .title{
        padding:0px;
        color:#4a4a4a;
        font-size:22px;
        font-weight:none;
        text-decoration:none;
        border-bottom:1px solid #bababa;













}

#date{
        background: url('images/date_bg.gif') no-repeat;
        height:52px;
        width:68px;
        padding:9px;
        float:left;
        line-height: 1;

}
#date .month{
        text-align:left;
        margin-left:5px;
        margin-bottom:8px;
}
#date .nr{
        text-align:right;
        margin-right:24px;
        color:#FFF;
        font-size:11px;
        font-weight:bold;
}














#sidebar{
text-align:left;
float:right;
margin-right:35px;
margin-top:30px;
width: 220px;
border:1px dashed #bababa;
padding:10px;
padding-left:20px;
}

#footer{
margin: 24px 0 12px;

text-align:center;
}

.end {
    clear: both;
}


body{font:14px Georgia, "Times New Roman", Times, serif;color:##004261;background-color: #fff;}

