* {
	margin: 0;
	padding: 0;
}

body {
	background: #989ABC url("images/bg.gif") top center repeat-y;
	color: #6B6C83;
	font-family:Georgia;
	font-size: 12px;
}

a, a:visited {
	color: #6B6C83;
	font-family:Georgia;
	text-decoration: underline;
}

a:hover {
	color: #6B6C83;
	font-family:Georgia;
	text-decoration: none;
}

#header {
	width: 562px;
	height: 60px;
	text-align:center;
	background: #000;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 26pt;
	color: #FFF;
	font-family:Georgia;
	letter-spacing:0px;
	background #FFF url("images/header.gif");
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #111111;	
}

#container {
	width: 580px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
	color: #6B6C83;
	font-family:Georgia;
}

#content {
	text-align:center;
	float: left;
	width: 570px;
	margin: 10px 0 0 0px;
	color: #6B6C83;
	font-family:Georgia;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	background: #FFFFFF;
	clear: both;
	width: 560px;
	margin-left: 4px;
	height: 20px;
	font-size: 10px;
	color: #6B6C83;
	font-family:Georgia;
}

#footer a, #footer a:visited{
	color: 6B6C83;
	font-family:Georgia;
	text-decoration: underline;
}

#footer a:hover {
	color: #6B6C83;
	font-family:Georgia;
	text-decoration: none;
}
