@CHARSET "UTF-8";
#header {
	width:800px;
	height:140px;
	margin:0 auto;
}
#header #logo {
	width:334px;
	height:117px;
}
#header #menus {
	width:466px;
	height:117px;
}
#header #welcome {
	width:790px;
	height:23px;
	padding-left:10px;
	font:bold 12px Arial;
	color:white;
	background-color:#7d191e;
}
#header #menus .menu a {
	color:#363636;
	text-decoration:none;
	font:bold 14px Arial;
}
#header #menus .current a {
	color:white;
	text-decoration:none;
	font:bold 14px Arial;
}
#header .current {
	background-color:#7d191e; 
	-moz-border-radius-topleft:8px; 
	-moz-border-radius-topright:8px; 
	-webkit-border-radius-topleft:8px;
	-webkit-border-radius-topright:8px; 
}
#main {
	width:800px;
	min-height:400px;
	padding:20px 0;
	margin:0 auto;
}
#footer {
	width:800px;
	height:100px;
	padding:65px 0 0 10px;
	margin:0 auto;
	font:normal 10px Arial;
	color:#6a6a6a;
	background:url(../images/footer_bg.png) no-repeat;
}
#footer a {
	color:#6a6a6a;
	text-decoration:none;	
}
#footer a:hover {
	text-decoration:underline;
}