
body {
	background:#ffffff;
	font-family: "Century Gothic","Trebuchet MS";
	font-size:14px;
	margin:0px;
}

#top {
	background:#333333;
	border-bottom:2px solid #d0d0d0;
	text-align:right;
	line-height:50px;
	margin-bottom:30px;
}

#top a {
	margin-right:30px;
	color:#ffffff;
	text-decoration:none;
}

#top a:hover {
	color:#a3c8d3;
}

#container {
	width:500px;
	background:#333333;
	border:2px solid #d0d0d0;
	padding:20px;	
	margin:auto;
	color:#ffffff;
}

.forms {
	background:#a3c8d3;
	border:1px solid #a3c8d3;
	margin-top:5px;
	margin-bottom:5px;
	color:#395258;
	font-weight:bold;
	padding:3px;
	font-family: "Century Gothic","Trebuchet MS";	
}

a {
	color:#a3c8d3;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}

a.remove {
	color:#666666;
}

a.remove:hover {
	text-decoration:underline;
	color:#ffffff;
}

.sep {
	border-bottom:1px solid #666666;
	border-top:1px solid #000000;
	margin-top:5px;
	margin-bottom:5px;
}


#wrapper{

width:500px;

margin:0 auto;


}


#wrapper a:link, #wrapper a:visited{

color:#999999;

}


#wrapper a:hover{

color:#666666;

}






