/* CSS Document */

html {
	margin:0;
}

p {
	margin-top:0;
}

h1 {
	margin-top:0;
	color:#503632;
	font-size:19px;
}

body {
	margin:0;
	background:url(images/bkgrd.jpg) repeat-x center top #d2b690;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#633
}

a:link, a:active, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	width:950px;
	margin:0 auto;
}

#top {
	height:195px;
	background:url(images/top.png) no-repeat center top;
	position:relative;
}

#nav {
	height:36px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#body-main {
	padding:30px 35px;
	border:1px solid #6a453f;
	border-top:none;
	background:url(images/body-bkgrd.jpg) no-repeat center top #efdfd1;
}

#footer {
	padding-top:10px;
	text-align:center;
}

.bodytext {
	font-size:16px;
}

.bottom {
	font-size:14px;
}

.copyright {
	font-size:12px;
}