body{
	background: #272D33;
	font-family:Helvetica,Arial,_sans;
	font-size: .90em;
	text-align:center;
	color: #FFFFFF;
	letter-spacing: 1px;
	}

img{
	border: 0px solid #5D8C8A;
	vertical-align: text-top;
	}
	
#thumb{
	float:left;
	}
	
h4{
	text-align: left;
	width: 300px;
	border-bottom: 2px solid #272D33;
	}



a:link{
	color: #5D8C8A;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	
	}

a:visited{
	color: #5D8C8A;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
li{
	float: left;
	}
	
table{
	width: 400px;
	text-align: center;
	}


#wrapper{
	
	margin: 5px auto;
	width: 1100px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background: #000000;
	min-height: 900px;
	}

#header{
	margin-bottom: 20px;
	text-align: center;
	height: 225px;
	border: 0px solid #ffffff;
	
	}
	

#navigation{
	height: 20px;
	width:1100px;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	
	
	}
	
#quote{
	text-align: center;
	font-size: 14px;
	height: 30px;
	padding-top: 5px;
	}



#content{
	width: 1000px;
	margin-top: 5px;
	background: #000000;
	text-align: left;
	}
	
	
#left{
	float: left;
	width: 38%;
	padding-left: 10px;
	border: 0px solid #FFFFFF;
	text-align: left;
	min-height: 650px;
	
	}

#right{
	width: 49%;
	margin-left: 50%;
	padding: 0px;
	border: 0px solid #FFFFFF;
	text-align: left;
	min-height: 650px;
	}
	
#contactbox{
	padding-left: 25px;
	}

#footer{
	height: 30px;
	text-transform: uppercase;
	width: 900px;
	float: left;
	margin-top: 3px;
	text-align: left;
	font-size: 10px;
	}

#footer-right{
	height: 30px;
	text-transform: uppercase;
	width: 200px;
	float: right;
	margin-top: 3px;
	text-align: right;
	font-size: 10px;
	}


