/* CSS Document */

body 
{
margin: 0;
padding: 0; 
font-family:Tahoma;
font-size:11px;
line-height:13px;
color:#000000;
background-color: #000000;
}
.main_text, table, li, input, textarea, select
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color: #666666;
	}
h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }
#container
{
margin-left:auto; margin-right:auto; width:850px;
margin-top:25px;
background-color: #000000;
background-image:url(images/container_bg.jpg);
background-repeat: repeat-y;

}
#banner
{
background-color: #000;

width:850px;
}


a:focus, a:active {
outline: none;
}

#content
{
background-image:url(images/content_bg.jpg);
width:850px;
}

#stuff{margin-left:30px; margin-right:35px;
line-height:2em;}

#footer
{
clear: both;
background-image:url(images/footer.jpg);
width:850px;
height:111px;
background-repeat:no-repeat;
padding-top:40px;
}

a:link {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	list-style-type: square;
	list-style-position: outside;
}
a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
a:hover {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009900;
}

