body{
	font-family: Arial,sans-serif;
	font-size:12px
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}

#wrapper{
	width: 720px;
	margin: 0 auto;
}

#masthead{
	margin: 0;
	padding:0;
	width: 100%;
}

#navBar{
	text-align:center;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image:url(../images/bar.gif);
	background-repeat:no-repeat;
}

#container{
	width: 100%;
	margin: 0;
	padding: 5px 0px 10px 0px;
	background-image:url(../images/back.gif);
	background-repeat:no-repeat;
}

#sidebar{
 	float:right;
	width: 240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	margin:0px;
	padding:10px 5px 10px 5px;
}

#content{
	float:left;
	width: 450px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	margin: 0;
	padding:0px 12px 10px 5px;
}

/************** header tag styles **************/

h1{
 font: bold 24px Arial, Helvetica, sans-serif;
 color: #00199A;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 18px Arial, Helvetica, sans-serif;
 color: #959AB1;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 14px Arial, Helvetica, sans-serif;
 color: #959AB1;
 margin: 0px;
 padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #d4d9c3;
	text-decoration: none;
}
/********************* footer **********************/
#siteInfo{
	clear:both;
	text-align:center;
	font-size: 10px;
	color: #959AB1;
	padding: 3px 5px 5px 5px;
	margin-top: 25px;
}

#siteInfo p{
	margin:0px; line-height:.85;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/********************* image **********************/

.content img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

#sidebar img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#sidebar2 img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

/********************* misc **********************/

.divider{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	color: #cccccc;
}

/********************* new links **********************/

#sidebar a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F0F906;
	font-weight: bold;
}

#sidebar a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F0F906;
	font-weight: bold;
}

#sidebar a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #314396;
	font-weight: bold;
}

#sidebar2 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0033ff;
	font-weight: bold;
}

#sidebar2 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0033ff;
	font-weight: bold;
}

#sidebar2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00A8EC;
	font-weight: bold;
}

#content a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #D2BB52;
	font-weight: bold;
}

#content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #D2BB52;
	font-weight: bold;
}

#content a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #314396;
	font-weight: bold;
}

#menu p{margin:5px 0;
}

#sidebar p{margin:5px 0;
}

/********************* new navigation **********************/

#home .home, #actors .actors, #theatre .theatre, #visual .visual, #artists .artists, #auditions .auditions, #exhibits .exhibits, #websites .websites , #perform .perform, #contact .contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #d4d9c3;
	text-decoration: none;
}