* {
	margin: 0;
	padding: 0;
	}

body {
	background: url("../images/background.gif") repeat;
	color: #720000;
	font-family: Georgia, Times, serif;
	}

#wrapper {
	background-color: #FFFFFF;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0 0 8px 0;
	position: absolute;
	width: 960px;
	}

h1 {
	background: url("../images/mainheader.png") no-repeat;
	font-weight: 500px;
	height: 61px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 960px;
	}

h1 span {
	display: none;
	}

#mainimg {
	background: url("../images/shadowBig.gif") no-repeat bottom;
	height: 285px;
	padding: 0 0 2px 0;
	}

#nav {
	padding-left: 65px;
	}

.nav_elements {
	float: left;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 15px 3px 15px;
	width: 110px;
	}

.pnav {
	margin-top: 3px;
	}

.pnav a:link, .pnav a:visited {
	background: url("../images/shadow.gif") no-repeat bottom right;
	display: block;
	width: 103px;
	}
	
.pnav a:hover, .pnav a:active {
	background: url("../images/shadow2.gif") no-repeat bottom right;
	display: block;
	}

.pnav img {
	padding: 0 4px 4px 0;
	}

/*----------h1---------*/
h1 {
	text-align: center;
	}
	
#nav h2 a:link, #nav h2 a:visited {
	color: #720000;
	text-decoration: none;
	}
	
#nav h2 a:hover, #nav h2 a:active {
	color: #BC3E00;
	text-decoration: none;
	}	
