#head-container
{
	color: #000;
	background: #808284;
}

#header
{
	margin: 0 auto;
	width: 938px;
	padding: 0px;
	background: #808284;
}

#header h1 { margin: 0; }

#line {
	clear:left;
	height:3px;
	background: #FFF;
}

#navigation-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #FFF;
}

#navigation
{
	margin: 0 auto;
	width: 938px;
}
/*
#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }
*/
#content-container
{
	float: left;
	width: 100%;
	color: #000;
	background: #BCBDC0;
}

#content-container2
{
	margin: 0 auto;
	width: 938px;
}

#content-container3
{
	float: left;
	width: 938px;
	background: #FFF url(../img/bg/330-bg.gif) repeat-y 100% 0;
}

#aside
{
	clear: left;
	float: left;
	width: 330px;
	padding: 20px 20px;
	margin: 0 0 0 0;
	display: inline;
}

#content h2 { margin: 0; }

#content
{
	float: left;
	width: 460px;
	padding-top: 20px;
	padding-left: 5px;
	margin: 0 0 0 0;
	display: inline;
	border: 0px black solid;
}

#aside h3 { margin: 0; }

#footer-container
{
	clear: left;
	color: #000;
	background: #808284;
}

#footer
{
	margin: 0 auto;
	width: 938px;
	text-align: center;
	padding: 7px 1px 7px 1px;

	background: #FFF;
	color: #525252; 
	font-size: 8pt;
}

body {
	font-family: Arial;
	font-size: 10pt;
	font-color: #77797A;
}
th {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-align:left;
	color:#77797A;
}
.top {
	font-size: 11pt;
	font-family: Arial;
	font-weight: none;
	color: #77797A;
}
.guide {
	font-size: 11pt;
	font-family: Arial;
	font-weight: none;
	color: #77797A;
}
.error {
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-align: left;
	color: #FF0000;
	font-weight: none;
	}
/****************************************
	links 
 ***************************************/

a {  
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: none; 
	color: #77797A; 
	text-decoration: none;
}
a:link {  
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: none; 
	color: #77797A; 
	text-decoration: none;
}
a:hover {  
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: none; 
	color: #00FF00; 
	text-decoration: none;
}
a:active {  
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: none; 
	color: #77797A;
	text-decoration: none;
}