@charset "UTF-8";
/* CSS Document */

html {
	font-size:62.5%
}

body {
	background: #1a0a00 url(../img/bg.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin:0 80px 80px 80px;*/
	margin:0;
	padding: 0;
	margin-bottom: 80px;
	text-align:center;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding:0;	
}

#popwrapper {
	width:500px;
	padding:0;	
}

/* about skin */
#abouthead {
	width:900px;
	height:200px;
}

#aboutbody {
	background:#f5f6e6 url(../img/about_bg.jpg) no-repeat;
	margin-top:-13px;
}

/* corp skin */

#corphead {
	width:900px;
	height:200px;
}

#corpbody {
	background:#f5f6e6 url(../img/corp_bg.jpg) no-repeat;
	margin-top:-13px;
}

/* soc skin */

#sochead {
	width:900px;
	height:200px;
}

#socbody {
	background:#f5f6e6 url(../img/soc_bg.jpg) no-repeat;
	margin-top:-13px;
}

/* wed skin */

#wedhead {
	width:900px;
	height:200px;
}

#wedbody {
	background:#f5f6e6 url(../img/wed_bg.jpg) no-repeat;
	margin-top:-13px;
}

#wedpopbody {
	background:#f5f6e6 url(../img/wedpop_bg.jpg) no-repeat;
}

#navcontainer {
	margin-left:72px;
}

#nav {
	width:652px;
	height:29px;
	display:inline;
	padding: 0;
	margin: 0;
}

#nav, #nav a {
	margin: 0; 
	padding: 0;
}

#nav li {
	float:left;
	list-style-type: none;
}

#nav a {
	background-image:url(../img/nav.gif);
	background-repeat:no-repeat;
	height: 29px;
	display: block;
}

/*belle*/
#nav a.belle {background-position:0px -29px; width: 163px;}
#nav a:hover.belle, #nav a.belle.active {background-position:0px 0px;}
/*about*/
#nav a.about {background-position:-163px -29px; width:113px;}
#nav a:hover.about, #nav a.about.active {background-position:-163px -0px;}
/*resources*/
#nav a.resources {background-position:-276px -29px; width: 124px;}
#nav a:hover.resources, #nav a.resources.active {background-position:-276px -0px;}
/*contact*/
#nav a.contact {background-position:-400px -29px; width: 111px;}
#nav a:hover.contact, #nav a.contact.active {background-position:-400px -0px;}
/*tour*/
#nav a.tour {background-position:-511px -29px; width: 141px;}
#nav a:hover.tour, #nav a.tour.active {background-position:-511px 0px;}

#content {
	padding:70px 150px 50px 150px;
	width:600px;
	text-align:left;
	padding-bottom:50px;
	margin: 0;
}

#popcontent {
	padding:20px;
	width:460px;
	text-align:left;
	margin:0;
}

#content h1, #popcontent h1 {
	margin-left:-15px;
	margin-bottom:-5px;
	color:#331f0e;
}

#content h2, #popcontent h2 {
	line-height: 140%;
	color:#331f0e;
	font-size: 1.8em;
}

#content p, #popcontent p, #content ol, #content ul {
	line-height:140%;
	color:#331f0e;
	font-size:1.3em;
}

#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	color: #977133;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background-color:#341f0e;
	height:30px;
	width:900px;
	text-align:center;
	margin:-13px 0 0 0;
}

#footer p {
	color:#977133;
	font-size:1.3em;
	padding-top:7px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#977133;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

.form table, .label, .field, .address {
	font-size: 1.3em;
}