body, html {
	margin:0;
	padding:0;
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:1.5em;
	}
body {
	background:url(../images/bg.gif) fixed;
	}
a {
	font-size:12px;
	color:#cc9;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#ffc;
	text-decoration:underline;
	}
a:visited {
	color:#966;
	}
form {
	margin:0;
	padding:0;
	}
h1 {
	margin:0;
	padding:10px 0 20px;
	font-size:16px;
	color:#cc9;
	text-transform:uppercase;
	}
h2 {
	clear:both;
	margin-top:15px;
	padding:5px 0;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	font-size:14px;
	color:#ac3338;
	}
h3 {
	margin-top:0;
	font-size:12px;
	color:#cc9;
	}
img {
	border:none;
	}
input, textarea {
	padding:2px;
	background:#ececec;
	border:solid 1px #000;
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#420000;
	}
li {
	padding:4px 0;
	}
p {
	margin-top:0;
	padding-top:0;
	}
table {
	border:none;
	}

.clear {
	clear:both;
	}
.col_left {
	float:left;
	width:540px;
	padding:10px 20px 20px;
	}
.col_left .fineprint {
	font-style:italic;
	}
.col_right {
	float:right;
	width:155px;
	padding:15px;
	color:#000;
	text-align:center;
	line-height:normal;
	}
.col_right a {
	color:#fff;
	}
.col_right a:hover {
	text-decoration:underline;
	}
.crumbs {
	font-size:10px;
	text-align:right;
	}
.crumbs a {
	font-size:10px;
	font-weight:normal;
	}
.fineprint {
	padding-top:3px;
	font-size:10px;
	}
.fineprint a {
	font-size:10px;
	}
.hdr {
	width:730px;
	height:115px;
	padding:15px 20px 0 20px;
	background:url(../images/hdr.jpg) no-repeat top left;
	font-size:10px;
	color:#ccc;
	text-align:right;
	line-height:1.5em;
	}
.intro {
	position:absolute;
	right:0;
	bottom:80px;
	width:285px;
	padding:20px;
	background:#333;
	border:solid 5px #000;
	border-right:none;
	font-size:11px;
	color:#999999;
	line-height:2em;
	}
.logo {
	float:left;
	width:152px;
	}
.logo a {
	display:block;
	width:200px;
	height:90px;
	}
* html body .logo a {
	width:100%;
	} 
.main {
	width:770px;
	min-height:400px;
	padding:0;
	background:#333 url(../images/rightback.jpg) repeat-y top right;
	}
.noborder {
	border:none;
	}
.photo_left {
	float:left;
	border:solid 1px #000;
	margin:0 15px 15px 0;
	}
.text_yellow {
	color:#cc9;
	}
.thumbtable {
	width:100%;
	padding-top:30px;
	}
.thumbtable td {
	width:33%;
	padding:0;
	text-align:center;
	vertical-align:middle;
	}
.user {
	padding-bottom:10px;
	text-align:right;
	}
.video {
	padding-top:20px;
	text-align:center;
	}
.wrapper {
	position:relative;
	width:770px;
	margin:0 auto 30px;
	border:solid 6px #000;
	border-top:none;
	}

/* TOP NAV */
.topnav {
	width:100%;
	padding:6px 0;
	background:#420000;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:center;
	}
.topnav a {
	padding:6px 25px;
	font-size:11px;
	color:#e5e5e5;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
	}
.topnav a:hover {
	background:#660000;
	color:#e5e5e5;
	text-decoration:none;
	}
.topnav a:visited {
	color:#fff;
	}
	/* indicates current page */
#about .about,
#completed .completed,
#contact .contact,
#current .current,
#thefund .thefund {
	font-weight:bold;
	}

/* SUB NAV */
.subnav {
	clear:both;
	margin-bottom:10px;
	padding:5px 0;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	font-size:11px;
	}
.subnav a {
	padding:0 10px;
	font-size:11px;
	font-weight:normal;
	}
.subnav a:visited {
	color:#cc9;
	}
	/* indicates current page */
.subnav .current {
	color:#fff !important;
	font-weight:bold;
	}
	
/* FORMS */
.field_left {
	clear:both;
	float:left;
	padding:4px 20px 10px 0;
	font-weight:bold;
	}
.field_right {
	float:left;
	padding-bottom:10px;
	}
.login .field_left {
	width:80px;
	}
.login .field_right {
	width:350px;
	}