/* General Page Elements */
body {background: url(images/bg_temp.png);font-family: 'Lucida Grande', 'Arial', sans-serif;font-size:12.5px;}
input, textarea {background: #f0ece2;border: 1px solid #B2AEA3;margin: 3px 0;font-size:14px;}

/* Body divs */
#container{width:852px;height:1000px;position:absolute;top:0px;left:24px;margin-bottom:20px;}
#left{position:absolute;left:8px;top:10px;}
	#left .logo{margin-left:10px;width:170px;height:153px;background:url(images/logo.png);}
	#content{background: url(images/content_background.png) repeat-y;width:597px;position:relative;height:98.3%;top:19px;left:208px;padding:5px 18px 0px 18px;}
	#content h1{font-size:167%;color: #3e3a37;font-weight:normal;border-bottom: 1px #3e3a37 dotted;margin:3px 0px;padding-left:5px;}
	#content h2{font-weight:bold;margin:0;padding:0;font-size:18px;}
	#content h3{font-weight:bold;margin:0;padding:0;font-size:13px;}
	#content p{text-align:justify;margin-top:0px;margin-bottom:10px;}
	#content a{font-weight:bold;color:#000;text-decoration:none;}
	#content a:hover{font-weight:normal;}
	#content #right {width:261px;position:absolute;top:0px;right:15px;background:#f0ece2;height:98.4%;}
	#content #right h4 {color:#FFF;height:16px;width:251px;background: #000;font: 92% 'trebuchet ms', Verdana,Arial,Helvetica,sans-serif;line-height:100%;padding: 4px 0 0 10px;margin-top: 10px;}
	#content #right p{font-size:12px;padding:0;margin:-5px 10px 15px 10px;}
	#content #right2 {width:261px;position:absolute;top:55px;right:15px;}
	#content #right2 h3{color:#000;font-size:15px;font-weight:bold;}

.copyright{background: url(images/copyright.png) no-repeat;position:absolute;left:8px;top:650px;width:174px;height:24px;}

/* Menu */
#menu{margin-top:30px;}
	#menu .home{width:192px;height:37px;background:url(images/menu/home.png) #9e131c;margin-bottom:20px;}
	#menu .homeHover{width:192px;height:37px;margin-bottom:20px;background:url(images/menu/home_hover.png);cursor:pointer;}
	#menu .about{width:192px;height:37px;background:url(images/menu/about.png);margin-bottom:20px;}
	#menu .aboutHover{width:192px;height:37px;margin-bottom:20px;background:url(images/menu/about_hover.png);cursor:pointer;}
	#menu .news{width:192px;height:37px;background:url(images/menu/news.png);margin-bottom:20px;}
	#menu .newsHover{width:192px;height:37px;margin-bottom:20px;background:url(images/menu/news_hover.png);cursor:pointer;}
	#menu .onstage{width:192px;height:37px;background:url(images/menu/onstage.png);margin-bottom:20px;}
	#menu .onstageHover{width:192px;height:37px;margin-bottom:20px;background:url(images/menu/onstage_hover.png);cursor:pointer;}
	#menu .contact{width:192px;height:37px;background:url(images/menu/contact.png);margin-bottom:20px;}
	#menu .contactHover{width:192px;height:37px;margin-bottom:20px;background:url(images/menu/contact_hover.png);cursor:pointer;}

/*Front Page */
.quote{margin-left:4px;margin-top:20px;}

/* Misc */
.credit{font-size:11px;font-weight:bold;text-align:right;}
.vidTitle{width:320px;}
.vidTitle span{font-size:12px;float: right;}
.desc{font-size:12px;width:320px;}
object{margin-bottom:10px;}
