@charset "utf-8";
/* CSS Document */

html{
	height:100%;	
}
body{
	margin: 0px;
	height:100%;
}
#pagebackground-top{
	background-image:url(../img/background-top.gif);
	background-repeat:no-repeat;	
	background-position:center top;
	width:100%;
	height:324px;
}
#page{
	position:relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height:100%;
	z-index:3;	
}
#topcolumn{
	position:relative;
	width: 900px;
	height:146px;
}
#bottomcolumn{
	position:relative;
	width: 900px;
}
#layout_logotop{
	position:absolute;
	float:left;
	width:900px;
	height:146px;		
	left:0px;
	top: 0px;
	background-image:url(/img/heading-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#layout_menu{
	position:absolute;
	float:left;
	width:222px;		
	left:0px;
	top: 0px;	
}
#layout_content{
	position:absolute;
	float:left;
	width:662px;		
	left:238px;
	top: 0px;
}
#layout_breadcrumbs{
	position:absolute;
	top:120px;
	right:0px;
}