@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:0;
	margin:0;
	
}

#holder {
	position:absolute;
	width:984px;
	height:755px;
	left:50%;
	margin-left:-492px;
}

#content {
	width:984px;
	height:735px;
	background-image:url(../images/main_background.jpg);
	background-repeat:no-repeat;
}

#footer {
	width:984px;
	height:20px;
	color:#614655;
	font-family:Verdana;
	font-size:10px;
	text-align:center;
}

#footer a {
	color:#614655;
	text-decoration:none;
}

#navigation {
	position:absolute;
	width:527px;
	height:21px;
	left:321px;
	top:169px;

}

#flash {
	position:absolute;
	width:727px;
	height:169px;
	left:121px;
}

#lower_logo {
	position:absolute;
	top:169px;
	left:121px;
	height:140px;
	width:200px;
}

#left_info {
	position:absolute;
	left:121px;
	top:320px;
	width:200px;
}

#textarea {
	position:absolute;
	width:509px;
	left:339px;
	top:225px;
	
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}
#textarea a {
	color:#e2007a;
	font-weight:bold;
}

#box {
	width:200px;
}
#box #box_top {
	background-image:url(../images/box_left_top.jpg);
	background-repeat:no-repeat;
	height:20px;
}
#box #box_middle {
	background-image:url(../images/box_left_middle.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
}
#box #box_bottom {
	background-image:url(../images/box_left_bottom.jpg);
	background-repeat:no-repeat;
	height:20px;
}

.boxtext {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	padding-left:38px; 
	width:140px;
}

.boxtext a {
	color:#e2007a;
	font-weight:bold;
}

#mycustomscroll {
	padding-left:20px;
	width: 465px;
	position: relative;
}

#showpic {
	padding-left:20px;
	padding-top:10px;
	width: 500px;
	height: 400px;
	overflow:hidden;
	position: relative;
}

#Scrollbar-Container {
	position: absolute;
	top: 30px; left: 470px;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left:4px;
	top:20px;
}
.Scrollbar-Track {
	position: absolute;
	width:20px;
	height:350px;
	top:36px;
	left:4px;
	background: transparent url(../images/scroll/scrollbar.png) repeat-y center center;
}

.Scrollbar-Handle {
	position: absolute;
	width: 20px; height: 22px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 390px;
	left:4px;
}


.galPic {
	border:1px white solid;
}

.galPic:hover {
	-moz-opacity:0.6;
}
