* {
	margin:0;
	padding:0;
}


body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#ffffff;
	color:#663300;  
	background-image: url(img/body-bg.jpg);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

p {
	padding-bottom: 1em;
}

a {
	border-bottom-width: 1px;
	color:#cc0000;
	text-decoration: none;
	border-bottom: #cc0000 1px dotted;
}

a img {
	border-bottom: none;
}

img {
	border: 0;
}

a:hover {
	color: brown;
	text-decoration:none;
	border-bottom: none;
}

blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border:1px dotted #cccccc;
}

blockquote p {
	margin:.2em;
}

#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width:38em;
	text-align:left;
	vertical-align: middle;	
	background-color:#fff;
	border:1px solid #ccc;
}

#header {
	margin:-1em -1em 0 -1em;
	padding:0 0 0 0;
	height:5em;
	background-color:#ffffff;
}

h1 {
	text-shadow: 2px 2px 3px #4a301e;
	color: red;
	margin:0;
	padding: 0 0 .3em 0;
	font-size:1.6em;
	letter-spacing:.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	margin:0 0 0 0;
	padding:1em 0 0 1.75em;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:.1em;
}

ul {
	margin:0 0 0 1em;
	list-style: none;
}

#topper {
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	width: 862px;
	height: 109px;
	background-image: url(img/logo-header.gif);
	padding: 125px 0px 10px 0px;
}

#maintext {
	background: #fff;
	margin: 0 54px 0 54px;
	padding: 20px 12px 20px 12px;
	text-align: left;
}



#nav {
	height: 60px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(img/nav-bg-new.jpg);
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	color: #fff;
}

#nav ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#nav li {
	margin:0 0 0 0;
	padding:.25em;
	display:inline;
}

#nav a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-size: 25px;
}

#nav a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer {
	width: 100%;
	margin:3em 0 0 0;
	padding:0;
	height:3em;
	line-height:3em;
	text-align:center;
	font-size:.7em;
	background-color: #fff;
	border-top:1px dotted #ccc;
}

