html
{
	height:100%;
	min-height:100%;
	overflow:scroll;
}
body{
	margin:0;
	background: #e8e8e8 url('/images/background.png') repeat-x;
	height:100%;
	min-height:100%;
}
#container{
	margin: 0 auto;
	width:988px;
	height:100%;
	position:relative;
}
#wrapper{
	float:left;
	width:988px;
	position:relative;
	height:100%;
}
#layer1_photo{
	position:absolute;
	width:965px;
	height:354px;
	left:15px;
	top:0;
}
#layer1{
	float:left;
	width:988px;
	position:absolute;
	background: url(/images/layer1_04.png);
	min-height:100%;
}
#layer1_top{
	float:left;
	width:988px;
	position:relative;
	height:365px;
	background: url(/images/layer1_01.png);
}
#layer1_middle{
	float:left;
	width:988px;
	position:relative;
	min-height:200px;
	padding-bottom:35px;
}
#layer1_middle_text_left{
	padding-top:0px;
	margin-left:280px;
	float:left;
	width:470px;
}
#layer1_middle_text_full{
	padding-top:0px;
	margin-left:280px;
	float:left;
	width:700px;
}
#test{
	margin-left:-25px;
}
#layer1_middle_text_right{
	float:left;
	width:175px;
	padding:15px;
	background:#e8e8e8;
	margin-left:20px;
	text-align:left;
}
#layer1_middle_text_right2{
	float:left;
	width:205px;
	padding:0px;
	margin-left:20px;
	text-align:left;
}
#layer1_bottom{
	float:left;
	width:952px;
	position:absolute;
	bottom:0px;
	left:0;
	padding-top:4px;
	height:20px;
	padding-right:36px;
	background: url(/images/layer1_03.png);
	color: white;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
	text-align:right;
}
#layer1_bottom *{
	color:white;
	text-decoration:none;
	font-size:9px;
	font-weight:normal;
}

#layer2_bar{
	float:left;
	background: url('/images/bar.png');
	position:absolute;
	z-index:2000;
	min-height:100%;
	width:258px;
}
#layer2_logo{
	float:left;
	position:absolute;
	left:3px;
	top:17px;
	height:100px;
	width:281px;
	z-index:2001;
}
#social{
	float:right;
	position:absolute;
	right:60px;
	top:37px;
	height:35px;
	width:35px;
	z-index:2001;
}
#layer2_toptext{
	position:absolute;
	left:820px;
	top:90px;
	color: white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#layer2_toptext *{
	color:white;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
img{
	border: 0;
}
#menu{
	position:absolute;
	top:130px;
	left:38px;
}
.topfoto{
	position:absolute;
	left:260px;
	top:124px;
}
#topfoto{
	position:absolute;
	left:260px;
	top:124px;
}
#footerimage{
	position:absolute;
	z-index:5000;
	left:31px;
	top:-98px;
}
#search {
	margin: 0;
	padding: 0;
}
#search .input {
	position: absolute;
	left: 1px;
	top: 2px;
	width: 101px;
	border: 0;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	line-height: 18px;
	font-size: 10px;
	background: url('/images/searchbg.png') top left no-repeat;
	border: 0;
	color: gray;
	font-weight:normal;
}
#search .button {
	background: url('/images/searchbg.png') top right no-repeat;
	position: absolute;
	left: 122px;
	top: 2px;
	height: 18px;
	width: 30px;
	cursor: hand;
	cursor: pointer;
	border: 0;
}
/* Submenu: */

#submenu span {
	font-size:11px;
	display: block;
	width: 174px;
	padding-left: 15px;
	padding-right: 15px;
	height: 28px;
	line-height: 28px;
	color: #000000;
	background: #e8e8e8 url('/images/menubg.png') top right no-repeat;
	position: relative;
	margin-bottom:1px;
}
#submenu span a{
	height: 28px;
	line-height: 28px;
	color: #000000;
	font-size:11px;
}
#submenu span a:hover{
	color:black;
}
#submenu span:hover {
	background-color: #DDDDDD;
	color:black;
	width: 174px;
	padding-left: 15px;
	padding-right: 15px;
}
#submenu a {
	color:black;
	text-decoration:none;
	display:block;
	height:28px;
	line-height:28px;
}
#submenu span:hover > #submenudiv {
	display: block;
}
#submenudiv {
	position: absolute;
	left: 204px;
	top: 0px;
	float: right;
	display: none;
	border: 0;
	width: 204px;
	background: url('/images/nixel.gif');
	border-left:1px solid white;
}
#submenudiv a {
	display:block;
	height:28px;
	line-height:28px;
	padding-left:15px;
	padding-right:15px;
	background:#FFFFFF;
	border-bottom:1px solid silver;
	color:black;
	text-decoration:none;
}

#submenudiv a:hover {
	background:#DDDDDD;
	color:black;
}