@import "reset-min.css";

body {

	background-repeat:no-repeat;
	background-color:#ffffff;
	background-image:url(../images/site-background.gif);
	background-position:top center;
	background-attachment:scroll;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}


p {
		color: #888;
		font-size: 18px;
		font-family:Arial,Verdana,"Trebuchet MS";
		padding-bottom: 8px;
}

strong{
	font-weight:bold;
}

p A:link, p A:visited   { color: #4765ad; text-decoration: none; font-weight:bold;}
p A:active, p A:hover 	{ color: #5fa9d4; text-decoration: none; font-weight:bold;}

.email, form{
	font-family:Arial,Verdana,"Trebuchet MS";
	font-size: 14px;
}
.email input
{
	color: #000;
	background: #eeeeee;
	border: 1px solid #666666;
	font-size: 14px;
	padding: 3px;
	width:240px;
	margin-top:6px;
}

.submit input
{
	color: #000;
	background: #c9ecf0;
	border: 1px solid #5fa8d2;
	font-size: 14px;
	padding: 3px 12px 3px 12px;
	margin: 6px;
	font-family:Arial,Verdana,"Trebuchet MS";
}

#disclaimer{
		font-family:Verdana,"Trebuchet MS";
		font-size: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		color:#888888;
		width: 960px;
		text-align:center;
}

#disclaimer A:link, #disclaimer A:visited   { color: #6a6354; text-decoration: none;}
#disclaimer A:active, #disclaimer A:hover 	{ color: #302f2c; text-decoration: none;}


.screenshot img{
	padding-top:4px;
	padding-right:4px;
	padding-left:4px;
	padding-bottom:0px;
}

/* Holly Hack */
* html #content {
        height: 1%;
}

form {padding: 0px; margin: 0;} /* fixes spacing after selector in IE and Opera */

#flags {margin-left: 0px; margin-top: 0px;}