@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
font:100%;
}

body {font-family:Verdana, Geneva, sans-serif;
font-size:100%;
}
#page {
	margin: 0 auto;
	width:960px;
	border:1px solid #666;
}
#page_header {
	width:960px;
	height:100px;
}
#page_top_header {
	width:960px;
	height:71px;
	background-color: #999;
	
}
#page_header_navigation {
	width:960px;
	height:29px;
	background-color:#666;
}

#page_full_content {
	margin-top:5px;
	width:960px;
	height:auto;
}

#page_footer {
	
}
