@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0;
}

a {
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#dd8c00;
	text-decoration:underline;
}

#wrap {
	width:100%;
	height: 745px;
	background-color:white;
	margin:0 auto;
}

#wrap #toppart{
	background-image:url(images/topshadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	height:70px;
}

#bottompart{
	background-image:url(images/bottomshadow.png);
	background-repeat:repeat-x;
	background-color:#fff;
	height:70px;
}

#wrap #logo {
	width:236px;
	height:116px;
	margin:0 auto;
	padding:10px 0px 23px 0px;
	position:relative
}

#wrap #menu {
	background-color:#FFFFFF;
	height:54px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#wrap #content {
	width:900px;
	height:330px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
}

#wrap #content #text {
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #545454;
	width:336px;
	vertical-align:middle;
	text-align:left;
	padding: 78px 0px 0px 20px;
	position:relative;
	float:left;
}

#wrap #content #emptiness {
	width:25px;
	height:100%;
	position:relative;
	float:left;
}
#wrap #content #pageimage {
	width:355px;
	padding-top:46px;
	position:relative;
	float:left;
}

#wrap #scrollarea {
	/*background-image:url(images/scroll_bg.png);
	background-position:center;
	background-repeat:no-repeat;*/
	width:900px;
	height:52px;
	margin:0 auto;
	position:relative;
	z-index:0;
	}
#wrap #scrollarea #newstitle {
	width:233px;
	height:52px;
	position:relative;
	z-index:2;
	float:left;
}
#wrap #scrollarea #empty {
	width:434px;
	height:52px;
	position:relative;
	z-index:2;
	float:left;
}
#wrap #scrollarea #fadeout {
	width:233px;
	height:52px;
	position:relative;
	z-index:3;
	float:right;
}

#wrap #scrollarea #type {
	font-family:Trebuchet Ms, Tahoma, Arial;
	font-size:18px;
	width:100%;
	letter-spacing:-1px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	color: #8b8b8b;
	position:absolute;
	padding-top:0px;
	z-index:1;
}

#wrap #line {
	background-color:#e8a900;
	margin:0 auto;
	margin-top:3px;
	width:900px;
	height:2px;
}

#wrap #license {
	width:900px;
	margin:0 auto;
	position:relative;
}

#wrap #license #copyleft {
	width:233px;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-align:left;
	color:#000000;
	float:left;
}

#wrap #license #copyright {
	width:380px;
	font-family:Tahoma, Arial;
	font-size:11px;
	text-align:right;
	color:#000000;	
	float:left;
}

#wrap #license #null {
	width:287px;
	height:20px;
	position:relative;
	float:left;
}

#wrap #content #refsection {
	background-image:url(images/refback.png);
	background-repeat:no-repeat;
	width: 519px;
	height: 330px;
	position:relative;
	padding:14px 0px 0px 14px;
	float:left;
}

#wrap #content #emptyarea {
	width:20px;
	height:100%;
	position:relative;
	float:left;
}

#wrap #content #reftext {
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #545454;
	width:350;
	vertical-align:middle;
	text-align:left;
	padding: 50px 0px 0px 0px;
	position:relative;
	float:left;
}
