/* ALGEMEEN */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background: #ffcc29 url(../images/bg_main.gif) repeat-x top;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#container
{
	position: relative;
	width: 926px;	
	margin: 0px auto;
	text-align: left;
}

/* TOP */

#top
{
	width: 908px;
	height: 41px;
	padding: 34px 9px 0px 9px;
	background: url(../images/bg_top.gif) no-repeat bottom;
}

#header
{
	width: 908px;
	height: 41px;
	background: url(../images/bg_header.gif) no-repeat top ;
}

#logo
{
	position: absolute;
	top: 6px;
	left: 644px;
	width: 99px;
	heigth: 99px;
	z-index: 100;
}

#secnav
{
	position: absolute;
	top: 34px;
	left: 473px;
	width: 439px;
	height: 36px;
	padding: 5px 5px 0px 0px;
	text-align: right;
	color: #9bc7e9;
}

#logo img
{
	width: 99px;
	height: 99px;
	_behavior: url(../css/iepngfix.htc);
}

/* MIDDLE */

#middlebg
{
	width: 926px;
	background: url(../images/bg_middle_repeat.gif) repeat-y;
}

#middle
{
	width: 908px;
	min-height: 453px;
	padding: 4px 9px 4px 9px;
	background: url(../images/bg_middle.gif) no-repeat;
}

#left
{
	width: 428px;
	margin: 0px 10px 0px 16px;
	_margin: 0px 10px 0px 8px;
	float: left;
}

#right
{
	width: 444px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	float: right;
}

/* BOTTOM */

#bottom
{
	width: 908px;
	height: 24px;
	padding: 0px 9px 14px 9px;
	background: url(../images/bg_bottom.gif) no-repeat top;
}

#footer
{
	width: 908px;
	height: 24px;
	background: url(../images/bg_footer.gif) no-repeat bottom;
}

#slogan
{
	width: 454px;
	height: 24px;
	float: left;
}

#slogan img
{
	width: 346px;
	height: 16px;
	margin: 6px 0px 0px 16px;
}

#footerlinks
{
	width: 444px;
	height: 14px;
	float: right;
	text-align: right;
	padding: 5px 10px 5px 0px;
}

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}