@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-image:url(../images/pageBG_01.jpg);
	background-attachment:fixed;*/
}
h1 {
	margin:0px;
	padding:0px;
	
}
h4 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
#container {
	width:1020px;
	margin:4px auto;
	/*border:1px solid #cccccc;*/
	background-color:#000000;
	color:#FFFFFF;
} 
#rightColumn {
	float:right;
	width:240px;
	margin:4px 0px 0px 0px;
	padding:6px;
	/*temporary*/
	border:1px solid #ffffff;
	background-color:#eeeeee;
	background-image:url(../images/rt_side_bg_02.jpg);
	background-repeat:repeat-y;
	color:#222222;
}
#rightColumn h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	background-color:#b0c4de;
	border:1px solid #000000;
	padding:4px;
	margin:2px auto;
	text-align:center;
}
#menu {
	width:754px;
	height:32px;
	padding:0px;
	margin:4px 0px 0px 0px;
	background-image:url(../images/menu_bg_01.gif);
	background-repeat:repeat-x;
	/*temporary
	border:1px solid #ffffff;*/	
}
#mainContent {
	width:720px;
	margin-top:12px;
	padding:12px;
	/*temporary
	border:1px solid #ffffff;*/
}
#mainContent1 {
	width:710px;
	margin:4px auto;
	padding:6px;
	background-color:#FFFAFA;
	color:#000000;
	/*temporary*/
	border:1px solid #000000;
}
#mainContent2 {
	width:400px;
	float:left;
	margin:4px auto;
	padding:6px;
	background-color:#BABABA;
	background-image:url(../images/mainContent2_bg_01.jpg);
	background-repeat:repeat-y;
	color:#000000;
	/*temporary*/
	border:1px solid #888888;
}
#mainContent3 {
	width:280px;
	float:right;
	margin:4px auto;
	padding:6px;
	background-color:#aaaaaa;
	color:#000000;
	background-image:url(../images/mainContent3_bg_01.jpg);
	background-repeat:repeat-y;
	/*temporary*/
	border:1px solid #060960;
}
#mainContentLeft {
	width:360px;
	float:left;
	margin:4px auto;
	padding:6px;
	background-color:#BABABA;
	background-image:url(../images/mainContent2_bg_01.jpg);
	background-repeat:repeat-y;
	color:#000000;
	/*temporary*/
	border:1px solid #888888;
}
#mainContentRight {
	width:280px;
	float:right;
	margin:4px auto;
	padding:6px;
	background-color:#aaaaaa;
	color:#000000;
	background-image:url(../images/mainContent3_bg_01.jpg);
	background-repeat:repeat-y;
	/*temporary*/
	border:1px solid #060960;
}
#menuTable {
	height:32px;
	width:754px;
	}
#menuTable .menuCell:hover {
	background-image:url(../images/menu_bg_over_03.gif);
	background-repeat:repeat-x;
}
#menuTable a:link {
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#menuTable a:hover {
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
#menuTable a:visited {
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#menuTable a:visited:hover {
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.footerTable {
	width:1020;
	border-top:2px solid #cccccc;
	margin:4px auto;
	padding-top:8px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
}
#fullMainContent {
	width:700px;
	background-color:#ffffff;
	background-image:url(../images/full_main_bg_01.jpg);
	background-repeat:repeat-y;
	border:1px solid #999999;
	margin:4px auto;
	padding:12px;
	color:#000000;
	height:inherit;
}
.tunesTable {
	border:1px solid #777777;
	background-color:#dddddd;
	color:#000000;
}
.gigTable {
	font-size:12px;
	background:#ffffff;
	margin:2px auto;
	border:1px solid #aaaaaa;
}
.tunesTable {
	border:1px solid #999999;
	background-image:url(../images/tunesTable_bg_01.jpg);
	background-repeat:repeat-y;
}
.tunesTable td {
	font-size:12px;
}
.tunesTable ul {
	list-style-type:square;
	margin:2px auto;
}
.clear {
	clear:both;
}	
.picSetHeader {
	font-size:14px;
	background-color:#dddddd;
	border:1px solid #000000;
	font-weight:bold;
}
.bioTable {
	border:1px solid #999999;
	background-image:url(../images/bioTable_bg_01.jpg);
	background-repeat:repeat-y;
	padding:4px;
}
.demoTable {
	border:1px solid #666666;
	background-image:url(../images/demoTable_bg_01.jpg);
	background-repeat:repeat-y;
	padding:4px;
	border-color:#888888;
}
.quoteArea {
	font-size:13px;
	text-align:justify;
	border:1px solid #aaaaaa;
	background-color:#ffffff;
	background-image:url(../images/quote_bg_01.jpg);
	background-repeat:repeat-y;
	padding:6px;
}