﻿body {
	background: #280101;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(r.jpg);
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 800px;
	background: #530606;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 150px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#navbar {
	width: 790px;
	height: 25px;
	background: #e4e4e0;
	background-image: url(../bar.png);
}

#navbar a {
	font-size: 110%;
	padding: 0 5px 0 5px;
	color: lime;
}

#navbar a:hover {
	background: black;
}

#container {
	width: 800px;
	background: #690909;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 620px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	background-color: #690909;
}

#maincontent p, ol, ul, h1, h2, h3, h4{
	color: #ffffff;
}

#maincontent a{
	color: yellow;
	text-decoration: underline;
}

#maincontent a:hover{
	color: white;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	background: #600a0a;
	text-align: left;
	
}

#sidebar a{
	color: white;
	font-size:89%;
	display: block;
	padding-left: 7px;
}

#sidebar a:hover {
	color: yellow;
}

#sidebar h3 {
	font-size: 1.1em;
	margin: 0 0 15px 0;
}

#footer {
	width: 800px;
	height: 70px;
	background: #600a0a;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

