body
{
	background:	url(../images/bg.jpg) no-repeat top center #FFFFFF;
}

#container
{
	width:			860px;
	padding:		50px;
	padding-bottom:	0px;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
	
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		18px;
	margin-bottom:	18px;
	
	background:	#FFFFFF;
}

#header
{
	margin-bottom:	20px;
}

#slideshow
{
	width:	860px;
	height:	268px;
	
	margin-left:	auto;
	margin-right:	auto;
	
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
	
	background-color:	#e5e5e5;
}

#content
{
	float:	right;
	
	margin-top:	20px;
	
	width:		580px;
	min-height:	535px;
}

#list
{
	float:	left;
	
	margin-top:	20px;
	
	width:		220px;
	
	padding:	20px;
	
	background:	#e2f1d1;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}

#search
{
	float:	left;
	
	margin-top:	20px;
	
	width:		220px;
	
	padding:	20px;
	
	background:	#e5f6f4;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}

#beneath_search
{
	float:	left;
	
	margin-top:	20px;
	width:		220px;
	
	padding:	20px;
}

#footer
{
	clear:	both;
	width:	100%;
	
	padding-top:	20px;
	
	text-align:	left;
}

#lines
{
	width:	100%;
	height:	38px;
}



#logo
{
	float:	left;
	
	width:	140px;
	height:	67px;
}

#hkzlogo
{
	float:	left;
	
	width:	30px;
	height:	67px;
	
	padding-top:	15px;
}

#navigation
{
	float:	right;
}




#intro
{
	width:	490px;
	height:	415px;
	
	margin-left:	auto;
	margin-right:	auto;
	
	margin-top:		-60px;
	padding-left:	20px;
	padding-bottom:	30px;
}

#skipintro
{
	width:		100%;
	text-align:	right;
	
	font-size:	16px;
	
	padding-bottom:	30px;
}

#menusource
{
	display:	none;
}