/* CSS Document */
body {	
	margin-top					: 0px;
	background-color			:#00a39c;
	background-image			:url(../images/spacer3.jpg);
	background-repeat			: repeat-x;
	}
p {
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size				    : 11px;
	}
#main {
	margin-left					: auto;
	margin-right				: auto;
	width						: 950px;
 /* height						: 100%;*/
	}
.clear{
	clear						: both;
	}
		
#banner {
	background-image			: url(../images/bg_banner.jpg);
	background-repeat			: no-repeat;
	width						: 950px;
	height						: 170px;
	}



