* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("bg.gif") top center repeat-y;
	font: normal 10pt/13pt verdana, arial,sans-serif;
	color: #505050;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	text-align:center;
	background: #000 url("header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 26pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 11pt;
	color: #FFF;
}

#container {
	width: 580px;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(horizontal.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	text-align:center;
	float: left;
	width: 570px;
	margin: 10px 0 0 4px;
}


.black {
	color: #000;
}

p {
margin-bottom: 20px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 560px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

#tell_a_friend {
	background-color:#CCC;
	border: 1px solid #000;
	margin-bottom: 12px;
	display: block;
	padding: 10px 10px 10px 10px;
	position: absolute;
	z-index:20;
	top:158px;
	width: 549px;
	font-size: 0.8em;
	display: none;
}
