*
{
	margin:0;
	padding:0;
	border:0;
}
html	
{
	width:100%; 
    /*min-height:1300px !important;*/height:100%;
	vertical-align:top; 
	background:#f1d98f;
}
body
{
	height: auto !important; height: 100%; 
	min-height: 100%; 
	position: relative; 
	background: #red;
}
img
{
	border:0;
	vertical-align:top;	
    behavior: url("styles/png.htc");
}
.page
{	
	margin: 0px auto;	
    
}

/*HEADER*/

.header
{
    text-align:center;
    height:257px;
    background:url(../img/header_bg.jpg) repeat-x;   
}
.header img
{
    margin:10px 30px;
}

/*CONTENT*/

.content
{
    margin: 0px auto;	
	width:650px;
    padding:20px 0 0 0;
    
}
.info_block
{
    float:left;
    width:350px;
}
.info_block h2
{
    font: 14px  Arial, Verdana, Tahoma;
	color: #000;
    line-height:30px;
}
.menu_block
{
    float:left;
    width:300px;
}
.menu_block img
{
    padding:0 14px 14px 0;
    float:left;
}
.menu_block a
{
    float:left;
    font: 16px  Arial, Verdana, Tahoma;
	color: #772323;
    font-weight:bold;
    text-decoration:none;
    width:269px;
}
.avto_content
{
    font: 13px  Arial, Verdana, Tahoma;
	color: #000;
}
.avto_content img
{
    padding:10px 0;
    width:150px;
    height:100px;
}
.avto_content td
{
    vertical-align:top;
}
.avto_content h2
{
    font: 14px  Arial, Verdana, Tahoma;
	color: #000;
    line-height:30px;
    font-weight:bold;
}
.avto_content h3
{
    font: 13px  Arial, Verdana, Tahoma;
	color: #000;
}

/*FOOTER*/

.footer
{
    text-align:center;
    height:97px;
    background:url(../img/footer_bg.jpg) repeat-x; 
    /*position:absolute;
    bottom:0px;   */
    width:100%;
}
.footer h6
{
    font: 12px  Arial, Verdana, Tahoma;
	color: #3c3c3c;
}
.footer_block
{
    margin: 0px auto;	
	width:650px;
    padding:40px 0 0 0;
}
.footer_block h6
{
    width:180px; 
    text-align:left; 
    float:left;
}

