@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(../images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div.main {
		width:818px;
		margin:0 auto;
		text-align:justify;
		}
div.header {
		height:177px;
		}
div.container {
		float:left;
		background-color:#36485E;
		width:818px;
		}
div.headerl {
		float:left;
		background-image:url(../images/header/main_logo.jpg);
		width:216px;
		height:121px;
		margin-top:15px;
		margin-bottom:40px;
		}
div.headerr {
		float:right;
		background-color:#36485E;
		margin-top:15px;
		height:162px;
		width:579px;
		}
div.menu {
		float:left;
		width:239px;

		text-align:center;
		padding-top:20px;
		}
		
img.menu	{
		width:192px;
		height:34px;
		margin-bottom:3px;
		}
		
div.content {
		float:right;
		width:579px;
	}
		
