@charset "utf-8";
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292a2d;
	letter-spacing:normal;
	background-color: #cecece;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	height:100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	SCROLLBAR-FACE-COLOR: #CECECE;
	SCROLLBAR-HIGHLIGHT-COLOR: #CECECE;
	SCROLLBAR-SHADOW-COLOR: #CECECE;
	SCROLLBAR-3DLIGHT-COLOR: #CECECE;
	SCROLLBAR-ARROW-COLOR:  #0600fb;
	SCROLLBAR-TRACK-COLOR: #CECECE;
	SCROLLBAR-DARKSHADOW-COLOR: #CECECE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	right: 0px;
}
.font {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #292a2d;
}
.font_white{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}
.font_grey
{
	font-family: Helvetica, Arial, sans-serif;
	;
	font-size: 11px;
	color: #949494;
	}
.font_grey_bold
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #949494;
	font-weight:bold;
	}
.bold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #292a2d;
	}
.td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292a2d;
	letter-spacing:normal;
}
.ex_title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #292a2d;
	font-weight:bold;
	letter-spacing:normal;
}

.pass_ex_bold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #292a2d;
	letter-spacing:normal;
}
.title {
	font-family: Impact, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #3399CC;
	}
.title_black {
	font-family: Impact, Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:400;
	color: #000;
	}
.subtitle_white {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	}
.subtitle_red {
	font-family: Impact, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:200;
	color: #aa2303;
	}
.highlight {
	background-color: #B0C8FF;
}

.event_type {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left bottom;
	}
.event_content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292a2d;
	}
.event_title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #292a2d;
	}

.bluebold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #0600fb;
	letter-spacing:normal;
	}
a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
a:active {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#index {
	background-image:url(../images/index/index_with.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	background-color:#FFFFFF;
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 100%;
	}
#menu {
	width: 280px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 3px;
	position:fixed; /* this make the menu stay in place while the content section scrolls*/
	z-index:100;
		/*background-color: #cecece;*/
		/*padding-top: 0;  change to match the padding-top in #content if you want them to align */
		/*padding-bottom: 25px;*/
		/* padding-left & right can be changed in #menu ul - below */
	}
#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 280px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 120px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		z-index:1;
		}
#content_top {
		background-color: #cecece;
		background-image:url(../images/main_bg.gif);
		background-repeat:repeat-x;
		background-position:top left;
		background-attachment:fixed;
		height:120px;
		width:100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		position:fixed;
		z-index:50;
		}
/* #content {
		width: 700px; 
		overflow: auto;
		top: 180px;
		bottom: 13px;
		left: 280px;
		position: fixed; 
		padding-right: 15px;
		}
		*/		
#archive {
	width: 175px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	overflow: auto;	
	top: 180px;
	bottom: 13px;
	left: 810px;
	position: fixed; /* this make the menu stay in place while the content section scrolls*/
	padding-right: 15px;
	/*height: 100%;*/
		/*background-color: #cecece;*/
		/*padding-top: 250px; *//* change to match the padding-top in #content if you want them to align */
		/*padding-bottom: 30px;*/
		/* padding-left & right can be changed in #menu ul - below */
		}
#pass_ex {
		width:500px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		}
#appform {
	width: 175px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	overflow: auto;	
	top: 120px;
	bottom: 13px;
	left: 770px;
	position: fixed; /* this make the menu stay in place while the content section scrolls*/
	padding-right: 15px;
	/*height: 100%;*/
		/*background-color: #cecece;*/
		/*padding-top: 250px; *//* change to match the padding-top in #content if you want them to align */
		/*padding-bottom: 30px;*/
		/* padding-left & right can be changed in #menu ul - below */
		}
#events_main {
		width:455px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		}
#artists_body {
		width:500px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0; /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		}

		/*width: 500px; */ /*sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		/*overflow: auto;
		top: 180px;
		bottom: 13px;
		left: 300px;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		/*height: 100%;*/
		/*background-color: #cecece;*/
		/*padding-top: 250px; *//* change to match the padding-top in #content if you want them to align */
		/*padding-bottom: 30px;*/
		/*padding-right: 15px;*/
		/* padding-left & right can be changed in #menu ul - below */

#artistslist {
	width: 150px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
	overflow: auto;	
	top: 180px;
	bottom: 13px;
	left: 840px;
	position: fixed;
	padding-right: 15px;
	 /* this make the menu stay in place while the content section scrolls*/		/*height: 100%;*/
		/*background-color: #cecece;*/
		/*padding-top: 250px; *//* change to match the padding-top in #content if you want them to align */
		/*padding-bottom: 30px;*/
		/* padding-left & right can be changed in #menu ul - below */
		}

#copyright {
	position:bottom;
	overflow:auto;
	padding-bottom: 5px;
	margin-left: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 600;
	height:auto;
		}

#book_list {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292a2d;
	letter-spacing:normal;
	background-color: #cecece;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	right: 0px;	}
.hr
{
	background-attachment: scroll;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}
.whitebold {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	letter-spacing:normal;
}
.title_white {
	font-family: Impact, Helvetica, Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #FFFFFF;
}
.event_typelink {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3399CC;
	font-weight:bold;
	text-align:left bottom;
}

