html {margin: 0; padding: 0; }
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	text-align: justify;
	color: #5E1F10;
	background: #5a7320;
} 
#wrapper {position: absolute; top: 15px; width: 750px; left: 50%; margin-left: -375px;}
table#layout {width: 750px;	margin-bottom: 10px; padding: 0; border: 0;}
#mainContent {
	width: 750px;
	height: 500px;
	padding: 17px 30px 20px 20px;
	vertical-align: top;
	background: #F3982E;
	border-right: 2px solid #9B351E;
}

/*  NAVIGATION  */
#nav {width: 180px;	background: #F3982E; border-left: 2px solid #9B351E; font-weight: bold; vertical-align: top; line-height: 1.55em;}
#nav ul {margin: 20px 0 10px 0; padding:0;}
#nav li {margin: 0; padding-left: 14px; padding-top: 1px; list-style-type: none; background-image: url(../images/bg_liBrown.jpg); background-repeat: no-repeat;}
#nav li.Top {margin: 0; padding-left: 14px; padding-top: 1px; list-style-type: none; background-image: url(../images/bg_liBrownTop.jpg); background-repeat: no-repeat;}
#nav ul a {color: #ffa824; font-weight:bold; letter-spacing:0.05em; text-decoration:none; text-transform:uppercase;}
#nav li a:hover, ul a:active {color: #ffdba8;}
#nav ul a.current {color: #ffd292;}
#nav li.current {margin: 0; padding-left: 14px; list-style-type: none; background-image: url(../images/bg_liOrange.jpg); background-repeat: no-repeat;}
#nav li.currentTop {margin: 0; padding-left: 14px; list-style-type: none; background-image: url(../images/bg_liOrangeTop.jpg); background-repeat: no-repeat;}

/*  SUB-NAVIGATION  */
#subNav ul {margin: 0; padding:0;}
#subNav li {margin: 0; padding-left: 14px; list-style-type: none; background-image: url(../images/bg_liOrange.jpg); background-repeat: no-repeat;}
#subNav ul a {color: #ffd292; font-weight:normal; letter-spacing:0.02em; text-decoration:none; text-transform: none;}
#subNav ul a:hover, ul a:active {color: #ffa824;}
#subNav ul a.current {color: #ffdba8; font-weight: bold;}

/*  FOOTER  */
#footer {
	height: 50px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: center;
	padding: 17px 0 0 0;
	margin-bottom: 15px;
	color: #ffad25;
}
#footer a {color: #ffad25;}
#footer a:hover {color: #ffd292; text-decoration: none;}