@charset "utf-8";
/* CSS Document */

html, body {
	
	background-color: #dbe5e6;	
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
body { margin-top: 20px }
img { border: none; }

.fleft { float: left; }
.fright { float:right; }

p { margin-top: 0; margin-bottom: 1.3em }

a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#container
{
	width: 800px;
	margin: 0 auto;
	border-top: 2px solid #8EAEAE;	
	border-bottom: 2px solid #8EAEAE; 
}

#header, #footer
{
	height: 30px;
	line-height: 30px;
}


#page
{
	height: 490px;
}
#imgbox { height: 490px; width: 550px; }
#loadingbox
{
	display:none;
	position:absolute;
	left: 0; 
	top: 0; 
	width:550px; 
	height:490px; 
	text-align: center; 
	background-color:#fff;
}

#sidebar {
	background-color: #534137;
	width: 240px;
	height: 490px;
	position: relative;
}

#menu { margin-top: 20px }
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	float: left;
	width: 60px;
	height: 80px;
}
#menu ul li a 
{ 
	display: block; 
	margin: 0; 
	padding:0;
	width: 60px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	outline: none;
}
.menu1 a { background: url(/img/menu/menu1.jpg) no-repeat top left;	}
.menu2 a { background: url(/img/menu/menu2.jpg) no-repeat top left;	}
.menu3 a { background: url(/img/menu/menu3.jpg) no-repeat top left;	}
.menu4 a { background: url(/img/menu/menu4.jpg) no-repeat top left;	}

#menu ul li a:hover { background-position: bottom left; }

.scroll{
	position:absolute;
	display:block;
	height:335px;
	overflow:scroll;
	padding: 10px 30px 10px 20px;
	border:1px solid #AFAFAF;
	margin:50px 0 0 0;
	background:#fff;
	right:10px;
	bottom:10px;
}

#textblock{
	
	right:10px;
	bottom:10px;
	background-color:#534137;
	border:none;
	color: #fff;
}

#text2
{
	color: #fff;
	width: 200px;
	margin: 0 auto;
	height: 340px;
	padding-top: 20px;
	position: relative;
}
#text2 a { color: #fff; font-size: 7pt; }
#text2 img
{
	position: absolute;
	bottom: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
