html,body{
	height:100%;
	overflow:hidden;
}

#container{
	width:995px;
	height:610px;
	text-align:left;
	background:url(../gfx/bg-footer.gif) no-repeat 0px 537px;
	position:relative;
}

#header{
	padding-top:20px;
	height:115px;
}

#container_home{
	width:1000px;
	padding-top:30px;
	text-align:left;
}
#header_home{	
	height:37px;
}
#content_home{
	
}
#content_home img{
	margin-bottom:130px;
}
#skip_intro{
	text-align:center;
	padding-top:3px;
}
#skip_intro a{
	font-size:11px;
}
#footer_home{
	padding:20px 0px 0px 20px;
	font-size:11px;
	color:#00b1b0;
}

#logo{
	margin:0px 25px 0px 40px;
	border:0px;
	float:left;
}

#leftbox{
	width:318px;
	height:412px;
	float:left;
}
#imgbox{
	position:relative;
}
#img0_0,#img0_1{
	width:289px;
	height:412px;
}

#search_form{
	float:right;
}
#search_button{
	width:20px;
	height:20px;
	border:0px;	
	cursor:pointer;
	margin:0px;
}
#bg_search{
	background:url(../gfx/bg-search.gif) no-repeat;
	padding:2px;
	float:left;
}
#wm_search{
	width:130px;
	height:14px;	
	border:0px;
	margin:0px 5px 0px 0px;
	color:#464646;
	font-size:11px;
	font-style:italic;
}

#module_flags{
	width:150px;
	float:right;
	color:#464646;
	margin-bottom:25px;
}
#module_flags a{
	text-decoration:none;
	color:#464646;
	font-size:11px;
	font-weight:bold;
}
#module_flags a.active{
	color:#00b1b0;
}

#menubar{
	float:right;	
	width:696px;
}

#content_container{
	float:left;
	position:relative;
	width:677px;
	height:398px;
	text-align:left;
}

#content_box{
	position:absolute;
	left:0px;
	top:0px;
	width:664px;
	height:310px;
	overflow:hidden;
	z-index:222;
}

#content{
	position:absolute;
	left:0px;
	top:0px;
	z-index:223;
}

#arrow_up{
	position:absolute;
	left:664px;
	top:0px;
	display:none;
}

#arrow_down{
	position:absolute;
	left:664px;
	top:300px;
	display:none;
}

#footer{
	height:20px;
	padding:43px 10px 0px 10px;
	color:#ebebeb;
	font-size:11px;
}

#print_header{
	display:none;
}