@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(../images/body_bg.png) #000 repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

.wrapper{
	width:980px;
}

.layer1{
	float:left;
	height:310px;
}

.logo_menu{
	float:left;
}

.logo{
	float:left;
	margin-top:20px;
}

.menu{
	float:left;
	clear:both;
	margin:30px 0px 0px 10px;
	width:720px;
}

.menu .col1, .menu .col2{
	float:left;
	margin-left:20px;
}

.menu a{
	color:#D83303;
	font-size:16px;
	line-height:35px;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
}

.image{
	float:right;
}

.layer2{
	float:left;
	color:#FFF;
	text-align:justify;
	font-size:14px;
}

.layer2 h1{
	font-size:22px;
}

.layer2 li{
	margin-top:10px;
	width:900px;
}

.layer3{
	width:100%;
	float:left;
	height:50px;
	text-align:right;
	background-image:url(../images/footer_bg.jpg);
	font-size:12px;
	line-height:50px;
	margin-top:10px;
}
