body {
	background: #fff url(graphics/body.jpg) repeat-y 50% 0;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
a {
	color: #099;
}
img {
	border: 0;
}
strong {
	white-space: nowrap;
}
form {
	margin: 0;
	padding: 0;
}
.break {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
}
#wrapper {
	background: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
}
#header {
	background: #6cc;
	height: 150px;
	margin: 0 0 1px 0;
	width: 760px;
}
#header div {
	float: right;
	width: 550px;
}
#header img {
	display: block;
}
#header h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 20px;
}
#menu {
	background: #099 url(graphics/menu.jpg) repeat-x 0 0;
	margin: 1px 0 0 0;
	overflow: hidden;
	width: 760px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li a {
	background: #099 url(graphics/menu.jpg) repeat-x 0 50%;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 20px;
	margin: 0;
	padding: 0 20px 0 20px;
	text-decoration: none;
	white-space: nowrap;
}
#menu li a:hover {
	background: #099;
}
#footer {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 20px;
	padding: 20px 0 20px 0;
	width: 720px
}
#footer p {
	font-size: 11px;
	margin: 0 0 10px 0;
}