/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	/*background: #666666 url(images/back-footer.png) repeat-y center top;*/
	/*background: #808080 url(images/back-footer.png) repeat-y center top;*/
	/*background: #d3d1d2; url(images/back-footer.png) repeat-y center top;*/
	background: #dddddd;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #882222;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {

	color: #0000c0;

	text-decoration: none;

	}


a:visited {

	color: #8000ff;

	text-decoration: none;

	}



a:active {

	color: #FF3333;

	text-decoration: none;

	}



a:hover {

	color: #FF3333;

	text-decoration: underline;

	}


/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 0px;
	margin: 0px auto;
	padding: 10px 0px;
	/*background: #FFFBFD url(images/header.jpg);*/
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #882222;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	/*background-color: #000000;*/
	background-color: #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	/*background: #ffffff;*/
	border-radius: 5px;
	/*background: #d3d1d2;*/
}

#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: 690px;*/
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
	color: #99CCFF;
}



/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background:  repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
