body {
	background: #339;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
a {
	color: #339;
}
img {
	border: 0;
}
#wrapper {
	width: 100%;
}
#menu {
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 780px;
}
#menu img {
	float: left;
}
#menu ul {
	float: right;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li a {
	background: transparent url(graphics/menua.jpg) no-repeat 0 100%;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	width: 80px;
	white-space: nowrap;
}
#menu li a:hover {
	background: transparent url(graphics/menuahover.jpg) no-repeat 0 100%;
}
#menu li a img {
	display: block;
	margin: 0;
	padding: 4px 14px 14px 14px;
}
#page {
	background: #fff;
	margin: 10px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 760px;
}
#footer {
	background: #339 url(graphics/footer.jpg) no-repeat 50% 0;
	padding: 30px 0 20px 0;
	width: 100%;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin: 0 0 10px 0;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer strong {
	margin: 0 0 0 20px;
}
