/*****RESET*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}

/*****BASIC ELEMENTS*****/

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #000;
	background-color: #3E3933;
}

/*****BASIC LAYOUT*****/


/*****HEADER*****/

#header {
	background-image: url(images/header_bg.jpg);
	height: 145px;
	text-align: center;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFF2;
	background-image: url(images/contentBG.jpg);
	padding-bottom: 15px;
	border: 5px double #372417;
	margin-top: 25px;
}

/*****NAVIGATION*****/

#navwrapper {height: 55px;}

#nav {
	height: 55px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/nav.jpg);
	padding-right: 40px;
	padding-left: 40px;
}
#nav a.nav:link {
	color: #000;
	text-decoration: none;
	line-height: 50px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	height: 55px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#nav a.nav:visited {
	color: #000;
	text-decoration: none;
	line-height: 50px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	height: 55px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#nav a.nav:hover {color: #630;background-image: url(images/buttonup.gif);}

#nav a.active {
	color: #000;
	text-decoration: none;
	line-height: 50px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	height: 55px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #630;
	background-image: url(images/buttonup.gif);
}

/*****FOOTER*****/

#footer {}


/*****TYPOGRAPHY*****/

a.link {}
a.visited {}

#content .header {
	font-size: 24px;
}
#content small {
	font-size: 12px;
	text-transform: uppercase;
	color: #3C2800;
}
#content .bold {
	font-weight: bold;
}
#content .italic {}
#content .uppercase {}
#content .center {text-align: center;}
#content .title {
	padding: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1BEA4;
	margin-bottom: 5px;
}

/*****ETC*****/
