html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body	{
	background: url(images/image298.jpg);
	font-family: arial;
	font-size: 1.2em;
	}
h1	{
	text-align:center;
	margin: 5px;
	color: #7A7683;
	}
h2	{
	font-size:1em;
	font-weight:700;
	text-decoration: underline;
	color: #2C5A67;
	background: url(images/bg3.png) repeat-x;
	}
h3	{
	font-size: 1.1em;
	margin-left: .7em;
	color: #6A7477;
	}
p	{
	margin: 1.2em;
	}


#wrapper	{
	background: #f5f5f5;
	text-align: left;
	margin: auto;
	width:	1000px;
	position: relative;
	top: 36px;
	}
#header	{
	background: url(images/BG2.PNG) repeat-y;
}
#footer	{
	background: url(images/bg4.PNG) right repeat-y;
	text-align:right;
	font-size: .7em;
	}
#left {
  background: url(images/bg1.png) repeat-x;
  float: left;
  width: 243px;
}
#news	{
  float: left;
  width: 243px;
  font-size: .8em;
 	}
#content	{
	margin-left: 300px;
	}
#nav ul {
  margin-left: 7px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2C5A67;
}
#nav li {
  list-style: none;
  font: 14px arial, sans-serif;
  border-top: 1px solid #959595;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
}
#nav .important a {
  color: #E9C379;
}