body{
font-family: helvetica, Arial;
font-size: 12px;
background: #e3dbca;
}

#container{
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	background: #698596;
	background-image:url(/_nav/bg.jpg);
	background-attachment: scroll;

}

a{ color:#698596;}
a:hover{ color:black;}

#header, #footer{
position: relative;
width:100%;
padding:  4px 0px;
background: #566977;
opacity: 0.85;
-moz-opacity: 0.85;
filter:alpha(opacity=85);
color: white;

}

#header{
	height: 64px;
	top: 0px;	
}

#footer{
	margin: 20px 0px 0px 0px;
	height: 24px;

}

h1#title{
	position: relative;
	margin:  0px 0px 0px 10px;
	width: 220px;
	height: 64px;
	background: url('../_nav/logo.png') no-repeat scroll top left;
	_background: url('../_nav/logo_ie.gif') no-repeat scroll top left;
	float: left;
	clear:none;	
}

#content {
	position: relative;
	
}

div.c660{	
	margin: 20px 0px 20px 200px;
	width: 74px;
}

div.c900{
	margin: 20px 0px 20px 200px;
	width: 740px;

}


div.c660 div.top{
	display: block;
	height: 13px;
	width: 700px;
	clear: both;
	background: url('../_nav/top_660.png');
}

div.c660 div.mid{
	padding: 6px 18px;
	display: block;
	width: 700px;
	min-height: 520px;
	clear: both;
	background: url('../_nav/bg_660.png') repeat-y scroll top left;
	overflow: auto;


}

div.c660 div.btm{
	display: block;
	height: 13px;
	width: 700px;
	clear: both;
	background: url('../_nav/bottom_660.png');

}


div.c900 div.top{
	display: block;
	height: 10px;


	clear: both;
	background: url('../_nav/top_900.png');
}

div.c900 div.mid{
	display: block;
	padding: 24px;


	min-height: 520px;
	clear: both;
	background: url('../_nav/bg_900.png') repeat-y scroll top left;
	_height: 540px;
}

div.c900 div.btm{
	display: block;
	height: 10px;


	clear: both;
	background: url('../_nav/btm_900.png');
}


div#content div.mid h2{
	color:black;
	display: block;
	font-size:  18px;
	font-weight: bold;
	margin: 0px 0px 32px 0px;
	
}

div#content div.mid p{
	color: black;
	margin: 0px 0px 18px 0px;
	font-size:  12px;
	line-height: 17.5px;
	font-weight: normal;	
	width:  570px;	
}

h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

span.ir{
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}

ul#mainmenu{
	display: block;
	position: absolute;
	width: 800px;
	bottom: 8px;
	left: 246px;
}

ul#mainmenu li{
	font-size: 12.5px;
	font-weight: bold;
	float: left;
	clear: none;
	margin: 0px 6px;
}

ul#footmenu{
	display: block;
	position: absolute;
	width: 800px;
	bottom: 8px;
	left: 246px;	
}

ul#footmenu li{
	float: left;
	clear:none;
	color: white;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 6px;
}

ul#mainmenu li a, ul#footmenu li a{
	color: white;
	text-decoration: none;	
}

ul#mainmenu li a:hover, ul#footmenu li a{
	text-decoration: underline;
}


#gallerylist, #videolist{
	display: block;
	width: 180px;
	float: left;
	clear: none;
}

#gallerylist ul li, #videolist ul li{
	margin: 6px 0px
}

#gallerydisplay, #videodisplay{
	width: 480px;
	height: 320px;
	padding: 5px;
	background: #ddd;
	margin-bottom:20px;

}

#gallerymain, #videomain{
	width: 480px;
	display: block;
	position: relative;	
	margin: 0px ;
	float: left;
	clear: none;
}

.thumblist{
	position: absolute;
	top: 386px;
	margin-left: 6px;
	display: none;
}

.thumb{
	width: 45px;
	height:45px;
	margin: 2px;
	float: left;
	clear: none;	
}

.thumblist a:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}



