/* CSS for TwinPalms home page 2006-08-24 */

*{ margin:0; padding:0;}


body {
		text-align:center;
		background-color: #FFF ; 
		font-family: arial, verdana, helvetica, sans-serif ;
		font-style: normal ;  font-size: 95% ;	  color: black ;
		margin-top: 0 ;
	}

#container { 
	text-align: left;
	position: relative;
	background-color: #Fff ; color: #000 ;
	border-top:  0 ;
	border-left:  2px solid #793 ;
	border-right: 2px solid #222 ;
	margin: 0 auto 20px;
	padding: 0  ;
	width: 760px; 
	min-height: 440px;
}

#sect1 {
	float: left;
	width: 760px;
	height: 300px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #FFF ;
	background-image: url(pix/tower.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		}
#sect2 { width: 760px ; margin: 0 ; padding: 0 ;
		 background-color: #FFF ; color: black ;
		float: left ; clear: both;
		}

#text1 { margin: 10px 260px 0;
		}

#text2 { clear: both ; float: left ; width: 520px ;
		 margin: 0 0 0 10px; padding: 0 ;

 display: inline; 
		}

#text3 { width: 358px; float: left ; margin-top: 3px ; margin-left: 6px ;
		 color: #000 ; background-color: inherit ;
		}

#text4 { margin-top: 3px ; float:right ; margin-right: 3px ; width: 135px ;
		 color: #131 ; background-color: inherit ;
		}
img	{ margin:0 ; padding: 0 ; }

h1 { color: #361 ; font-size: 32px; background-color: inherit ;
	 margin-left: 25px ;
	}

#text2 a { font-size: 110% ; font-weight: bold ; color: #420; 
			background-color: inherit; text-decoration: underline;
		}
#text2para { margin-top: 5px ; margin-bottom: 5px ; padding-top: 0 ;
 
			}

#text3 a { color: #420; 
			background-color: inherit; text-decoration: underline;
		}
#text3 p { line-height: 1.2em ; margin-top: 10px;}

#text4 p { text-align: right ;  margin-top: 10px; margin-right: 5px;
		line-height: 1.2em ;
		}
#services { line-height: 1.5em; margin-left: 20px ; 
			margin-top: 5px ; margin-bottom: 5px ; padding-top: 0 ;
		}
