﻿* { margin: 0; padding: 0; }

body 
{
    background: #331612 url('images/body_bg.jpg');
    font-family: Tahoma, Verdana;
    font-size:12px;
    line-height: 15px;
    color: #8A8A8A;
    margin: 0;
}


div#wrapper_main
{
background: white;
height:100%;
margin:30px auto;
width:827px;

}

div#header 
{
	background: #676A6F url('images/header.jpg');
	height: 125px;
	
}

div#main
{

background: url('images/main_bg.jpg');

}

div#menu 
{
	background: #331612 url('images/body_bg.jpg');
    background-repeat: repeat-x;
	width: 805px;
	height: 60px;
	margin-left: 11px;
}

div#footer 
{
	background: #676A6F url('images/footer.jpg');
	height: 15px;
}

div.text 
{
	padding: 20px;
	width: 765px;
	background: #B1937B;
	color: #331612;
}

a.news 
{
	text-decoration: none  !important;
	font-weight: bold;
}

div.text a 
{
	color: #331612;
	text-decoration: underline;
}


div.text a.subcategory
{
	color: #AC0000;
	text-decoration: underline;
}



