/* CSS Document */

/* Colors used in this document 
	
	Main text: #505050
	Gold text: #75604B
	Lighter gold on dark background: #B09880

*/



body {
	background-image:url(../images/background.gif);
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:13px;
}

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

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

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

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

#main_wrapper {
	background-image:url(../images/content_background.gif);
	width:774px;
	border:solid 2px #323131;
	margin:0;
	padding:0;
	position:relative;
}

#header {
	width:774px;
	height:183px;
	margin:0;
	padding:0;
}

#navbar {
	width:774px;
	height:30px;
	background-color:#D6D3D3;
	font-size:12px;
	color:#A5A4A4;
	padding:0;
	margin:0;
	vertical-align:middle;
}

#navbar a:link {
	color:#292B30;
	text-decoration:none;
}

#navbar a:visited {
	color:#292B30;
	text-decoration:none;
}

#navbar a:hover {
	color:#A5A4A4;
	text-decoration:underline;
}
	
#navbar a:active {
	color:#292B30;
	text-decoration:none;
}	

#subbar {
	width:774px;
	height:21px;
	background-image:url(../images/nav_gradient.jpg);
	font-size:10px;
	color:#343434;
	padding:0;
	margin:0;
	vertical-align:middle;
}

#subbar a:link {
	font-size:10px;
	color:#EEEEEE;
	text-decoration:none;
}

#subbar a:visited {
	font-size:10px;
	color:#EEEEEE;
	text-decoration:none;
}

#subbar a:hover {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:underline;
}
	
#subbar a:active {
	font-size:10px;
	color:#EEEEEE;
	text-decoration:none;
}

#content {
	background-image:url(../images/content_background.gif);
	background-repeat:no-repeat;
	width:774px;
	padding:0;
	margin:0;
	min-height:430px;
}

#content_calendar {
	background-image:url(../images/calendar_background.gif);
	background-repeat:no-repeat;
	width:774px;
	padding:0;
	margin:0;
	min-height:430px;
}

#left_sidebar {
	background-image:url(../images/content_left_background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:311px;
	min-height:430px;
	background-color:#323131;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}

#left_sidebar_top {
	width:311px;
	height:82px;
	margin:0;
	padding:0;
}

#page_title {
	background-color:#000000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	width:311px;
	/*height:26px;*/
	color:#B09880;
	font-size:21px;
	padding:0;
	margin:0;
	vertical-align:middle;
}

#left_sidebar_bottom {
	width:311px;
	height:295px;
	padding:0;
	margin:0;
}

#left_sidebar_bottom img {
	border:solid 2px #C6C6C6;
}
	
#main {
	width:463px;
	background-color:#FBF8F8;
	min-height:375px;
	margin-left:-311px;
	padding:0;
	float:right;
}	

#main_picture {
	width:463px;
	margin:0;
	padding:0;
}

#main_shadow_top {
	width:463px;
	height:19px;
	background-image:url(../images/main_shadow_top.gif);
	padding:0;
	margin:0;
}

#text {
	padding:10px;
}

#content_footer {
	clear:both;
}

.title {
	font-size:24px;
	color:#75604B;
	font-weight:bold;
}

#footer {
	font-size:10px;
	color:#EEEEEE;
	height:58px;
	width:774px;
	padding:0;
	margin:0;
	background-color:#323131;
}

#footer_top {
	height:13px;
	width:774px;
	margin:0;
	padding:0;
}

#events_bar {
	background-color:#000000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	width: 275px;
	border:solid 2px #C6C6C6;
	padding:5px 10px 5px 10px;
	color:#75604B;
	font-size:11px;
}
