﻿body {
	background-color: #E1D6C0;
	background-image: url('images/background-3.jpg');
	background-position: left bottom;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

div#pageArea {
	position: relative;
	width: 760px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: transparent url('images/trans-background.png') repeat; 
}

div#header {
	
}

div#pageSubHeader {
	position: relative;
	height: 69px;
}

div#pageTitle {
	position: absolute;
	left: 0em;
	width: 100%;
	text-align: center;
}

div#pageTitle h1 {
	font-size: x-large;
}

div#content {
	position: relative;
	height: 100%;
}

div#leftContent {
	float: left;
	width: 11em;
	padding-top: 1px;
}

div#menu {
	padding-top: 1px;
}

div#menu ul {
	padding: 0em;
	list-style: none;
	margin: 0em 2em 0em auto;
}

div#menu ul li {
	display: block;
	padding-left: 1.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
}

div#menu li a {
	display: block;
		text-align: center;

}

div#menu ul li:hover{
	display: block;
	background: url('images/starclan-small.png') no-repeat left center;
}

div#rightContent {
	
	position: relative;


	padding-right: 2em;
	font-size: 1.2em;
	margin-left: 10em;
}

div#rightContent img {
	border: 1px solid black;
	margin: 0em 0.5em 0.5em 0.5em;
}

div#bookTop {
	height: 33px;
}

div#bookContent {
	background: transparent url('images/book-repeat.png') repeat-y;
}

div#bookBottom {
	
}

div#latestNews {
	margin-top: 10px;
	padding-left: 10px;
}

div#latestNews p {
	font-size: small;
}


div#footer {
	clear: both;
	position: relative;
}

div#footer p {
	position: relative;
	font-size: 0.6em;
	text-align: center;
}

img#topLeft {
	float: left;
}

img#topRight {
	float: right;
}

img#botLeft {
	float: left;
}

img#botRight {
	float: right;
}

span.smallText {
	font-size: 0.9em;
}

img.noFormat {
	border: none !important;
	margin: 0em 0.5em 0em 0em !important;
}

ol.roman {
	list-style-type: upper-roman;
}

ol.numbered {
	list-style-type: decimal;
}