html,body{
	margin:0;
	padding:0;
	height: 100%;
}
body{font: 90% Arial, Helvetica, sans-serif;text-align:center; background: #330033;}
h1 {
	color: white;
	margin-bottom: 0;
	letter-spacing: 3px;
	font-size: 1.5em;
}
div#header {
	height: 158px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #330033;
	background-image: url(../images/logo.gif);
}


	
div#container{width:760px;margin:0 auto; text-align: left; min-height: 100%;     height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}
div#content{
	float:right;
	width:590px;
}
div#wrapper{
	margin: auto;
}
div#parablock {
	background-color: #FFFFFF;
	border: 3px solid #856685;
	clear: both;
	overflow: auto;
}
.video {
	text-align: center;
	z-index: 1;
}
div#nav{float:left;	width:161px; background-image: url(../images/trebleclef.gif);	background-repeat: no-repeat; background-position: left top;}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 161px;
	height: 310px;
	z-index: 1000;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	margin-bottom : 0;
	width: 161px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	top:0;
	background-color: #330033;
	z-index: 1000;
	height: auto;
	}
	#nav li ul li {border: 1px solid #856685;}
	#nav li a {
	width: 10em;
	w\idth : 10em;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	padding : 8px 0 8px 10px;
	letter-spacing: 3px;
	font-size: 15px;
	background: url(../images/menuarrow.gif) no-repeat 0% 25%;
	}
	
	#nav li a:hover {
	color : #330033;
	background: #856685 url(../images/menuarrowover.gif) no-repeat 0% 25%;
	}
	#nav ul li ul a, #nav ul li ul a:hover {background-image: none;}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#nav span.comment {margin: 0;  padding: 5px 0 0;  background: transparent none repeat scroll 0%; color: #444444; font-size: 11px; letter-spacing: 0; visibility: hidden;}
#nav a:hover span.comment {
	background: transparent none repeat scroll 0%;
	color: #ffffff;
	letter-spacing: 0;
	visibility: visible;
	font-size: 11px;
	font-style: italic;
}
div#footer{
	clear:both;
	width:590px;
	float: right;
	font-size: 85%;
}

div#footer p{
	padding: 0;
	text-align: center;
	color: #DDD5DD;
}
div#piclistings, div#vidlistings {clear: both;}
div#vidlistings {padding: 15px 0;}
#piclistings h3, #vidlistings h3 {margin: 25px 0 0 10px; padding: 0; color: #330033; font: bold large; letter-spacing: 0.2em;}
div.gallitem {margin: 0 0 0 30px; padding: 10px 0 0 0; clear: left; width: 500px;}
div.gallitem a.thumb {float: left; width: 164px;}
a.thumb img {border: 2px solid #856685;}
a.txtlink {display: block;	margin: 0 0 0 170px; padding: 50px 0 0 0.5em; font-size: medium; font-weight: bold; text-decoration: none;}
.gallitem a.txtlink:link {color: #330033;}
.gallitem a.txtlink:visited {color: #998099;}
.gallitem a.txtlink:hover {text-decoration: underline;}
div#gallery {margin: 0 auto; padding: 10px 0; text-align: center; overflow:auto; width: 552px; height: auto;}
div.pic {height: 120px;	width: 160px; margin: 10px;	padding: 0;	float: left; display: inline;}
div.pic img {border: 2px solid #856685;}
.clearboth { clear: both; }
#pagination {display:block;	text-align:center;	height:22px; line-height:21px; clear:both; padding-top:3px;	padding-bottom: 6px;font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}

#pagination a:link, #pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #330033;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDD5DD;
	color:#330033;
	width:22px;
	font-weight:normal;
}

#pagination a:hover {
	background-color:#330033;
	border:1px solid #330033;
	color:#FFFFFF;	
}

#pagination .active_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #330033;
	margin-left:10px;
	text-decoration:none;
	background-color:#856685;
	color:#FFFFFF;
	cursor:default;
}

#pagination .disabled_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #FFFFFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#FFFFFF;
	cursor:default;
}
