body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	margin: 0 auto;
	width: 720px;
}
#logo {
}
#header {
}
#nav {
	text-align: center;
	height: 30px;
}
#nav a {
	display: block;
	float: left;
	width: 175px;
	text-align: center;
	margin-right: 7px;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF3399;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	clear: left;
	padding-bottom: 20px;
}
#content h1 {
	margin: 0;
	padding: 30px 0 5px;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6699FF;
	border-bottom: 2px solid #6699FF;
}
#content h2 {
	margin: 0;
	padding: 30px 0 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #6699FF;
}
#content p {
	margin: 15px 0;
}

#footer {
	clear: both;
	border-top: 2px solid #6699FF;
	padding: 10px 0 20px;
	text-align: center;
}
#footer a {
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF3399;
	padding: 0 10px;
}
#footer a:hover {
	text-decoration: underline;
}

#footer a {
	white-space: nowrap;
}
.leftpic {
	margin: 5px 0 20px 20px;
}

