/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: rgb(213,213,213) url(none) no-repeat;
    background-position: center 196px; 
	0ext-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(213,213,213);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 794px;
	height: 142px;
	margin: 2px auto;
	margin-top: 7px;
	background: rgb(203,203,203) url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 3px 0px 3px 0px;
	background-color: rgb(92,92,85);
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 7px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: rgb(162,162,155);
	border: 2px solid rgb(82,82,75);
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 470px;
	height: 515px;
	padding: 0px 20px 40px 20px;
	background: rgb(255,255,255);
	margin-bottom: 15px;
	border-bottom: 5px solid rgb(122,122,115);
}

#right {
	float: right;
	width: 220px;
	height: 515px;
	background: rgb(132,132,125);
	padding: 0px 20px 40px 20px;
	border-bottom: 5px solid rgb(42,42,35);
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 757px;
	margin: 0px auto;
	border: 5px solid rgb(132,132,125);
	font-size: 11px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
    padding-top: 9px;
	padding-bottom: 9px;
	color: #000000;
	margin-bottom: 12px;
}
