﻿body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #333333;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

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

	color: silver;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


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

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

#navbar {
	width: 800px;
	height: auto;
	background: #898989;
	background-color: #333333;
	background-image: url(bar.png);
	background-repeat: repeat-x;
}

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


#container {
	width: 800px;
	background: #0000ff;
	overflow: hidden;
	background-image: url(cntnr.gif);

}

#maincontent {
	float: right;
	width: 620px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	background-color: #990000;
	border: 2;
	border-bottom-color: #000000;
}

#maincontent a{
	color: #FFFF00;
	text-decoration: none;
}

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

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

#maincontent li{
	padding: 5px 0px 5px 0px;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	background: #cccccc;
	background-color: #666666;
	background-image: url(cntnr.gif);
	border-bottom: 1;
	border: 1;
	
}

#sidebar h3 {
	font-size: 1em;
	margin: 0 0 5px 0;
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-color: #990000;
}

#sidebar a {
	font-size: 85%;
	padding: 7px 0px 7px 0px;
	background-color: #990000;
	display: block;
}

#sidebar p a:hover {
	background-color: #371616;

}

#sidebar p {
	margin: 0px;
}

#footer {
	width: 800px;
	height: 70px;
	background-image: url(footer.png);
}


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

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