/*------------------------Stylesheet by Sarah Jones--------------------*/


/*------------------------------GLOBAL STYLES--------------------------*/

*{
padding:0;
margin:0;
}

body{
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background-image:url(../images/body_bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#052d68;
}

#wrapper{
	width:960px;
	margin:0 auto;
	float: none;
	background-color: #052d68;
}

p{
margin-left:5px;
margin-right:5px;
margin-bottom:1em;
font-size:1.2em;
color:#FFFFFF;
}

a:link{
color:#FFFFFF;
text-decoration:none;
}

a:visited{
color:#ffffff;
text-decoration:none;
}

a:hover{
color:#00CCFF;
text-decoration:none;
}

a:active{
color:#EF8139;
text-decoration:none;
}



h1{
	font-size:2.0em;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
}

h2{
	font-size:3em;
	font-weight:100;
	color: #FFFFFF;
	text-align:left;
}

h3{
	font-size:3em;
	font-weight:100;
	color: #FFFFFF;
	text-align:right;
}


/*---------------------------end of GLOBAL STYLES--------------------------*/

/*----------------------------------DIV STYLES-----------------------------*/
#navbar{
	width:700px;
	height:30px;
	float:left;
	margin-top: 183px;
	margin-left:20px;
	font-weight:bold;
	clear: right;
	margin-bottom: 150px;
}

#navbar ul li{
display:inline;
list-style-type:none;
font-size:16px;
padding-top:10px;
line-height:1.5em;
}

#navbar ul li a{
color:#000000;
padding:6px;
padding-left:15px;
padding-right:15px;
}

#navbar ul li a:hover{
color:#ffffff;
background-color:#000099;
padding:6px;
padding-left:15px;
padding-right:15px;
}

#page-wrapper{
	width:960px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#052d68;

	float:left;
	border-bottom:#ffffff 1px solid;
	margin-bottom:0px;
	clear: both;
}

#page-container{
	width:960px;
	float:none;
	clear:both;
	margin-top: 0px;
	min-height:0px;
	background-color:#052c68;
}

#corner-decoration{
	background-image:url(../images/dancers.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:277px;
	height:149px;
	float:right;
	clear: right;
}


#page-left{
	background-image:url(../images/small_panel_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:400px;
	min-height:200px;
	margin-left:20px;
	float:left;
	clear: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

#page-left ul li{
	list-style-type:none;
	margin-bottom:15px;
	margin-left:30px;
	font-size:1.4em;
	color: #FFFFFF;
}

#page-right{
	background-image:url(../images/small_panel_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:400px;
	min-height:200px;
	margin-right:20px;
	float:right;
	clear: right;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

#center-panel-top{
background-image:url(../images/wide_panel_top.gif);
background-repeat:no-repeat;
width:920px;
height:32px;
float:left;
clear:both;
margin-left:20px;
}

#center-panel-bottom{
background-image:url(../images/wide_panel_bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
width:920px;
min-height:50px;
float:left;
clear:both;
margin-left:20px;
margin-bottom:30px;
}

#flash-movie{
width:510px;
height:407px;
float:right;
}

#waveplayer{
	width:410px;
	min-height:50px;
	float:left;
	margin-left:30px;
	margin-top:0px;
	margin-bottom: 20px;
}

#getmarci{
width:450px;
min-height:30px;
float:right;
}



#footer-container{
width:960px;
float:left;
font-size:1.0em;
background-color:#052d68;
padding-top:10px;
}

#footer-left{
width:300px;
height:35px;
margin-left:30px;
float:left;
vertical-align:top;
color:#FFFFFF;
}

#footer-center{
width:250px;
height:35px;
float:right;
margin-right:10px;
text-align:center;
color:#FFFFFF;
}

#footer-right{
	width:200px;
	height:35px;
	margin-right:30px;
	float:right;
	vertical-align:top;
	text-align: right;
	color:#FFFFFF;
}

#sitemeter{
	width:100px;
	height:35px;
	float:left;
	margin-left: 15px;
}


/*-------------------------  end of DIV STYLES-----------------------------*/


/*---------------------------------CLASSES---------------------------------*/
.panel-top-left{
	background-image:url(../images/small_panel_top.gif);
	background-repeat:no-repeat;
	width:430px;
	height:28px;
	float:left;
	margin-left:20px;
	margin-top:0px;
	}
	
	.panel-top-right{
	background-image:url(../images/small_panel_top.gif);
	background-repeat:no-repeat;
	width:430px;
	height:28px;
	float:right;
	margin-right:20px;
	margin-top:0px;
	}
/*-----------------------------end of CLASSES------------------------------*/
	

