/* STRUCTURE ====================================================== */

body	{
		background-image: url('../images/background_pattern3.gif');
		background-repeat: no-repeat;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		}

#frame {
		position: relative;
		background-color: #995533;
		margin: 0 auto;
		width: 800px;
		text-align: left;
		}
		
#logobar {
		background-image: url('../images/logobar.jpg');
		position: relative; 
		width: 800px;
		height: 55px;
		text-align: center;
		}

#maintext, #maintext_yellow, #maintext_blue, #maintext_green, #maintext800, #maintext_ourteam, #maintext_home {
		position: relative; 
		background-color: #D88F4A; 
		border-right: solid; 
		border-color: #fff; 
		border-width: 1px;
		width: 389px;
		padding: 15px 25px 25px 25px;
		float: left;
		}

#maintext_home {
		background-image: url('../images/background_pattern_orange.gif');
		background-position: -63px -227px;
		}

#maintext_yellow {
		background-color: #ffcc66;
		}
		
#maintext_blue {
		background-color: #99cccc;
		}
		
#maintext_ourteam {
		background-color: #99cccc;
		margin-right: 20px;
		}
		
#maintext_green {
		background-color: #95b37e;
		}

#maintext800 {
		width: 750px;
		border: none;
		}
		
#photo img {
		position: relative; 
		width: 360px;
		margin: 0 0;
		float: left;
		line-height: 0;
		border-bottom: solid; 
		border-color: #fff; 
		border-width: 1px;
		}

#quote {
		position: relative; 
		width: 360px;
		margin: 0 0;
		float: left;
		line-height: 0;
		height: 50px;
		}
		
#quote img {
		position: relative; 
		width: 360px;
		margin: 0 0;
		float: left;
		line-height: 0;
		}
		
#ad img {
		position: relative;
		float: left;
		line-height: 0;
		}
			
#footer_frame {
		position: relative;
		background-image: url('../images/footer.jpg');
		background-repeat: no-repeat;
		border-top: solid; 
		border-color: #fff; 
		border-width: 1px;
		margin: 0 auto;
		width: 800px;
		text-align: right;
		clear: both;
		}
		
#footer {
		margin: 0px;
		width: 780px;
		height: 65px;
		padding-top: 15px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		}
		
#clear {
		position: relative;
		background-color: #fff;
		height: auto;
		clear: both;
		}
		
.ltorangebox {
		width: 369px;
		background: #fc9;
		padding: 5px 10px 5px 10px;
		float: left;
		}

.ltyellowbox {
		width: 369px;
		background: #ff9;
		padding: 5px 10px 5px 10px;
		float: left;
		}

.ltbluebox {
		width: 369px;
		background: #cff;
		padding: 5px 10px 5px 10px;
		float: left;
		}
		
.ltgreenbox {
		width: 369px;
		background: #c0d9ad;
		padding: 5px 10px 5px 10px;
		float: left;
		}
		
.emptybox {
		width: 360px;
		background: none;
		padding: 10px;
		float: left;
		}


