.clearer{
	clear:both;
}

body{
	background: #E7F2E2;
	text-align: center;
}

#wrapper{
	width: 994px;
	margin: 0px auto;
}

#main{
	width: 994px;
	background: url(images/bg.gif);
	background-repeat: repeat-y;
	
}

#side{
	width:250px;
	float: left;
	background: url(images/sidetop.png);
	background-color: #cbe5c0;
	background-repeat: no-repeat;
}

#content{
	width: 744px;
	background: url(images/floral.png);
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
	font-family: Century Gothic;
}

#navigation{
	float: left;
	margin-top: 150px; 
	margin-left: 15px;
}

#navigation ul{
	clear: both;
	margin:0px;
	padding: 0px;
	margin-left:15px;
}

#navigation ul li{
	display: block;
	color: #74593B;
	text-align: left;
	list-style-type: none;
	font-family: Century Gothic;
	padding-left: 0px;
	margin: 5px 0px;
}

#navigation ul li a{
	font-family: Century Gothic;
	text-decoration: none;
	color: #74593B;
}

#navigation ul li ul li{
	font-size:.8em;
}

#text{
	width: 520px;
	float: left;
	font-family: Century Gothic;
	text-align: left;
	margin: 10px;
	font-size: .9em;
	color: #765;
}

#text h2, h3{
	color: #754;
}

#text a{
	color: #753;
}

#pics{
	width: 180px;
	float: left;
	text-align: center;

}

#pics img{
	margin: 0px auto;
	margin-top: 300px;
		
}	

#footer{
	margin-top:5px;
	width: 994px;
	border:0px;
	border-top: 1px solid #74593B;
	color: #aa9;	
	font-family: Century Gothic;
}

#footer a{
	color: #aa9;
	font-family: Century Gothic;
}

#footer .left{
	float: left;
	width: 400px;
	text-align: left;
	font-family: Century Gothic;
}

#footer .right{
	float: right;
	width:400px;
	text-align: right;
	font-family: Century Gothic;
}