body, td {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #442200;
	}
body {background: url(media/page_bg.gif) repeat;}

a {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {color: #CC9900;}

h1, h2, h3, h4 {
	margin: 0px;
	}
h1 {
	font-size: 1.6em;
	border-bottom: 3px double #442200;
	margin-bottom: 5px;
	}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

#wrapper {width: 760px;}

#header {
	background: url(media/header.gif) no-repeat;
	height: 56px;
	margin: 0px;
	}

#nav {
	float:left;
	position:relative;
	left: 50%;
	text-align:left;
	}
#nav ul {
	list-style:none;
	position:relative;
	left:-50%;
	margin: 0px;
	}

#nav li {
	float:left;
	position:relative;
	}/* ie needs position:relative here*/

#nav a {
	text-decoration:none;
	margin: 0px 5px;
	float:left;
	border:double #442200;
	border-width: 0px 0px 3px 0px;
	font-size: 1.2em;
	color:#442200;
	padding:2px 5px;
	text-align:center;
	white-space:nowrap;
	}
	#nav a:hover{
		padding-top: 1px;
		border-bottom: 3px double #442200;
		border-top: 1px solid #336600;
		color:#336600;
		}

#page {
	background: url(media/content_background.gif) repeat-y;
	padding: 0px 4px;
	text-align: left;
	}
	
#content {
	clear:both; 
	padding: 10px 10px 0px 10px;
	}
	
#footer {
	background: url(media/footer.gif) no-repeat;
	font-size: .8em;
	color: #fff;
	text-align: right;
	padding: 13px 3px 0px 0px;
	}
	#footer a {color: #fff;}
	#footer a:hover {color: #fff;}