body {
	background-color: #000;
	background-image: url(images/stripe_bg.png);
	margin: 0px;
	color: #BBB;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}

a {
	outline: none;
}
a:link, a:visited {
	color: #8DBC43;
	text-decoration: underline;
}
a:hover, a:active {
	color: #888888;
	text-decoration: none;
}

h1 {
	color:#8DBC43;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	margin:0;
	padding:0px 0px 15px 0px;
}
h2 {
	color:#BBB;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	font-weight: bold;
	margin:0;
	padding:0px 0px 0px 0px;
}

img {
	border: 0px none;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 850px;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	
}
.img_home { background: #000 url(images/img_home.jpg) no-repeat; }
.img_team { background: #000 url(images/img_team.jpg) no-repeat; }


#header {
	height: 285px;
	padding: 15px 0 0 15px;
}
#signup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 45px;
	background: url(images/signup_bg.png) no-repeat !important;
	background: url(images/signup_bg.gif) no-repeat;
	z-index: 1;
}
#signup table {
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
#signup td {
	height: 43px;
}
#signup label {
	color: #FFF;
}
#signup .textfield {
	width: 110px;
	line-height: 18px;
	border: 1px solid #8C9F42;
	background-color: transparent;
	margin-left: 5px;
	color: #FFF;
}
#signup #submit {
	width: 55px;
	height: 20px;
	padding-bottom: 2px;
	border: 0px none;
	background: transparent url(images/submit_bg.gif) no-repeat 0 0;
	margin-left: 5px;
}
#signup #submit:hover {
	background: transparent url(images/submit_bg.gif) no-repeat 0 -20px;
}

#logo {
	position: relative;
	width: 145px;
	height: 95px;
	z-index: 2;
}
#strapline {
	width: 348px;
	margin: 30px 0 0 0px;
	display: none;
}
#logo img, #strapline img, #twitter img {
	behavior: url(iepngfix.htc);
}

#main {
	position: relative;
	height: auto !important;
	height: 1%; /* IE 6 disappearing background bug fix */
}
.content_bg1 {
	background: transparent url(images/content_bg.png) no-repeat 0 0 !important;
	background: transparent url(images/content_bg.gif) no-repeat 0 0;
}
.content_bg2 {
	background: transparent url(images/content_bg2.png) no-repeat 0 0 !important;
	background: transparent url(images/content_bg2.gif) no-repeat 0 0;
}

#content {
	float: left;
	width: 475px;
	padding: 20px 20px 10px 20px;
	font-size: 12px;
	line-height: 18px;
}
#content td {
	vertical-align: top;
}
#content2 {
	float: left;
	width: 650px;
	padding: 20px 20px 10px 20px;
	font-size: 12px;
	line-height: 18px;
}
#content2 td {
	vertical-align: top;
}

.green {
	color: #8DBC43;
}

#twitter {
	float: left;
	width: 155px;
	padding: 13px 0px 0 20px;
}

.fitcamp_timetable td, .fitcamp_timetable th {
	font-size: 11px;
	line-height: 14px;
}

.fitcamp_timetable th {
	background: #333;
	color: #FFF;
}
.fitcamp_timetable td:hover {
	background: #8DBC43 !important;
}

#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }

#footer {
	width: 852px;
	height: 30px;
	margin: 0px auto;
	background: url(images/footer_bg.png) no-repeat right 0;
	font-size: 10px;
	line-height: 30px;
	text-align: right;
	color: #666;
}
#footer a:link, #footer a:visited { color: #666; text-decoration: none; }
#footer a:hover, #footer a:active { color: #8DBC43; text-decoration: none; }


/* Navbar */

#navbar ul {
	margin: 0;
	padding: 10px 0 0 18px;
	float: left;
	width: 142px;
	list-style-type: none;
}

#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	
}

#navbar li a {
	display: block;
	color: #BBB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding-top: 6px;
	font-style: italic;
	font-weight: normal;
	outline: none;
}

#navbar li a:hover {
	color: #8DBC43;
	background: url(images/nav_bg.png) no-repeat 0 bottom;
}

#navbar a:active {
	color: #8DBC43;
}

#navbar li#active a {
	color: #8DBC43;
}

/* Aweber Opt-in */

#opt-in {
	float:right; 
	width:425px;
	height: 102px;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

#opt-in table {
	margin-top: 18px;
}

#opt-in input {
	border: 1px solid #8C9F42;
	background-color: #FFFFFF;
}

#opt-in .submit {
	border: 1px solid #FF0000;
}
