body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	width: 960px;
	height: 33px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	}
#content-whole {
	width: 960px;
	height: auto;
	color: #000;
	}
#left-sidebar {
	width: 230px;
	float: left;
	}
#content-right {
	float: right;
	width: 710px;
	}
#sub-nav {
	width: 720px;
	height:40px;
	}
#main-content {
	float: left;
	width: 480px;
	background-image: url(backgrounds/final/bg_note.gif);
	background-repeat: no-repeat;
	}
#right-sidebar {
	float: right;
	width: 230px;
	background-image: url(backgrounds/final/contact_form.gif);
	background-repeat: no-repeat;
	}
.clear {
	clear: both;
	}
#footer {
	width: 955px;
	height: 65px;
	}

<style type="text/css"> 
body  {
	font: 100% Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
}
body,td,th {
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #7989A3;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 16px;
	color: #CCCCCC;
}
h4 {
	font-size: 12px;
	color: #333333;
}
h5 {
	font-size: 10px;
	color: #333333;
}
h6 {
	font-size: 8px;
	color: #333333;
}
.style1 {font-size: 11px}
.style2 {font-size: 12px} 
</style>