body {
	background-color: #FFF;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	width: 100%;
	color: #FFF;
	}

#header {
	height: 1.5em;
	padding-left: 10%;
	padding-right: 10%;
	pading-top: 7%;
	color: #FFF;
	}

#footer {
	height: 20em;
	}

#header p {
	text-align: right;
	font-size: .6em;
	letter-spacing: 5px;
	line-height: 0.0em;
	color: #000;
	}

#header h1 {
	text-align: right;
	}

#content {
	pading-top: 0;
	position: relative;
	top: 100px;
	background-attachment: fixed;
	padding-left: 22%;
	padding-right: 22%;
	}

#maintext {
	background-color: #FFF;
	border: 3px solid #FFF;
	margin-top: 0px;
	color: #000;
	padding:22px;
	margin-bottom: 0px;
	}

#maintext a {
	line-height: 0.3em;
	color: #000;
	}

#maintext a:hover {
	line-height: 0.3em;
	color: #E6AC00;
	}

#sidepanel {
	background-color: #ABC;
	border: 1.5px solid #313824;
	margin-top: 0px;
	width: 90%;
	padding: 22px;
	min-width: 800px;
	}

#next p {
	text-align: center;
	font-size: 0.8em;
	}

#footer a {
	text-decoration: none;
	line-height: 0.3em;
	color: #ABC;
	}

#footer a:hover {
	text-decoration: none;
	line-height: 0.3em;
	color: #E6AC00;
	}

#footer p {
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	color: #ABC;
	line-height: 0.3em;
	}


h1 {
	font-size: 1.3em;
	text-align: left;
	font-style: italic;
	letter-spacing: 4px;
	line-height: 01em;
	font-weight: bold;
	}
 h2 {
	font-size: 1.0em;
	text-align: right;
	line-height: 2em;
	}

h3 {
	font-size: 0.9em;
	text-align: left;
	line-height: 2em;
	}

h4 {
	font-size: 0.7em;
	text-align: left;
	line-height: 1.5em;
	}
 p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.9em;
	}

ol {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.3em;
	}

ul {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.3em;
	}


