@charset "utf-8";

/*--------------basic styling---------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body	{
background-color:#ffffff;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:85%;
}
#wrapper{
/*wrapper has images for side edges */
position:relative;
width:900px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
background-image:url(images/wrapperBack.jpg);
}
#container{
/*container is smaller than wrapper and contains all content*/
width:860px;
margin:auto;
}


#clear{
clear:both;
}
/*-------------position container elements----------*/

/*----------header styles-------------------*/
#header{
position:relative;
background:#33cc00 url(images/headerBack2.jpg) no-repeat left top;
height:124px;
}
#header h1{
margin-left:-9000px;
}
#header #logoImage{
position:absolute;
top:0;
right:0;
width:200px;
height:123px;
background:url(images/logo2.jpg) no-repeat top right;
}

/*--------------------main navigation styles---------*/
#header ul{
margin: 0;
padding: 0;
position:absolute;
left:0;
bottom:0;
width:860px;
list-style:none;
background:url(images/mainNavBack2.jpg) repeat-x top left;
}
#header ul li{
float:left;
}
#header ul li a{
padding:0 1.4em;
font-size:16px;
line-height:1.5em;
text-decoration:none;
/*color:#cc0033;*/
color:#333333;
float:left;
display:block;
background:url(images/navSeperator2.jpg) no-repeat top left;
}

#header ul li a.firstLink{
background:none;
}
#header ul li a:hover{
/*color:#561216*/
color:#cc0033;
}
/*-----------content styles-----------------*/
#content{
float:left;
width:610px;
}

/*----------------styles switcher styles-----------*/

#style	{float:right;padding-right:10px;}

#style{
	font:0.95em/1.4em "Trebuchet MS", Helvetica, "sans serif";
	margin-bottom:1em;
	padding-bottom:1em;
}

#style a{
text-decoration:none;
color:#777777;

}
#style a:hover{
color:#777777;
border-bottom:1px dotted #777777;
}

/*---------------sidebar styles-------------------*/
#sidebar{
float:right;
width:250px;
}
#sidebar h1{
font:1.4em/1.8em "Trebuchet MS", Helvetica, "sans serif";
/*color:#028925;*/
color:#99994d;
text-align:center;
padding-top:0.5em;
}
#sidebar h2{
	font:1em "Trebuchet MS", Helvetica, "sans serif";
	/*color:#028925;*/
	color:#99994d;
	padding:0 0 0.5em 2em;
	margin-top:0.5em;
	font-weight: bold;
}
#sidebar h2.show{
background:url(images/arrow.gif) no-repeat .8em .3em;
}
#sidebar h2.music{
background:url(images/rect.gif) no-repeat .8em .3em;
}
#sidebar h2.class{
background:url(images/ring.gif) no-repeat .8em .3em;
}
#sidebar p{
font:0.9em/1.2em "Trebuchet MS", Helvetica, "sans serif";
color:#777777;
padding:0 1em 0 2.5em;
margin-bottom:2em;
}

#sidebar h2 a	{
/*color:#028925;*/
color:#99994d;
text-decoration:none;
}

#sidebar h2 a:hover	{
border-bottom: 1px dotted #028925;
}

#sidebar p.event{
font:0.9em Georgia, "Times New Roman", Times, serif;
color:#561216;
margin-top:-0.5em;
margin-bottom:0;
}
/*-------------------end sidebar navigation styles-----------*/


/*-------------------footer styles-------------------*/
#footer{
	color:#ffffff;
	background-color:#000000;
	margin-top:5em;
	font: .8em "Trebuchet MS", Helvetica, "sans serif";
	height: 20px;
}
#footer a{
color:#d52e36;
text-decoration:none;
}
