html, body {
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:90%;
	letter-spacing: 1px;
	line-height:1.7em;
	margin:0;
	padding:0;}

/* -GENERAL LAYOUT- */

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	color:#A68500;

}

h1 {
	font-size:2.2em;
	margin:20px 0;
	padding:20px;
	
	}

h3 {
	text-align:center;
	font-size:1.5em;
	}
p {
	}

img {
	border:none;
	}
a{
	text-decoration:none;
	}

label {
	float:left;
	width:150px;
	}


/* -SITE BANNER- */

#banner {
	background-color:#B7C8B7;
	width:100%;
	}

#bannerContent {
	width:740px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

#navcontainer {
	width:100%;
	font-size:1.2em;
	border-top:3px solid #8f9580;
	border-bottom:0.5em solid #E6E6E6;
	background:url(images/navGrad.gif) repeat-x bottom #949A85;
	padding:0;
	margin:0;
	}

/* -TOP NAVIGATION- */

#nav {
	width:740px;
	margin:0 auto;
	}

#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:1;
	height:2.5em;
	}

#nav li:hover {
	background-color:#E65330;
	}
	
		
#nav a {
	display: block;
	padding:1em 1% 0.5em 0 ;
	text-align:center;
	color:#FFFFFF;
	border:none;
	}

#selected {
	background:url(images/navActiveGrad.gif) bottom repeat-x #FFF;
	color:#000000;
	display: block;
	padding:1em 1% 0.5em 0 ;
	text-align:center;

	}

#nav li { /* all list items */
	float: left;
	width: 13%; /* width needed or else Opera goes nuts */
	margin:0 4px 0 0;
	padding:0;
	}

/* -MAIN PAGE CONTENTS- */

#contentcontainer {
	width:100%;
	background:url(/images/contentgrad.jpg) top repeat-x;
	margin:0;
	padding:0;
	
	}

#content {
	width:740px;
	margin:0px auto;
	padding:1em;
	}


/* -DIARY- */

#diaryleft {
	width:430px;
	float:left;
	background-color:#BBB9A6;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	}

#diaryright {
	width:260px;
	float:right;
	background-color:#CCC9A6;
	padding:0 10px 10px 10px;
	margin-bottom:10px;

	}

#diary h2{
	font:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:10px 0px;
	padding:5px;
	color:#A5B2B9;
	}
#diary h3 {
	text-align:left;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dashed #666666;
	padding:10px;
	}
	
.event {
	/*background:url(images/musicsheet.jpg) bottom right no-repeat #F0F0F0;*/
	background-color:#F0F0F0;
	}
.event p {
	padding:5px 10px 5px 50px;
	}
.time {
	font-size:1.9em;
	color:666666;
	}
.cancelledevent {
	background:url(images/cancelled.gif) top left no-repeat #999999;
	padding-left:50px;
	}	
.cancelledevent p {
	padding:5px 10px;
	color:#FFFFFF;
	}
.cancelledevent h3 {
	color:#FFFFFF;
	}

/* - MESSAGES - */
.message {
	width: 700px;
	background-color: #CF852C;
}
.roundedTop {
	background:transparent url(images/commentTop.gif) no-repeat top left;
	padding:20px;
	}
	
.message_r {
	padding: 25px 70px 0 0;
	text-align:right;
	background:#FFFFFF url(images/commentRight.gif) no-repeat top left;

	}

.message_l {
	padding: 25px 0 0 70px;
	background:#FFFFFF url(images/commentLeft.gif) no-repeat top left;
	}

/* -FOOTER- */

#footercontainer {
	clear:both;
	padding-top:2em;
	width:100%;
	background-color:#B7C8B7;
	border-top:5px solid #949A85;
	color:#FFFFFF;
	}

#footer {
	width:740px;
	margin:0 auto;
	}


/* modified from here on */




#breadcrumbs {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #6699FF;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#B7C8B7;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #476BB3;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}


#headerfile {
	text-align:left;
	float: left;
	width: 320px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #A7C5FF;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:708px;
	text-align:right;
	clear:left;
	
}

#listing a:hover {
	background-color:#DBE6FE;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 300px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	background-color: #E9F0FF;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #A7C5FF;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

.b {
	background-color: #E9F0FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}