/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color:#59BB9A;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #2E3535;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}
	
#wrap {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: #009764; 
	}
	
#wrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
	border-left: 1px solid #007C52;
	border-right: 1px solid #007C52;
	border-bottom: 1px solid #007C52;
	}

#container {
	width:  760px;
	height: auto;
	margin: 0 auto;
	background: #EEF9F7;
	}
	
#header {
	width:  760px;
	height: 110px;
	background: #0179B6 url(../img/top_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border-bottom: 1px solid #FFF;
	}
	
	#frankgordon {
		width: 113px;	
		height: 95px;
		display:block;
		text-indent:-9999em;
		background: url(../img/logo.gif); 
		background-position: 0px 0px;
		background-repeat:no-repeat;
		float:left;
		margin-top: 14px;
		margin-left: 13px;
		}
		
	#address {
		height: 19px;
		text-indent:-9999em;
		background: url(../img/address.jpg); 
		background-position: right bottom;
		background-repeat:no-repeat;
		margin-left: 116px;
		margin-right: 12px;
		padding-top: 76px;
		
		}
	
#mainimg {
	width:  760px;
	height: 199px;
	background: #EEF9F7 url(../img/home_img.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #FFF;
	position:relative;
	}
	
	#mainimglink {
		display:block;
		background-color: transparent;
		position:absolute;
		bottom: 18px;
		left: 40px;
		}
	
#content {
	width:  760px;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
	background: #EEF9F7 url(../img/site_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-y;
	border-top: 1px solid #EEF9F7;
	border-bottom: 8px solid #EEF9F7;
	font-size: 1.1em;
	}


#left {
	width: 191px;
	height: auto;	
	float: left;
	margin: 0;
	}
		
#right {
	width: 545px;	
	height: auto;	
	margin-left: 192px;
	}
	
	#text {
	padding-left: 25px;
	padding-top: 20px;
	width: 490px;
	}
		
		
#footer p {
	text-align:right;
	padding-right: 40px;
	padding-top: 4px;
	padding-bottom: 8px;
	font-size:  1em;
	color: #80CBB2;
	}
	
	#footer p a {
		color: #80CBB2;
		text-decoration:none;
		}
		
	#footer p a:hover{
		color: #FFF;
		text-decoration:none;
		}