/*margin: top right bottom left */

/*---Key---*/
/*HTML Settings*/
/*Head*/
/*Content*/
/*Sidebar*/
/*Foot*/

/************************* HTML Settings *************************/
body {
	background-color: #000000;
	background-repeat: no-repeat;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #BFBFBF;
	margin: 0;
	height: auto;
	}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

a:hover {
	color: #F6E5D1;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

a:active {
	color: #FEE015;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
td
{
	padding:0px;
}
/*End HTML Settings*/

/************************* Begin Head *************************/
#logo {
	position: absolute;
	width: 650px;
	height: 44px;
	top: 18px;
	left: 150px;
	}

#left_bar {
	position: absolute;
	height: 221px;
	width: 105px;
	top: 90px;
	left:0px;
	margin-bottom: 15px;
	}

/************************* End Head *************************/
/************************* Begin Content *************************/
#content_backdrop {
	position: absolute;
	width: 690px;
	height: 525px;
	top: 90px;
	left: 125px;
	overflow-y: auto;
	padding: 5px;
	margin: 0 0 0px 0px;
	background-color: #000000;
	border: 1px solid #BFBFBF;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	/* for Mozilla */
	-moz-opacity:0.7;
	z-index:0;
}
#content {
	position: absolute;
	width: 690px;
	height: 525px;
	top: 90px;
	left: 125px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
	margin: 0 0 0px 0px;
	z-index:1;
	}
	
#left_display {
	position: absolute;
	width: 268px;
	top: 10px;
	left: 10px;
	padding: 0px;
}

#front_image {
	border: 1px solid #BFBFBF;
	padding: 0px;
	margin: 0px;
}

#front_news {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#email {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
	
#schedule {
	position: absolute;
	width: 340px;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	}
	
#schedule_header {
	font-weight: bold;
	font-size: 20px;
	font-family: arial;
	letter-spacing: 3px;
	text-decoration: underline;
}

#gallery_list {
	position: absolute;
	width: 190px;
	height: auto;
	top: 10px;
	left: 10px;
	border: 1px solid #BFBFBF;
	padding: 5px;
	z-index:1;
}

#thumbnails {
	position: absolute;
	width: 445px;
	height: 520px;
	top: 10px;
	left: 215px;
	border: 1px solid #BFBFBF;
	padding: 5px;
	z-index:1;
}



/************************* End Content *************************/
/************************* Begin Foot *************************/
#copyright_info {
	position: absolute;
	width: 695px;
	top: 630px;
	left: 125px;
	font-size: 9px;
	color: #BFBFBF;
	text-align: center;
	}
/*End Foot*/