body{
	font-size: 8pt;
	color: #363636;
	line-height: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f8f8f8;
	margin-top: 40px;
}
a{
	text-decoration:none;
	color:#ff21af;
	font-weight:none;
}
a:hover{
	text-decoration:none;
	color:#fad6e6;
}
#container {
	width: 700px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#header {
	padding-bottom: 30px;
}
img {
border: 0px;
border-bottom: 0px;
}
#content {
	padding: 10px;
	vertical-align: middle;
	height: 500px;
	padding-top: 50px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
#container #footer a {
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}