@import url('reset.css');

body{
	background:#FFFFFF;
	color:#000;
	font-family: 'Gill Sans','Quattrocento Sans', '‚l‚r ƒSƒVƒbƒN',Arial, sans-serif;
	font-size:12px;
	overflow:hidden; 
}

a{
	color:#181818;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;
	text-decoration:none;
}

#container{
    height:680px;
    width:100%;
    position:absolute;
    top:50%;
    margin-top:-340px;

}

/* Header Style */
.header{
	width:100%;
	background:#FFFFFF;
	margin:0 auto
}


.header_main{
	width:950px;
	height:100px;
	background:#FFFFFF;
	margin:0 auto;
	padding:0 0px;
	overflow:hidden;
	zoom:1;
	position:relative;
	align:center;
}

.header_main h1{
	width:230px;
}

.header_logo{
	background:#FFFFFF;
	margin:0 auto;
	float:left;
}

.header_menu{
	width:550px;
	background:#FFFFFF;
	margin-top:70px;
	padding:5px 5px 0px 5px;
	overflow:hidden;
	zoom:1;
	position:relative;
    text-align:right;
	float:right;
}

.header_menu ul li{
    display:inline;
	margin-left:30px;
	font-family: 'Gill Sans','Quattrocento Sans', '‚l‚r ƒSƒVƒbƒN',Arial, sans-serif;
	font-size:17px;
}

.header_menu a{
    color:#181818;
}

.header_menu a:hover{
    color:#cccccc;
}

.menu{
	width:100%;
	background:#FFFFFF;
	margin:0 auto
	float:right;
}

.menu_list{
	width:970px;
	height:20px;
	background:#FFFFFF;
	margin:0 auto;
	padding:5px 0px;
	overflow:hidden;
	zoom:1;
	position:relative;
    text-align:right;
}

.menu_list ul li{
    display:inline;
	margin-left:36px;
	margin-top:65px;
	font-family: 'Gill Sans','Quattrocento Sans', '‚l‚r ƒSƒVƒbƒN',Arial, sans-serif;
	font-size:17px;
}

.menu_list a{
    color:#181818;
}

.menu_list a:hover{
    color:#cccccc;
}

	
#fotter{
    width:100%;
	margin:0 auto;
}

.copyright{
	width:950px;
	height:20px;
	background:#FFFFFF;
	font-size:10px;
	color:#cccccc;
	font-family: 'Gill Sans','Quattrocento Sans', '‚l‚r ƒSƒVƒbƒN',Arial, sans-serif;
	margin:0 auto;
	padding:0 0px;
	overflow:hidden;
	zoom:1;
	position:relative;
	align:center;
	text-align:right;
}
