@charset "UTF-8";
/* CSS Document */

body {
	background: #241210 url(../images/body_bg.jpg) top left repeat-x;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#wrapper {
	background: url(../images/thornton-stamp.jpg) left 103px no-repeat;
	width: 1130px;
	height: 774px;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
}

#page {
	width: 1130px;
	height: 774px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content {
	width: 685px;
	height: 518px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #241210;
	border: 6px solid #FFF;
}

#copy {
	width: 667px;
	height: 288px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
}

p {
	font: 14px Verdana, Geneva, sans-serif;
	color: #241210;
	padding: 0px 30px 15px 30px;
	text-align: center;
	margin: 0 auto;
	line-height: 22px;
}

h3 {
	font: 12px Arial, Geneva, sans-serif;
	color: #FFF;
	padding: 15px 70px 25px 0;
	text-align: right;
	margin: 0;
	font-weight: normal;
	line-height: 22px;
}

p.first {
	padding-top: 40px;
}

#nav1 {
	width: 1130px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#nav1 p {
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 55px 0;
	text-align: center;
	margin: 0;
}

#nav1 a:link, #nav1 a:active, #nav1 a:visited {
	color: #fff;
	text-decoration: none;
}

#nav1 a:hover {
	color: #CCA06C;
	text-decoration: none;
}

#nav1 a.active {
	color: #CCA06C;
	text-decoration: none;
}


	

