/*	ALGEMEEN */
*
{
	padding: 0;
	margin: 0;
	font-family: arial;
}
body
{
	background-image: url("../images/contentbackground.jpg");
	height: 100%;
}
#supercontainer
{
	min-width: 853px;
}

/*	HEADER */
#header
{	
	padding-top: 0px;
	background-color: white;
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 853px;
	height: 193px;
	background-image: url("../images/header.jpg");
}

/*	MENU */
#menu
{
	padding-top: 10px;
	background-color: white;
	background-position: 0px 10px;
	background-repeat: repeat-x;
	height: 29px;
	font-size: 12pt;
	width: 100%;
	min-width: 853px;
	background-image: url("../images/menu-bg.jpg");
}
#breadcrumbs
{
	height: 25px;
	margin-left: 62px;
	width: 300px;
	line-height: 25px;
	font-size: 10pt;
	color: #999999;
	border-bottom: 1px solid #e3e3e3;
}
#breadcrumbs a
{
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	text-decoration: underline;
}
#menushadow
{
	position: absolute;
	z-index: 2;
	width: 100%;
	min-width: 853px;
	background-image: url("../images/menushadow.png");
	height: 4px;
}

/*	CONTENT */
#container
{
	position: relative;
	z-index: 1;
	width: 844px;
	margin: auto;
	background-color: white;
	font-size: 11pt;
}
#shadowleft
{
	position: absolute;
	left: -4px;
	background-image: url("../images/containershadowleft.png");
	height: 100%;
	width: 4px;
}
#shadowright
{
	position: absolute;
	right: -4px;
	float: right;
	background-image: url("../images/containershadowright.png");
	height: 100%;
	width: 4px;
}
.ClearDiv
{
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
#innercontent 
{
	margin-left: 62px;
	margin-right: 62px;
	margin-top: 20px;
}
#innercontent p
{
	line-height: 16pt;
}
/*	FOOTER */
#footer
{
	height: 75px;
	background-image: url("../images/footer-bg.jpg");
	color: white;
	text-align: center;
	line-height: 75px;
	font-size: 10pt;
}
#footershadow
{
	position: absolute;
	height: 21px;
	width: 100%;
	background-image: url("../images/footerglow.png");
}
#footer a
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/*	SEARCH LINKS */
#searchlinks
{
	position: relative;
	text-align: center;
	z-index: 5;
}
#searchlinks a
{

}
