* {
	margin: 0;
	padding: 0
}

html {
	font-family: Trebuchet MS, arial;
	font-size: 12px;
}

body {
	background: #d7c56f;
	line-height: 18px;
}

img {
	border: 0px none;
}

a:link
{
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

a:hover, a:active
{
	color: #003e7e;
	text-decoration: underline;
	font-size: 13px;
}

h1 {
	font-family: Sans, arial;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #C52648;
}

h2 {
	font-family: Sans, arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #971D37;
}

#container {
	height: auto;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg.gif);
}

#header {
	width: 780px;
	height: 220px;
	background-image: url(images/header.jpg);
}

#content {
	width: 610px;
	height: auto;
	padding-right: 100px;
	padding-left: 70px;
	background-image: url(images/bg.gif);
}

#navPan {
	width: 130px;
	height: auto;
	padding-top: 30px;
	float: left;
}

#contentright {
	width: 420px;
	height: auto;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	background: url(images/contentbg.jpg) top left no-repeat;
}

#footer {
	width: 735px;
	height:  33px;
	background-image: url(images/footer.jpg);
	padding-top: 33px;
	padding-right: 45px;
	text-align: right;
	font-size: 11px;
	color: #fff;
	clear: both;
	line-height: 15px;
}

#footer a {
	font-size: 11px;
	text-decoration: underline;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #444444;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #E22E55;
}

#navcontainer ul li.active
{
background: transparent url(images/list-active.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color:  #E22E55;
font-weight: bold;
}
