body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

a {
	color: #CC0000;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;	
}

#wrapie {
/* fix page centering issue for ie*/
	text-align: center;
	}

#wrap {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 30px 10px 30px;
	padding: 0px;
}

#content h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
}

#content .buttonbottom {
	padding: 5px;
	color: #666666;
	background-color: #E0DFE3;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 25px;
}

#content .buttontop {
	padding: 5px;
	color: #666666;
	background-color: #E0DFE3;
	float: right;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 10px;
}

#home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}

#content .profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;

}

#content .location {
	font-size: 11px;
}

#content h3 {
	font-size: 11px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 30px 3px 30px;
	margin: 0px;
	color: #666666;
	background-color: #999999;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

