* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#wrapper {
	width: 750px;
	background-color: #ffffff;
	color: #000000;
	height: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 750px;
	float: none;
	height: 145px;
	background-image: url(images/SUNOeduBanner7.png);
}
#navigation {
	float: right;
	width: 580px;
	background: #ffffff;
	height: 40px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#leftcolumn {
	color: #333;
	background: #ffffff;
	margin: 0px;
	height: auto;
	width: 164px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#rightcolumn {
	float: right;
	color: #333;
	height: auto;
	width: 580px;
	display: inline;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
#footer {
	width: 750px;
	clear: both;
	color: #333;
	height: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #ffffff;
}

