@charset "UTF-8";
/* CSS Document */


<!--CSS RULES-->

.header, .nav1, .content-header,.content,.footer{display:inline;float:left;margin-left:0px;margin-right:0px}


#container
{
	width:931px; margin-left:auto;margin-right:auto;width:931px}


#header
{text-align:center;
width:931px;
}

	
#nav1
{background:#000;
filter:alpha(opacity=80);
	-moz-opacity:.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#CCC;
	padding:0px;
	border-style:solid;
	border:#FFF;
	border-width:2px;
	width:216px;
	height:600px;
}



#content
{background:#333;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#FFF;
	padding:0px;
	border-style:solid;
	border:#FFF;
	border-width:2px;
	width:709px;
	height:600px;
	
}


	
	#footer
{color:#FFF;
text-align:center;
width:931px;
	
	}

<!-- TEXT RULES -->



#content-text
{font-family:Verdana, Geneva, sans-serif;
font-size:14px;
padding:20px;
}

#content-header
{font-family:Verdana, Geneva, sans-serif;
font-size:18px; font-style:strong;
padding:20px;

}

#nav-text
{font-family:Verdana, Geneva, sans-serif;
font-size:15px;
line-height:130%;


}






