@charset "UTF-8";
body  {
	background: #000000 url(images/body-bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font: 1em Arial, Helvetica, sans-serif;
}

html, body {
	height:100%;
	margin-bottom:1px;
}
p  {
	font-size: 80%;
	line-height: 160%;
	margin: 10px 0px;
	padding: 0px;
}
h1  {
	font: 160% Georgia, "Times New Roman", Times, serif;
	color: #644263;
	border-bottom: 1px dotted #B089A0;
	margin: 0px 0px 15px;
	padding: 10px 0px 2px;
}
h2  {
	font-size: 85%;
	margin: 0px;
	padding: 25px 0px 5px;
	letter-spacing: 0.1em;
	color: #674465;
	text-transform: uppercase;
	font-weight: bold;
}
h3   {
	font-size: 100%;
	font-weight: bold;
	color: #664364;
}

h4 {
	font-size: 85%;
	color: #654364;
	margin: 25px 0px 0px;
	padding: 0px;
}

h6 {
	font-size: 65%;
	color: #A7728F;
	letter-spacing: 0.1em;
	text-align: right;
	margin: 0px;
	padding: 20px 60px 20px 20px;
}

h5 {
	font-size: 80%;
	color: #333333;
}

blockquote {
	font-style: italic;
	color: #664364;
	line-height: 170%;
	background: url(images/quote-left.gif) no-repeat;
	padding-left: 15px;
	margin: 20px 60px 20px 40px;
	font-size: 80%;
	padding-right: 15px;
}

hr {
	color: #F1EDEA;
	border-width: 1px;
	border-style: solid;
}

table {
	width: 570px;
	font-size: 70%;
}

td {
	text-align: center;
	padding: 10px 5px;
}

a:link {
	color: #644263;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #644263;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/*STRUCTURE*/

#container {
	width: 944px;  
	background: url(images/content-bg.gif) repeat-y right top;
	margin: 0px auto 0px 0px;
	text-align: left;
	padding: 0px;
}
#sidebar1 {
	float: left; 
	width: 254px; 
	background: url(images/side-hand.jpg) no-repeat bottom;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

#sidebar1 #menu {
	color: #000000;
	list-style: none;
	font-size: 85%;
}

#sidebar1 #menu li {
	padding: 8px;
	margin: 1px 12px 1px 1px;
	background: #B089A0;
	border: 1px solid #654364;
}

#sidebar1 #menu a {
	color: #000000;
	text-decoration: none;
	margin: 1px;
	padding: 8px;
}

#sidebar1 #menu a:hover {
	text-decoration: underline;
}

body#homePage li#home, body#aboutPage li#about, body#schedulePage li#schedule, body#newsPage li#news, body#projectsPage li#projects, body#policiesPage li#policies, body#galleryPage li#gallery, body#composerPage li#composer {
	background: #F1EDEA;
}

#mainContent {
	margin: 0px 0 0 254px; 
	padding: 30px 50px 40px 60px; 
	background: url(images/content-bg.gif) repeat-y right top;
	font-size: 100%;
	color: #333333;
} 

#footer {
	height: 55px;
	width: 944px;
	background: url(images/content-foot.gif) no-repeat 254px top;
	padding: 0px;
	clear: both;
}

#mainContent ul, #mainContent ol {
	margin: 20px;
	padding: 0px;
	list-style: square inside;
	font-size: 80%;
	line-height: 160%;
}



.tablehead {
	font-weight: bold;
	background: #B089A0;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 3px solid #664465;
}


/*CLASSES*/

.border {
	border: 2px solid #B089A0;
	padding: 5px;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
.fltrt {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

IMG.displayed {
	display: block;
	margin: 10px auto;
	}
