/* Defaults */

* { padding: 0; margin: 0; }

.clear {
	clear: both;
} 

img {
	border: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ceb791 url(/site_media/images/background.jpg) repeat;
}

a, a:visited {
	color: #ae1212;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	position: absolute;
	left: -3000px;
}

h2 {	
	position: absolute;
	left: -3000px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ae1212;
}

h4 {
	position: absolute;
	left: -3000px;
}

h5 {
	font-size: 10px;
	text-transform: uppercase;
	color: #ae1212;
}

ul {
	list-style-type: none;
}



/* Layout */

#container {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
}

#contentbackground {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0 0 100px 0;
	background: url(/site_media/images/container_background_repeat.jpg) top left repeat-y;
}

#contentbackgroundbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

/* main menu */

ul#mainmenu {
	position: relative;
	width: 505px;
	height: 45px;
	margin: 0 0 75px 0;
	padding: 0 0 0 15px;
	font-size: 12px;
}

ul#mainmenu li {
	display: inline;
	margin: 18px 12px 3px 15px;
	float: left;
}

ul#mainmenu a, ul#mainmenu a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	/* color: #6a4b17; */
}

ul#mainmenu a:hover, ul#mainmenu a:active {
	text-decoration: none;
	color: #ae1212;
}

img#mainmenurollover {
	position: absolute;
	top:  0px;
	left: 104px;
}

/* tab positions for all other menu items

img#mainmenurollover {
	left: 185px;
}

img#mainmenurollover {
	left: 260px;
}

img#mainmenurollover {
	left: 325px;
}

img#mainmenurollover {
	left: 415px;
}

img#mainmenurollover {
	left: 508px;
}

*/

img#leaf {
	position: absolute;
	top: 0px;
	right: 100px;
	z-index: 10;
}






/* content columns */

#onecolumn {
	position: relative;
	width: 800px;
	margin: 40px 0 0 0;
}


