@charset "utf-8";
/* CSS Document */

 
 body{
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	 }
 
 html{
 	height: 100%;
 }
 
 #wrapper{
 	width: 100%;
	padding: 0;
	text-align: left;
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
 	overflow: visible;
 }

 #header{
 	float: left;
 }
 
 #logo{
 	float: left;
 }
 
 #content{
 	float: left;
	padding: 75px 0 0 100px;
 }
 
 #content-left{
 	float: left;
	padding: 0 0 35px 0;
 }
 
 #content-right{
 	float: left;
 }
 
 #footer{
 	position: relative;
	float: left;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 78px;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 22px 0 0 0;
 }
 
 	#footer p{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #EEEEEE;
		margin: 0 0 0 100px;
		float: left;
	}
	
 
 .clear{
 	clear: both;
 }
 
 p{
 	margin: 22px 0 22px 0;
 }
