
* {
    margin: 0px 0px;
    padding: 0px;
    border: 0px;
}



/*body{background-image: url('images/bg_header.gif');
    background-repeat: repeat-x; background-color: #e1e2e7;}
*/
#container{

    text-align: left; /* for IE */
}

#header{
    
    height: 86px;
    line-height: 86px;
	text-align: center;
}

#header .content {
	margin: 0 auto 0 auto;
	width: 905px;
}

#logo{
    width: 265px;
	float: left;
}

#logo img{

	margin-top: 20px;

}


#logo2{
    width: 200px;
	float: left;
}

#logo2 img{

	margin-top: 44px;
}

#menu{
	
	width: 435px;
	float: left;
	height: 86px;
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
	float: right;

}

#menu li{
	float: left;
	margin: 0px 0px 0px 32px;
}

#menu li a, #menu li a:visited{

	color: #19295c;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;

}

.content{

    text-align: center;
}

#okatcontent{width: 900px; height: 800px; margin: auto; }

.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
}

#footer{
	background-position: left  bottom;
    height: 50px;
    line-height: 11px;
	text-align: center;
	width: 100%;
}

