﻿/* GENERAL
*/


html, body, #body_content {
	height:100%;
	margin: 0;
	padding: 0;
}

html
{
    background: #353535 url(../img/background_top.jpg) repeat-x;
}


body 
{
/*    font-family: arial, sans-serif;
	font-size: 12px;
	line-height : 17px;*/
    font-family: Verdana, Trebuchet MS, Arial;
    /*
     color: #858585;
     */
    color: #5c5a5a;
    font-size: 11px;
    /*
	background: url(../img/background_top.jpg) repeat-x;
	/*
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size:10px;
*/
    width:1200px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    position:relative;
}

#body_content
{
	padding: 0px;
    border-collapse:collapse;
    border-spacing: 0px;
    vertical-align: top;
    width:1200px;
    height:100%;        
    margin: 0px;
}

#body_content td
{
    vertical-align:top;
}

.frame
{
	float: left;
}

.top
{
	width: 1200px;
	height: 183px;
	margin-left: 0px;
	float: left;
}

.top .header
{
	width: 1200px;
	height: 137px;
	float: left;
}

.top .header .logo
{
    width: 326px;
    height: 71px;
    margin: 18px 0px 0px 0px;
	background: url(../img/logo.png) no-repeat;
	float: left;

}

.special_fields
{
    position: absolute;
}
