* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background: #152A6F;
font-size: 90%;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-family: Arial, Helvetica, sans-serif;
margin: 10px;
}

h1, h2, h3, p, ul, dl, form {
margin-bottom: 10px;
}

#frame {
margin: 40px 0 0 40px;
}

#banner {
float: left;
height: 100px;
width: 850px;
}

	#banner #contact {
	color: #ccc;
	float: right;
	font-size: .8em;
	font-weight: light;
	height: 60px;
	margin-top: 20px;
	position: absolute;
	left: 670px;
	width: 270px;
	}
	
	#banner #contact a {
	color: #ccc;
	text-decoration: none;
	}
	
	#banner #contact a:hover {
	color: white;
	}
	
	#banner img {
	float: left;
	}

	#banner ul {
	float: left;
	height: 40px;
	list-style: none;
	margin-left: 25px;
	margin-top: 30px;
	width: 270px;
	}
	
		#banner ul li {
		color: #CCC;
		float: left;
		font-size: .9em;
		margin-right: 15px;
		}
		
		#banner ul li a {
		color: #ccc;
		text-decoration: none;
		}
		
		#banner ul li a:hover {
		color: white;
		}
		
	#footer {
	float: left;
	height: 50px;
	width: 800px;
	}
	
	#form {
	float: left;
	margin-top: 40px;
	width: 800px;
	}
	
		#form {
		color: #CCC;
		font-size: .80em;
		}
		
		#form table td {
		min-width: 15px;
		padding: 4px;
		}
		
	#images {
	clear: both;
	float: left;
	height: 134px;
	margin-top: 20px;
	width: 800px;
	}
	
		#images img {
		border: none;
		}
	
	#text {
	color: #CCC;
	float: left;
	font-size: .80em;
	height: 250px;
	margin-top: 25px;
	width: 800px;
	}
	
		#text #col1 {
		float: left;
		width: 300px;
		}
		
			#text h1 {
			font-size: 1.2em;
			}
		
		#text #col2 {
		float: left;
		margin-left: 100px;
		width: 350px;
		}
		
			#text ul {
			list-style: circle;
			}
		
		#qoutes {
		float: left;
		left: 400px;
		top: 170px;
		position: absolute;
		}

/* classes */

.cred		{ 	color 	: #CC0000; 		}
.cgreen 	{ 	color 	: #66FF00; 		}
.fleft 		{ 	float	: left; 		}
.fright 	{ 	float	: right; 		}