body {
	padding: 0; margin: 0;
	background: url(../images/bg.jpg) top left repeat-x #fff;
	font-family: verdana, helvetica, san-serif;
	font-size: 11px;
}

a img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 650px;
	height: auto;
}

#header {
	height: 170px;
	margin: 0 auto;
	background: url(../images/header.jpg) top left no-repeat;
}

#nav {
	width: 648px;
	height: 29px;
	line-height: 29px;
	margin-top: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav ul {
	padding: 0; margin: 0;
	list-style: none;
	text-align: center;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 17px;
}

#nav ul li a#activeitem, #nav ul li a:hover {
	background: #59b296;
	color: #fff;
}

#content {
	margin-top: 15px;
	padding: 15px;
	background: #e2e6ef;
	height: auto;
}

#content a {
	color: #000;
}

#content a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: normal;
}

.border {
	margin-top: 8px;
	height: 0px;
	border-top: 1px dotted #333;
}

#footer {
	padding-top: 7px;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
