
body {
	background-color: white;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 1024px;
	height: AUTO;
	margin: 0;
	padding: 0;
	background: white;
}

#nav {
	height: 28px;
	width: 1024px;
	background-color: white;
	z-index: 1;
}

#center {
	background-color: white;
	height: auto;
	width: 1024px;
	z-index: 2;
}

#left {
	background-color: white;	
	height: 740px;
	width: 702px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#right {
background: white
	 url(images/indexbody_07.jpg) no-repeat;
	height: 740px;
	width: 322px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

p {
margin: 0 ;
			}
			
			p.small {
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 8.5pt; }