* {
	padding: 0;
	margin: 0;
}
html {
	background-color: White;
}
body {
	font: 12px/1.2 Tahoma, sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
ol {
	list-style-type: none;
}
#nav {
	margin-top: 10px;
	background-repeat: repeat-x;
	padding-top: 3px;
}
#pri {
	height: 92px;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 770px;
}
#pri a {
	float: right;
	height: 30px;
	padding-top: 38px;
	margin-top: 21px;
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
}
#homepage {
	padding-left: 70px;
	width: 78px;
}
#activities {
	padding-left: 48px;
	width: 100px;
}
#amtoday {
	padding-left: 54px;
	width: 94px;
}
#community {
	padding-left: 57px;
	width: 91px;
}
#sub {
	border-bottom: 1px solid white;
	height: 45px;
	background: url(../images/nav/sub/bgs/shadow_broad.gif) repeat-x bottom;
	text-align: right;
	line-height: 37px;
}
#sub a {
	color: #bcbcbc;
	padding: 3px 5px;
	margin-right: 15px;
}
#sub a.actived, #sub a:hover {
	background-color: #7b7b7b;
	color: White;
}
#footer {
	height: 55px;
	background-repeat: repeat-x;
	color: White;
	text-align: center;
	margin-bottom: 20px;
	padding: 23px 0 30px;
	clear: both;
}