body {
	background: #80bee1 url(../graphics/body.jpg) repeat-y 50% 0;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
a {
	color: #c00;
}
img {
	border: 0;
	display: block;
	margin: 0;
}
ul, ul li {
	list-style-type: none;
	padding: 0;
}


#wrapper {
	background: transparent url(../graphics/wrapper.jpg) no-repeat 0 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
	position: relative;
	text-align: left;
	width: 740px;
}


#header {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 740px;
}
#header img {
	float: right;
	margin: 0;
}


#page {
	overflow: hidden;
	width: 740px;
}
#page h1 {
	color: #007dc3;
}
#page ul.section {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 740px
}
#page ul.section li {
	background: #999;
	color: #fff;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 132px;
}
#page ul.section li h2 {
	background: transparent url(../graphics/sectionh2.gif) no-repeat 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#page ul.section li h2 a {
	color: #fff;
	text-decoration: none;
}
#page ul.section li img {
	margin: 0;
}
#page #scroller {
	border-right: 1px solid #ccc;
	float: left;
	height: 100px;
	margin: 20px 20px 0 0;
	width: 283px;
}


#contact {
	font-size: 11px;
	margin: 40px 0 0 0;
	overflow: hidden;
	text-align: center;
	width: 740px;
}
#contact p {
	margin: 0;
}
#contact ul {
	margin: 10px 0 0 0;
}
#contact ul li {
	border-right: 1px solid #ccc;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0 20px 0 20px;
}


#footer {
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: right;
	width: 740px;
}
#footer a {
	color: #666;
}
#footer p {
	margin: 10px 0 0 0;
}