body {
	background: #e6e6e6 url(../img/bg.gif) no-repeat fixed center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
img { border: 0; }
input { border: 1px solid #ccc; }
a { color: #900; text-decoration: none; }
a:hover { text-decoration: underline; }

#box {
	height: 700px;
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -350px;
	
}

#contentbox {
	border: solid black 1px;
	position: absolute;
	top: 0;
	left:0;
	height: 600px;
	width: 700px;
}
#header{
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	height: 410px;
	width: 700px;
	position: absolute;
	top: 170px;
	left: 0;
	
}
#menu {
	position: absolute;
	top: 630px;
	left: 30px;
}
#menu div {float:left;}
#menlan {width:165px;}
#men1 {width:200px;}
#men2 {width:125px;}
#men3 {width:165px;}


.contenthead{ color:#900; }

.slot { clear: both; padding: 0 40px 0 0; margin-left:270px; }

/*
.mainslot { margin-bottom:30px; width: 426px; float: left; margin-left: 60px; }
.mainslot img { display: block; margin: 10px 0 10px 0; }
*/
.tcaption{padding:-10px 0 0 0;}
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10;
}

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: white;
	height: 100%;
	width: 20px;
}

.scrollbox_up_button {
	background: transparent url(../img/scrollup.gif) top right no-repeat;
	height: 20px;
}

.scrollbox_down_button {
	background: transparent url(../img/scrolldown.gif) top right no-repeat;
	height: 20px;
}

.scrollbox_handle {
	background-color: #ccc;
}

