body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333;
	background-image: url(brickbackground.jpg)
	margin-top: 10px;
	align: center;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	background-color: #630000;
}
#header {
	height: 250px;
	color: white;
	padding-bottom: 1px solid #FFF;
	background-image: url(../images/header_bg.jpg);
	background-color: #333333;
}
#flash {
	padding: 0px;
	margin: 0px;
	width: 450px;
	height: 250px;
}
#column1 {
	border-top: 1px solid #fff;
	float: left;
	width: 200px;
	background-color: #630000;
}
#column2 {
	border-top: 1px solid #fff;
	float: right;
	width: 710px;
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	padding: 10px 20px 20px 30px;
}
#column2 h1 {
	font-size: 22px;
}
#column2 h2 {
	font-size: 18px;
}
#column2 h3 {
	font-size: 14px;
}
#column2 a:link, #column2 a:active, #column2 a:visited {
	text-decoration: none;
}
#column2 a:hover {
	text-decoration: underline;
}
#footer {
	height: 30px;
	padding-top: 15px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	background-color: #333333;
	clear: both;
}
#cmsdiv {
	margin-top: 6px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
<!-- Navigation CSS -->
#navlist {
	width: 195px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
	font-weight: bold;
}
#navlist a {
	display: block;
	padding: 6px 2px 6px 30px;
	border-bottom: 1px solid;
	border-color: #fff #fff #fff #fff;
	background-color: #999999;
	background-image: url(../images/btn_nav_lo.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a.green {
	display: block;
	padding: 6px 2px 6px 30px;
	border-bottom: 1px solid;
	border-color: #fff #fff #fff #fff;
	background-color: #999999;
	background-image: url(../images/btn_nav_lo_green.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-color: #9F6F9F;
	background-image:  url(../images/btn_nav_hi.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEE;
}
<!-- End Navigation CSS -->

