body {
background: url(../images/bg.jpg) top left repeat-x;
font-family: Helvetica, Arial, 'Sans-serif'; 
}

body.b {
background: url(../images/bgb.jpg) top left repeat-x;
}

fieldset {
border: none;
float: left;
margin: 20px 0 0 0;
padding: 0;
width: 390px;
}

	fieldset dl {
	margin: 0;
	padding: 0;
	}
	
	fieldset dt {
	color: white;
	font-size: .8em;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	}
	
	fieldset dd {
	margin: 0 0 20px 0;
	padding: 0;
	}

#banner {
border-bottom: 1px solid white;
float: left;
height: 45px;
overflow: hidden;
width: 800px;
}

	#banner h1 {
	background: url('../images/logo.png') top left no-repeat;
	height: 31px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -5000px;
	width: 350px;
	}
	
	#banner ul {
	float: right;
	font-size: .7em;
	list-style: none;
	margin-top: 20px;
	}
	
	#banner ul li {
	float: left;
	margin-left: 15px;
	}
	
	#banner ul li a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	#banner ul li a:hover {
	color: white;
	}
	
	#banner ul li.on a {
	color: white;
	}
	
#footer {
float: left;
margin-top: 25px;
width: 800px;
}
	
#footer h1 {
float: right;
font-size: .8em;
margin: 0;
padding: 0;
}

#footer ul {
float: left;
font-size: .8em;
margin: 0;
padding: 0;
list-style: none;
}

#footer ul li {
float: left;
margin-right: 15px;
}

#footer ul li a {
color: #ccc;
text-transform: uppercase;
text-decoration: none;
}

#footer ul li a:hover {
color: black;
}

#footer ul li.on a {
color: black;
}

#frame {
float: left;
left: 50%;
margin-bottom: 20px;
margin-left: -400px;
margin-top: 15px;
position: absolute;
width: 800px;
}

#innerfade {
float: left;
margin: 25px 0 0 0;
width: 300px;
}

	#innerfade ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
		#innerfade ul li img {
		border: 1px solid #444;
		}
	
	#innerfade p {
	color: white;
	font-size: .8em;
	top: 325px;
	position: absolute;
	}
	
#qoutes {
float: left;
margin: 25px 0 0 100px;
width: 400px;
}

	#qoutes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#splash {
float: left;
height: 335px;
overflow: hidden;
width: 800px;
}

	#splash a {
	color: #cc0000;
	}

	#splash.gallery img {
	border: 1px solid white;
	float: left;
	height: 79px;
	margin: 20px 25px 0 0;
	width: 125px;
	}

	#splash h1 {
	color: white;
	font-size: 1.5em;
	font-weight: lighter;
	margin: 40px 0 5px 0;
	padding: 0;
	}
	
	#video {
	float: left;
	margin: 25px 0 0 100px;
	width: 400px;
	}
	
	#video p {
	color: white;
	font-size: .8em;
	top: 325px;
	position: absolute;
	}

		.content {
		float: left;
		margin-top: 30px;
		min-height: 200px;
		width: 800px;
		}
		
			.content h1 {
			font-size: 1.5em;
			font-weight: lighter;
			}
			
			.content p, .content ul {
			font-size: .9em;
			line-height: 140%;
			}
			
			.content ul {
			font-weight: bold;
			}
			
			body.b #splash {
			height: 550px;
			}
		
		.left, .right {
		float: left;
		margin: 0;
		padding: 0;
		width: 400px;
		}
		
		.left div {
		margin-right: 10px;
		}
		
		.nudge {
		margin-top: 55px;
		}
		
		.right div {
		margin-left: 10px;
		}

