body{
	background-position: center;
	background-image: url(../images/clouds.jpg);
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	background-color: #FDFDFD;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}

body img{
	border: 0;	
}

#wrapper{
	margin: auto;
	height: auto;
	width: auto;
	overflow: auto;
}

#content{
	background-image: url(../images/site1.jpg);
	width: 900px;
	height: 800px;
	margin: auto;
	text-align: center;
}

#container{
	width: auto;
	height: 260px;
	margin: auto;
	overflow: auto;
	padding-top: 303px;
	overflow: visible;
	margin-bottom: 0px;
}

#container ul{
	list-style-type: none;
}

#container ul li{
	padding-bottom: 10px;	
}

#left{

	width: 260px;
	height: 260px;
	float: left;
	overflow: visible;
}

#center{
	width: 390px;
	height: 260px;
	float: left;
	overflow: visible;
}

#right{

	width: 250px;
	height: 260px;
	float: left;
	overflow: visible;
}

#leftList{
	padding: 0;
	margin: 0;
	padding-right: 30px;
}

body ul li img{
	padding-bottom: 8px;	
}

#rightList{
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

#links{
	clear: left;
	width: 390px;
	height: 25px;
	margin: auto;
	margin-top: 0px;
	padding-top: 10px;
}

#contactForm{
	width: 395px;
	height: 260px;
	margin: auto;
	float: none;
}

#contactForm p{
	margin: 0px;
	padding: 0px;	
}

#form1{
	margin: auto;
	text-align: center;	
}

#aboutDiv{
	width: 390px;
	height: 260px;
	text-align: center;
	margin: auto;
}

#aboutDiv p{
	font-size: .75em;
	line-height: 22px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

#squeegee{
	position: absolute;
	z-index: 3;	
}

.close{ 
cursor: pointer; 
}