body {
	background: #601c0c;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0 auto;
	margin-top: 5px;

}

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: 920px;
	padding-left:100px;
	background-image: url("r2.gif"); 
    background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 5px;
}

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

#navbar {
	width: 825px;
	height: 25px;
	background: #898989;
	background-image: url("bar.gif");
	background-repeat: repeat-x;
}

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


#container {
	width: 825px;
	background: #721a06;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 630px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	background-color: #822f1c;
}

#maincontent h1,h2,h3,h4{
	color: #CCCCCC;
}

#maincontent a {
	color:orange;
	}
	
#maincontent p,ol,ul{
	color: white;
}

#sidebar {
	float: left;
	width: 165px;
	padding: 10px 5px 5px 5px;
	background: #7d230f;
	color: #ffffff;
	
}

#sidebar h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#sidebar a {
	padding: 5px 0px 5px 10px;
	color: #ffffff;
	display: block;
}

#sidebar a:hover {
	color: yellow;
}

#footer {
	width: 825px;
	height: 70px;
	background: #3c1309;
}


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

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