body{
	margin: 0;
	padding:0;
	padding-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	 background-color:  #dbecb5;
	text-align: center;
	}
	
	#wrapper{
	width: 900px;
	height: auto;
	min-height: 780px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color:   #69b2fd;
	border-top: #2f4f4f solid 1px;
	border-right: #2f4f4f solid 1px;
	border-left: #2f4f4f solid 1px;
	}
	
	
	
	a img{
		border: none;
	}
	
	a{
		text-decoration: none;
	}
	
	a:hover{
		color: white;
	}
	
	h1{
		font-size: 1.4em;
		margin: 0 0 10px 0;
		color: white;
	}
	
	#flashbanner{
		border-bottom: 1px solid  white;
		height: 305px;
	}	
	
	#navbar{
		background-image: url(images/navbg.jpg);
		width: 900px;
		margin-top:5px;
		height: 27px;
		text-align: center;
		padding-top:6px;
		color: white;
		font-size: 1.3em;
		font-weight: bold;
		border-bottom: 1px solid white;
		
	}
	
	#navbar a{
		color: white;
		 text-decoration: none;
	}
	
	#navbar a:hover{
		color:  #005701;
	}
	
	#text{
		width: 500px;
		height: auto;
		min-height: 310px;
		padding: 0 30px 30px 30px;
		border-right: solid 1px white;
		margin-top: 30px;
		color: white;
		font-weight: bold;
	}
	
	#text2{
		width: 830px;
		height: auto;
		min-height: 310px;
		padding: 0 30px 30px 30px;
		margin-top: 30px;
		color: white;
		font-weight: bold;
	}
	
	#phone{
		position: absolute;
		right:20px;
		top: 375px;
		width: 300px;
	}
	
	#image{
		width: 300px;
		height: 300px;
		position: absolute;
		right:20px;
		top: 415px;
	}
	
	#image2{
		width: 300px;
		height: 229px;
		position: absolute;
		right:20px;
		top: 720px;
	}
	
	#image3{
		width: 300px;
		height: 229px;
		position: absolute;
		right:20px;
		top: 960px;
	}
	
	#footer{
	width: 900px;
	margin: 0 auto;
	border-right: #2f4f4f solid 1px;
	border-left: #2f4f4f solid 1px;
	border-bottom: #2f4f4f solid 1px;
	margin-bottom:10px;
	}
	
	#pics{
		float: right;
		margin-left: 15px;
	}