/* Generic */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#fff;
	color:#999;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
form {
	margin:10px 18px 10px 18px;
}
label {
	width:100px;
	float:left;
	clear:left;
}
input, textarea {
	float:left;
	width:200px;
	margin-bottom:5px;
}
.submitbtn {
	width:100px;
	clear:both;
	margin-left:205px;
}
.clear {
	clear:both;
}
.center {
	text-align:center
}
.lastupdated {
	font-size:80%;
	color:#aaa;
}
a,  a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
}
a.selected {
	color:#fff;
	font-weight:bold;
}
hr.full {
	height:1px;
	color:#000;
	border-top:1px solid #FFFFFF;
	border-bottom:none;
	width:846px;
	margin:20px 18px 15px 0px;
}
hr {
	height:1px;
	color:#000;
	border-top:1px solid #FFFFFF;
	border-bottom:none;
	width:457px;
	margin:20px 18px 15px 0px;
}
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:180%;
	margin:0px 18px 18px 0px;
	color:#fff;
	display: block;
}
h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:130%;
	margin:15px 18px 8px 0px;
	color:#990000;
	display: block;
}
.bigtxt {
	font-size:130% !important;
}
.redtxt {
	color:#7F0000 !important;
}
.blue, .blue a, .blue a:visited {
	color:#0000FF !important
}
.green, .green a, .green a:visited {
	color:#00FF00 !important
}
.purple, .purple a, .purple a:visited {
	color:#9900CC !important
}
.orange, .orange a, .orange a:visited {
	color:#FF9900 !important
}
/* Layout */

#wrapper {
	width:246px;
	overflow:visible;
	margin: 0 auto;
}
#wrapper #logo {
	border:0px;
	margin-top:100px;
	margin-left:-30px;
	width:311px;
	height:289px;
}
#footer {
	text-align:center;
	color:#ccc;
}
#intro {
	text-align:center;
	width:246px;
}
#donate {
	text-align:center;
	width:110px!important;
	height:23px!important;
	clear:both;
	margin-left:50px;
}
#donate input {
	width:110px!important;
	height:23px!important;
}
#tracker {
	text-align:center;
	width:80px!important;
	height:15px!important;
	clear:both;
	margin-left:60px;
	padding-left:15px;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;"
}