body {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/body_back.gif) #FFFFFF repeat-x 50% top;
	padding-bottom: 0px;
	margin: 0px;
	font: 80% Arial, Helvetica, sans-serif;
	padding-top: 0px;
	text-align: center;
	}

#mstrWrap {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	border-left: thin solid #373b42;
	border-right: thin solid #373b42;
	border-top: thin solid #373b42;
	border-bottom: thin solid #373b42;
	}

#head {
	position: relative;
	width: 760px;
	height: 100px
	}

#buttons {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5820;
	text-decoration: none;
	position: relative;
	text-align: right;
	background: #f0c20b;
	border-top: thin solid #5f5820;
	border-bottom: thin solid #5f5820;
	}

#sidenavbuttons {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	text-align: center;
	background: #999777;
	}

#subWrap {
	background: #999;
	padding-bottom: 1px;
	width: 760px;
	color: #fff;
	}

#main {
	margin: 0px 0px;
	}

#sidenav {
	margin: 0px 0px;
	background: #f0c20b;
	position: absolute;
	width: 130px;
	padding-right: 3px;
	padding-left: 2px;
	padding-bottom: 4px;
	padding-top: 3px;
	}

#content {
	padding-right: 10px;
	padding-left: 10px;
	z-index: 999;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	left: 140px;
	top: 0px;
	width: 600px;
	}

#main a {
	color: #5f5820;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	}
#main a:hover {
	color: white;
	}

#sidenavbuttons a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
	}

#sidenavbuttons a:hover {
	color: #5f5820;
	}

#logo {
	position: absolute;
	left: 500px;
	top: 25px;
	width: 250px;
	height: 28px;
	z-index: 1;
	}
#foot {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../images/foot_back.gif) #373b42 no-repeat 50% top;
	padding-bottom: 15px;
	margin: 0px 0px;
	color: #ccc;
	padding-top: 20px;
	position: relative;
	height: 30px;
	}
#copy {
	right: 20px;
	position: absolute;
	top: 20px;
	}
