html, body
{ 
	background-color:		#46725c;
	margin: 				0px;
	padding: 				0px;
	text-align: 			center;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				13px;
}

a img, a:link img {
	border: 0px;
}

p { margin: 0; padding: 0; }

.clear
{
	clear:					both;
}

.container
{
	position:				relative;
	top:					0px;
	margin:					0px auto;
	border: 				0px;
	width: 					970px;
	padding: 				0px;
	background-color:		#ffffff;
	text-align:				left;
	border: solid 3px #70a58b;
}

.header {
	background-image:		url(../img/header.jpg);
	background-repeat:		no-repeat;
	width: 					970px;
	height:					120px;	
}

.nav {
	background-image:url(../img/nav.jpg);
	background-repeat:no-repeat;
	width:159px;
	height:430px;
	float:left;
}

.nav_item {
	width:159px;
	float:left;
	overflow:auto;
}

.content {
	float:left;
	background-image:url(../img/content.jpg);
	background-repeat:no-repeat;
	width:811px;
	height:430px;
	overflow:none;
}
/*
.content_filter {
	float:left;
	width:740px;
	border: solid 2px #70a58b;
	background:#ffffff;
	filter:alpha(opacity=72);
	-moz-opacity:.72;
	opacity:.72;
	color:#000000;
	padding:5px;
	margin-top:40px;
	height: expression( this.scrollHeight > 329 ? "330px" : "auto" ); 
   	max-height: 330px;
   	overflow:auto;
}
*/

.content_filter {
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	float:left;
	width:740px;
	border: solid 2px #70a58b;
	color:#000000;
	padding:5px;
	margin-top:40px;
   	max-height: 330px;
	height: expression( this.scrollHeight > 329 ? "330px" : "auto" ); 
   	overflow:auto;
	display:inline;
}


.title {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
}

.text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
