body {
background: url('../images/site_bg.jpg') repeat-x #ffffff;
font-family: tahoma,helvetica,arial,verdana;
line-height: 1.5;
font-size: .7em;
color: #797979;
margin: 0;
margin-top: 10px;
}

a {
color: #b9c434;
text-decoration: none;
}


img {
border: 0;
}

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

#content {
width:905px;
background: url('../images/content_bg.png') center top repeat-y;
min-height: 560px;
}

.blogtitle  {
font-size: 24px;
}

#blog {
width:350px;
position: relative;
left:-30px;}

#text {
padding: 25px;
text-align: left;
}

#navigator {
margin:0;
padding: 22px;
}

#navigator li {
display: inline;
padding: 20px;
font-size: 1.4em;

}

#nav {
padding: 12px;

}

#nav a:hover {
background: url('../images/item_bg.png') no-repeat center top;
text-decoration: none;
margin-bottom: 12px;
}

h1, h5 {
color: #e07526;
font-weight: normal;
font-size: 2.4em;
margin: 0;
}


h4 {
font-size: 1.4em;
margin-bottom: 0;
padding-bottom: 0;
}

#column {
float: left;
padding-top: 50px;
padding-left: 50px;
}

#right {
float: left;
width:330px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

#login {
padding:10px;
width:300px;
margin:20px;
background:#ffffff;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#wrap { 
width:905px;

}

#content_top {
background: url('../images/content_top.png') center top no-repeat;
display: block;
height:20px;

}

#content_bottom {
background: url('../images/content_bottom.png') center bottom no-repeat;
display: block;
height:20px;
}

#commentform {
padding: 15px;
}

#commentform input {
margin-bottom: 20px;
margin-top: 20px;
}

#footer {
background: url('../images/footer.gif');
width:794px;
height: 70px;
display: block;
margin-top: -20px;
padding-top: 15px;
font-size: .7em;
}

#base {
position: relative;
top:10px;
}

h9 {
color: red;
font-family: courier;
line-height: 1;
}

/* for Internet Explorer */
/*\*/
* html #text {
height: 8em;
}
/**/

#footer_bottom {
height: 27px;
background: url("../images/footer_bottom.gif") no-repeat center top;
display: block;
}

.admin {
background:#ffffff;
}