body {
	background-color: #000;
	background-image: url("../images/layout/bg_body.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px;
}

#content {
	margin: auto;
	padding-bottom: 3em;
	width: 940px;
}
#top {
}
#top .header {
	height: 90px;
	background-color: #fff;
	background-image: url("../images/layout/bg_top.png");
	background-position: right top;
	background-repeat: no-repeat;
}

#sitecontrol {
	text-align: right;
	position: absolute;
	margin-top: 64px;
	margin-left: 340px;
	width: 600px;
}
#sitecontrol, #sitecontrol a {
	color: #c98280;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#sitecontrol a:hover {
	text-decoration: underline;
}
#sitecontrol a.selected, #topnav a.open {
	text-decoration: underline;
}

#logo {
	padding: 5px 15px;
}

#navFile {
}

#middle {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0 15px;
}

#left {
	width: 278px;
}

#center {
	padding: 20px 0;
}
#center h1.title {
	border-bottom: 1px solid #ECE9E8;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 4px 0 7px 11px;
	text-transform: uppercase;
}

#right {
	padding: 34px 0 20px 20px;
	width: 255px;
}

#bottom {
	padding: 1em 15px;
	color: #58585A;
	text-align: center;
}
#bottom a {
	color: #fff;
}
#bottom .footnav {
	text-transform: uppercase;
}

#copyOffWorld {
	padding: 15px;
	text-align: center;
}
#copyOffWorld, #copyOffWorld a {
	color: #58585A;
}
#copyOffWorld a.selected {
	color: #c98280;
}

#rootnav {
	background-color: #000;
	background-image: url("../images/layout/bg_rootmenu.gif");
	background-position: left top;
	background-repeat: repeat;
	border: 1px solid #000;
	padding: 0 10px;
}
#rootnav a {
	font-family: cursive;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 4px 10px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 120%;
	text-decoration: none;
}
#rootnav a.first {
}
#rootnav a.last {
}
#rootnav a:hover {
	color: #900;
}
#rootnav a.first:hover {
}
#rootnav a.last:hover {
}
#rootnav a.first.selected, #rootnav a.first.open {
}
#rootnav a.selected, #rootnav a.open {
	color: #900;
}
#rootnav a.last.selected, #rootnav a.last.open {
}
#rootsub {
	padding: 5px 20px;
}
#rootsub, #rootsub a {
	color: #c8c8c8;
	font-size: 10px;
	text-transform: uppercase;
}
#rootsub a.open, #rootsub a.selected {
	text-decoration: underline;
}

.box {
	margin-bottom: 1em;
	padding: 10px 20px 15px;
	background: #e7e7e7;
}
.box.full {
	padding: 0;
}


#center .centerTitle h1 {
}

#center .subTitle h2 {
}

#left .subTitle h2, #right .subTitle h2 {
	padding: 5px 15px;
	font-family: cursive;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	font-size: 110%;
	text-decoration: none;
	background-color: #000;
}
