/* CSS Document */


#allcontent	{
	width:850px;
	height:590px;
	margin-left:auto;
	margin-right:auto;
}

#header		{	
	width:			700px;
	height:			30px;
	margin-left:    auto;
	margin-right:   auto;
	margin-top:     10px;
	margin-bottom:  10px;
	color:			#ffffff;
  	font-family:	arial;
  	font-size: 		24px;
	font-variant:	small-caps;
}	

#main	{
	width:			820px;
	height:			480px;
	margin-left:	auto;
	margin-right:	auto;
	border:			thin solid #333333;
	background-color: #666666;
	padding: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer			{
	width:260px;
	color:			#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:		10pt;
	font-weight: 700;
	float:left;
	margin-top:-10px;
	z-index: 50;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#links		{
	width:350px
	height:30px;
	color:			#ffffff;
	font-family:	arial;
	font-size:		8pt;
	font-variant:	small-caps;
	float:right;
}

.hlink:link {
  		color:			#ffffff;
  		font-family:	arial;
  		font-size:		8pt;
  		text-decoration:none;
}

.hlink:active {
  		color: #ffffff;
  		font-family:	arial;
  		font-size:		8pt;
  		text-decoration:none;
}

.hlink:hover {
  		color:			#ffffff;
  		font-family:	arial;
  		font-size:		8pt;
  		text-decoration:underline;
}

.hlink:visited {
  		color:			#ffffff;
  		font-family:	arial;
  		font-size:		8pt;
  		text-decoration:none;
}




#text	{
		width:			250px;
		height:			200px;
		margin:			0px 30px 0px 0px;
		float:			right;
		text-align:		justify;
		text-indent:	20px;
		font:			Arial, Helvetica, sans-serif;
		font-size:		11px;
		color:          #000000;
		line-height:	1.2;
		font-weight:	300;
}

#navigation	{
	font:			Arial, Helvetica, sans-serif;
	font-size:		12px;
	margin:  15px 0px 0px 350px;
	font-variant:small-caps;
	font-weight:400;
	word-spacing: 40px;
	border-left: solid black thin;
	border-right: solid black thin;
	width: 120px;
	padding:0px 10px 0px 10px;
}
		
