/* CSS Document */

body
{
	text-align: center;
	background-repeat:repeat;	
}

body,td,th {
	background-color: #000000;
}
a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.toc_large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
}
.toc_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.text_w {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}

.text_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}

.text_footer_right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
}

#container
{
	position:relative;
	text-align: left;
	width: 930px;
	height:auto;
	margin: auto	
} 

#header
{
	position:absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	width: 930px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 100px;
} 

#navbar
{
	position:absolute;
	left: 0px;
	top: 101px;
	text-align:justify;
	width: 205px;
	background-color: #0A0A0A;
	height: 185px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 10px;
	border-left-width: thin;
	padding-bottom: 15px;
}

#content
{
	position:absolute;
	left: 230px;
	top: 100px;
	text-align:left;
	width: 700px;
	padding-top: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
}
	

