	BODY {
		background-color: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		color: #AAA;
	}
	#header {
		height: 50px;
	}
	#container {
		position: absolute;
		width: 100%;
		top: 25px;
	}
	.title {
		font-size: 36px;
		font-family: "Century Gothic", Helvetica;
		font-weight: normal;
		color: #369;
		padding-left: 25px;
	}
	#content {
		padding-top: 15px;
		background-color: #333;
		border-top: 2px solid #369;
		border-bottom: 2px solid #369;
		height: 300px;
		font-size: 10px;
		color: #DDD;
		overflow:hidden;
		width: 100%;
	}
	#menu {
		padding-left: 25px;
	}
	.images TD {
		text-align: center;
	}
	A {
		color: #369;
		text-decoration: none;
	}
	A:hover {
		text-decoration: underline;
	}
	#left {
		width: 50%;
		float:left;
	}
	#right {
		width: 30%;
		float: right;
	}
	H2 {
		font-size: 18px;
		color: #FFCC33;
		font-weight: normal;
		font-family: "Century Gothic", Helvetica;
		padding-left: 20px;
		border-bottom: 1px solid #FC3;
	}
	#content P {
		padding-left: 50px;
		width: 80%;
	}
	#content UL {
		padding-left: 65px;
		list-style: square;
		color: #FC3;
	}
	#content UL LI {
		padding: 3px;
	}
	
	.section {
		position: absolute;
		display: none;
		width: 100%;
		overflow-y: none;
		overflow-y: scroll;
	}
	UL.testimonials {list-style: none; margin: 0 auto; font-family: "Century Gothic"; font-size: 18px;}
	UL.testimonials LI {list-style: none; width: 80%; padding: 100px;}
