@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img, div, span
{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}

body
{
	background-color: Black;
	
	background-repeat: repeat;
}

#wrapper
{
	width: 786px;
	margin: 0px auto;
	
}

#header
{
	margin-top: 15px;
	width: 786px;
	height: 206px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo
{
	padding-top: 80px;
	padding-left: 15px;
	margin:0px;
	width: 400px;
	float: left;
}

#logo a
{
	color: #382612;
	text-decoration:none;
	font-family: Verdana;
	font-size: 72px;
	font-style: normal;
	line-height:72px;
}

#navigation
{
	padding-top: 12px;
	color: #382612;
	font-family: Verdana;
	font-size: 24px;
	float: right;
	clear: right;
	width: 300px;
}

#navigation a
{
	color: #382612;
	text-decoration: none;
	font-family: Verdana;
	font-size: 24px;
}
#inner-wrap
{
	
	background-repeat: no-repeat;
	width: 780px;
	float: left;
	
	background-position: bottom;
	font-family: Verdana;
	background-color: #9FA1A1;
}

#sidebar
{
	float: right;
	width: 240px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}
#sidebar a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	padding:0px 10px 5px 20px;
	font-size: 10px;	
}
#sidebar ul
{
	list-style: none;
}
#sidebar h2
{
	font-weight: 200;
	color: #ffef6b;
	padding: 0px 0px 5px 20px;
	font-family: Verdana;
}
#sidebar h3
{
	font-weight: 100;
	color: Red;
	padding: 0px 0px 5px 20px;
	font-family: Verdana;
}
#sidebar h4
{
	font-weight: 100;
	color: Red;
	padding: 0px 0px 5px 20px;
	font-family: Verdana;
}
#sidebar h5
{
	color: #ffef6b;
	padding: 0px 0px 5px 20px;
	font-family: Verdana;
	font-size: 10px;
}
#sidebar p
{
	padding: 0px 0px 20px 20px;
	font-family: Verdana;
	font-size: 12px;
}
#sidebar a
{
	font-weight: normal;
	color: #ffef6b;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}
#main
{
	background-image: url(images/background1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 25px;
	padding-right: 0px;
	float: left;
	width: 470px;
	text-align: justify;
	font-size: 13px;
}

#footer
{
	width: 780px;
	height: 40px;
	background-color: #644544;
	clear: both;
	padding-top: 15px;
}
#footer p
{
	text-align: center;
	color: #cac0ae;
	font-size: .6em;
	
}
#footer a
{
	color: white;
}
h1
{
	font-weight: 100;
	color: #252d05;
	margin-top: 15px;
	font-family: Verdana;
	
}

h2
{
	font-weight: bold;
	color: Black;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
	
}

h3
{
	font-weight: 100;
	color: Yellow;
	margin-top: 15px;
	font-family: Verdana;
}
h4
{
	font-weight: bolder;
	color: Red;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 12px;
}
h5
{
	font-weight: bolder;
	color: #ffe381;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 12px;
}

p
{
	color: #ffffff;
	font-family: Verdana;

	
}
#text
{
	color: #ffffff;
	font-family: Verdana;
	margin-right: 11px;
}
#sidebar textm
{
	color: #ffffff;
	font-family: Verdana;
	margin-right: 10px;
	
}
#textcenter
{
	color: Black;
	font-family: Verdana;
	margin-right: 11px;
	text-align: center;
}

table
{
	margin:auto;
	text-align: center;
}
