body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#head_container {
	height: 60px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#head_logo {
	float: left;
	padding-top: 10px;
}
#head_motto {
	float: right;
	padding-top: 40px;
	padding-right: 10px;
}
#nav_premium {
	float: right;
	padding-top: 4px;
	padding-right: 8px;
}
#nav_container {
	background-color: #DDDDDD;
	background-image: url(../images/top_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 24px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#nav_items li {
	float: left;
	list-style-type: none;
}
#nav_items a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #EFEFEF;
}
#nav_items a {
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	display: block;
}
#nav_items ul {
	margin: 0px;
	padding: 0px;
}
#nav_items {
	height: 24px;
	margin-left: 8px;
	float: left;
}
#footer_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer_text {
	background-color: #DDDDDD;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	text-align: right;
	height: 20px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#footer_text a{
	color: #333333;
	text-decoration: underline;
}
#footer_text a:hover{
	color: #990000;
}
