html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	height: auto;
	margin: auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
}
a {
	color: #004593;
}
/* Navbar */
div#header{
	width:900px;
	height: 152px;
	color: black;
	margin: auto;
	background-image: url(images_header/logo.png);
	background-repeat: no-repeat;
}
div#header h1, a{
	text-decoration: none;
	margin-top: -15px;
	text-align: left;
}
div#header h2{
	text-decoration: none;
	text-align: right;
	font-size: small;
	margin-top: -5px;
	margin-bottom: 0px;
}
div#navbar {
	margin-top: 0px;
	height: 15px;
	width: auto;
}
div#navbar ul {
	margin-top: 0px;
	text-align: right;
	font-size: 14px;
	white-space: nowrap;
	color: #004593;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	padding: 0px 10px;
	color: #004593;
}
div#navbar li a:link {
}
div#navbar li a:visited {
}
div#navbar li a:hover {
	color: white;
	background-color: #004593;
}
/* End Navbar */

/* Main */
div#main{
	margin: auto;
	clear: both;
	position: relative;
	height: 100%;
	width: 900px;
	font-size: 12px;
	font: Geneva, Arial, Helvetica, sans-serif;
}
/* End Main */
/* Left */

div#left{
	margin: auto;
	height: auto;
	width: 150px;
	float: left;
	font-size: 12px;
	font: Geneva, Arial, Helvetica, sans-serif;
}
div#center{
	position: static;
	width: 598px;
	height: auto;
	margin: auto;
	font: 'Comic Sans MS';
}
/* Left */
div#right{
	float: right;
	width: 150px;
	height: auto;
	margin: auto;
	padding-left: 10px;
}
div#content{
	width: 600px;
	height: auto;
}
/* Footer */
div#footer{
	margin: auto;
	clear: both;
	position: relative;
	height: auto;
	width: 900px;
	text-align: center;
	font-size: 10px;
}
/* End Footer */
/* Image One */
img#floatingImg {
position: absolute;
right: 10px;
top: 20px;
}
–>