@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin: 0;
	color: #333;
	}
p {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	color: #732a87;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	color:#333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}		
a:link {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a:visited {
	color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}	
a:hover {
	color: #732a87;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#container {
	width: 900px;
	background-color:#ffffff;
	margin: 0 auto;
	}
#header {
	width: 900px;
	height:150px;
	margin-bottom: 0px;
	}
#left {
	display: inline;
	width: 200px;
	float: left;
	background-color:c0c0bf;
	}	
#middle {
	display: inline;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-image:url(images/middle-background.jpg);
	background-repeat:no-repeat;
	
	}	
#right {
	display: inline;
	width: 200px;
	padding-right: 0px;
	float: left;
	}
#footer {
	width: 900px;
	clear: both;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	border-top-color: #000000;
	}
#footer a, #footer a:visited {
	font-size: 10px;
	}
#menu {
	padding: 0px;
	margin: 0px;
	width: 195px;
	}
#menu li {
	list-style-type: none;
	margin: 0px;
	background-image:url(images/menu-buttons.jpg);
	}
#menu a, #menu a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	color:#eeea40;
	padding: 15px;
	}
#menu a:hover {
	background-image:url(images/menu-buttons-rollover.jpg);
	color:#eeea40;
	}			
	
	
	
	
	
	
	
	
	
	
	
				
