body {
	background: #1e1e1e;
}

#master {
	background: url(images/skyrimTheme/contentBg.png) left top repeat-y;
}

#masterTop {
	background: url(images/skyrimTheme/contentTop.png) left top no-repeat;
}

#masterBottom {
	background: url(images/skyrimTheme/contentBottom.png) left bottom no-repeat;
}

#homeLink {
	background: url(images/skyrimTheme/homeLinkBg.png);
}

#homeLink a {
	background: url(images/skyrimTheme/homeLink.png) top;
}

#homeLink a:hover {
	background-position: bottom;
}

/* #mainNav */

#mainNav ul li a span.middle {
	background: url(images/skyrimTheme/mainNavBg.png) top repeat-x;
}

#mainNav ul li a:hover span.middle {
	background-position: center;
}

#mainNav ul li.selected a span.middle {
	background-position: bottom
}

#mainNav ul li a {
	color: #fff;
}

#mainNav ul li a span.leftSide {
	background: url(images/skyrimTheme/mainNavLeftSide.png) left top no-repeat;
}

#mainNav ul li a:hover span.leftSide {
	background-position: left center;
}

#mainNav ul li.selected a span.leftSide {
	background-position: left bottom;
}

#mainNav ul li a span.firstItem span.leftSide {
	background: url(images/skyrimTheme/mainNavLeftSide.png) left top no-repeat;
}

#mainNav ul li a:hover span.firstItem span.leftSide {
	background-position: left center;
}

#mainNav ul li.selected a span.firstItem span.leftSide {
	background-position: left bottom;
}

#mainNav ul li a span.rightSide {
	background: url(images/skyrimTheme/mainNavRightSide.png) right top no-repeat;
}

#mainNav ul li a:hover span.rightSide {
	background-position: right center;
}

#mainNav ul li.selected a span.rightSide {
	background-position: right bottom;
}

#mainNav ul li a span.lastItem span.rightSide {
	background: url(images/skyrimTheme/mainNavRightSide.png) right top no-repeat;
}

#mainNav ul li a:hover span.lastItem span.rightSide {
	background-position: right center;
}

#mainNav ul li.selected a span.lastItem span.rightSide {
	background-position: right bottom;
}

#mainNav ul li.selected a {
	color: #283233;
}

/* /#mainNav */

/* #sideNav */

#sideNav ul {
	border-bottom: 1px solid #859595;
}

#sideNav ul li {
	border-top: 1px solid #859595;
}

#sideNav ul li a {
	color: #fff;
	display: block;
}

#sideNav ul li a span.background {
	display: block;
}

#sideNav ul li a:hover span.background {
	background: #667878;
}

#sideNav ul li.selected a span.background {
	background: #283233;
}

#sideNav ul li ul {
	border-bottom: none;
}

#sideNav ul li.selected ul li a span.background {
	background: #4c5c5c;
}

#sideNav ul li.selected ul li a:hover span.background {
	background: #798b8e;
}

#sideNav ul li.selected ul li.selected a span.background {
	background: #94a6a9;
}

/* /#sideNav */

/* #content */

/* #contentBody */

#contentBody h1, #contentBody h2, #contentBody h3, #contentBody h4, #date {
	color: #283233;
}

#contentBody a, #contentBody h3 a:hover {
	color: #4c5c5c;
}

/*#contentBody a:visited {
	color: #514098;
}*/

#contentBody table, #contentBody table th, #contentBody table td {
	border: 1px solid #283233;
}

#contentBody table th {
	color: #283233;
}

#contentBody ul {
	list-style-type: none;
	padding-left: 0px;
}

#contentBody ul li {
	background: url('images/skyrimTheme/listButton.png') no-repeat 22px 5px;
	padding-left: 40px;
}

#contentBody table tr.active {
	background-color: #bfc9dc;
}

/* /#contentBody */

/* /#content */

/* #footer */

#footer ul li {
	border-right: 1px solid #424242;
	color: #7f7f7f;
}

#footer ul li.lastItem {
	border-right: none;
}

#footer ul li a {
	color: #bcbcbc;
}

#footer ul li a:hover {
	color: #fff;
}

/* /#footer */