body {
	background-color: #FFFFFF;
}
img {
	border:0px;
}
a {
	color: #202020;
	text-decoration: none;
}
a:hover {
	color: #202020;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	text-decoration: none;
}
.active {
	color: #CC3333;
}
/*------------layout--------------*/
#wrapper {
	position: absolute;
	height: 630px;
	width: 1200px;
	left: 10px;
	top: 10px;
	background-color: #FFFFFF;
}
#hidden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	height: 100px;
	width: 30px;
	position: relative;
	background-color: #FFFFFF;
}
#leftbox {
	margin: auto;
	float: left;
	position: relative;
	height: 600px;
	width: 280px;
	left: 0px;
	top: 0px;
}
#midbox {
	margin: auto;
	float: left;
	position: relative;
	height: 600px;
	width: 700px;
	left: 14px;
	top: 37px;
	z-index: 1;
}
#slideshow {
	margin: 0;
	float: left;
	position: relative;
	height: 500px;
	width: 500px;
	left: 20px;
	top: 0px;
}
#txt {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: 202020;
	position: relative;
	top: 66px;
	line-height: 15px;
	left: 20px;
	
}
#rightbox {
	background-color: #FFFFFF;
	height: 500px;
	width: 30px;
	position: relative;
	left: 14px;
	top: 37px;
	float: left;
}
#logobox {
	background-position: right;
	text-align: right;
}
/*------------menue--------------*/
#menubox {
	position: relative;
	height: 480px;
	width: 272px;
	margin: auto;
	float: right;
	text-align: right;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #202020;
	right: 8px;
}
#menubox ul {
	list-style-type: none;
}
#menubox ul li {
	line-height: 15px;
}
/*#menubox ul li a {
	color: #202020;
	text-decoration: none;
}
#menubox ul li a:hover {
	color: #202020;
	text-decoration: underline;
}
#menubox ul li a:active {
	color: #CC3333;
}
a:active {
	color: #CC3333;
}*/
b {
	color: #303030;
}
#wrapper .portrait {
	height: 150px;
	width: 98px;
}
