body{
font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Geneva;
font-size:12px;
color:#59514f;
background-color:#111a17; 
margin:0px; 
background-attachment: fixed; 
background-repeat:repeat-x;
}

.main{
width:1152px;
left: 50%;
margin-left: -574px;
position: absolute;
}
.container{
width:827px; 
padding:0px 2px;
background: #e9fafa;
float:left;
/*left: 50%;
margin-left: -413px; 
position: absolute;*/
}

#header{
background-color:#FFFFFF;
}
#header a{
text-decoration:none;
color:#777775;
font-size:11px;
font-weight:bold;
}
#header a:hover{
color:#047aaa;
}
.menu{
height:26px;
background:url(images/bg_menu.jpg) repeat-x;
}

.menu ul{
list-style-type:none;
margin:0px;
padding:0px 10px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}

.menu ul li{
margin-top:5px;
float:left;
}
.menu ul li a{
color:#FFFFFF;
text-decoration:none;
}
.menu ul li a:hover{
color:#94cb0d;
text-decoration:none;
}

.menu-space{
width:2px;
height:9px;
background-color:#FFFFFF;
margin:3px 5px 0px 5px;
}

.content{
height:370px;
padding:10px 0px 10px 7px;
clear:both;
}

.item{
position:relative;
height:164px;
width:250px;
float:left;
margin:10px;
}
.button_blog{
position:absolute;
width:41px;
height:17px;
right:62px; 
bottom:3px; 
background-image:url(images/btn_blog.jpg);
}
.button_post{
position:absolute;
width:42px;
height:17px;
right:8px; 
bottom:3px; 
background-image:url(images/btn_post.jpg);
}
.button_blog a{
text-decoration:none;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
line-height:15px;
padding-left:6px;
}
.button_post a{
text-decoration:none;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
line-height:15px;
padding-left:8px;
}
.button_blog a:hover, .button_post a:hover{
color:#047aaa;
}
.footer{
background:url(images/footer.jpg) no-repeat;
height:85px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
}
.footer a{
color:#100f0f;
text-decoration:none;
}
.footer a:hover{
color:#047aaa;
}
