<style>

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f6da8e;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the selector */
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #602162;
}

h1 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #CCCCCC;
}

h2 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #CCCC00;
}

/**************************************************************************
* FOLLOWING CSS STYLES DEFINE LAYOUT OF THE TOP NAVIGATION MENU
* POSITION, NO LIST SYMBOLS, COLOR, PADDING
**************************************************************************/
#navigation1 {
	color: #9a7441;
	font-size: 13px;
	font-weight: bold;
}
#navigation1 ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;	
}
#navigation1 a, #navigation1 a:visited, #navigation1 a:active{
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}
#navigation1 a:hover {
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
	font-weight: bold;
}


/**************************************************************************
* FOLLOWING CSS STYLES DEFINE LAYOUT OF THE LOWER NAVIGATION MENU
* POSITION, NO LIST SYMBOLS, COLOR, PADDING
**************************************************************************/
#navigation2 {
	color: #9a7441;
	font-size: 12px;
	font-weight: bold;
}
#navigation2 ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	font-size: 12px;
}
#navigation2 a, #navigation2 a:visited, #navigation2 a:active {
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: underline;
	font-weight: normal;
}
#navigation2 a:hover {
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

/****************************************************************
* FOLLOWING LINK TAGS DEFINE COLOR AND EMPHASIS FOR MAIN CONTENT
****************************************************************/
a {
	color: #5f2161; 
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #9a7441;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #5f2161;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #afadac;
	text-decoration: underline;
	font-weight: normal;
}
/****************************************************************
* FOLLOWING LINK TAGS DEFINE COLOR AND EMPHASIS FOR THE FOOTER
****************************************************************/
#copyright {
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#copyright a, #copyright a:visited, #copyright a:active{
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: underline;
	font-weight: normal;
}
#copyright a:hover {
	color: #E9E2CF;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration: none;
	font-weight: normal;
}

/****************************************************************
* FOLLOWING DIV TAGS DEFINE POSITION, SIZE AND LAYOUT
* BANNER, TOP AND MAIN MENU, CONTENT, NEWS, FOOTER
****************************************************************/
#container {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	padding: 0px;
	border: 0px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	overflow: hidden;
	
}

#banner {
	clear:both;
	width: 800px;
	text-align: center;
	background: #f6da8e;
	padding: 0px;
	margin: 0px;
	height: 55px;
}

#navigation1 {
	clear: both;
	text-align: left;
	width: 800px;
	height: 55px;
	background: #744878;
	padding: 0px 40px 0px 40px;
	margin: 0px;
}

#left_content { 
	float: left;
	width: 360px;
	text-align: left;
	border-left: 0px solid gray;
	border-right: 0px solid gray; 
	margin: 0px;
	padding: 0px;
}

#right_content { 
	float: right;
	text-align: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

#wide_content { 
	width: 720px;
	float: left;
	text-align: left;
	border-left: 0px solid gray;
	border-right: 0px solid gray; 
	margin: 15px 40px 25px 40px;
}


#footer {
	clear:both;
	width: 800px;
	text-align: center;
	background: #744878;
	padding: 0px 0px 10px 0px;
	margin:0px;
}

#footer #navigation2 {
	width: 600px;
	clear: both;
	background: #744878;
	text-align: center;
	margin: 0px 100px 0px 100px;
}

#copyright {
	display: block;
	width: 600px;
	clear: both;
	background: #744878;
	text-align: center;
	margin: 0px 100px 0px 100px;
	padding: 10px 0px 0px 0px;
}
/*****
* Other important styles
* <P>, <IMG>
*****/
#banner a img {
	float: left;
	border: 0px;
	height: 55px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
}
a img {
	float: left;
	border: 0px;
	height: 55px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
}
p {
	display: block;
	padding: 4px 0px 3px 0px;
	margin: 0px;
}
#wide_content img, #left_content img, #right_content img {
	margin: 1px;
}
#wide_content ul li {
	list-style-type: none;
	padding: 1px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #977641;
}

div.notice {
	display: block;
	width: 600px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	color: #E9E2CF;
	background: #744878;
	padding: 10px;
}
</style>
