/* CSS Document */
body
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	color: #000;
	text-align: center;
}

h1{font-size: 18px;}

h2{font-size: 16px;}


#container
{	width: 900px;
	margin: 15px auto;
	text-align: left;
	background-color: #CCC;
}

#navigation
{	height: auto;
	min-height: 800px;
	width: 25%;
	background-color: #CCC;
	float: left;
	clear: left;
}
#navigation ul
{	margin: 0;
	margin-top: 15px;
	padding: 0;
	font-size: 11px;
	text-align: left;
	list-style: none;
	padding-left: 20px;
}
#navigation ul ul
{	margin: 10px 0;
}
#navigation li
{	margin-bottom: 15px;
}

#header
{	width: 100%;
	background-color: #000;
	position: relative;
	height: 77px;
}

#content
{	min-height: 800px;
	background-color: #FFF;
	width: 75%;
	float: right;
	overflow: hidden;
	clear: right;
}

#footer
{	color: #FFF;
	width: 100%;
	font-size: 12px;
	text-align: center;
	clear: both;
	background-color: #000; padding-top:3px;
}

#text
{	padding: 10px;
}
#text a
{	text-transform: capitalize;
}

#text li
{	padding-bottom: 10px;
}

a:link {color:#FF0000;}

a:visited {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF0000;
}

#footer a:link {color:#FF0000;}

#footer a:visited {
	color: #FF0000;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:active {
	color: #FF0000;
}

#adv img
{
}

#adv
{
	width: 468px;
	margin:auto 50px auto 5px;
}