/*** OVERIGE ***/

/* set to lower number than suckerfish menu "#nav" */
#flashContent {
  z-index: -1;
}

/*** DIV OVERLAYS ***/

div#stickerholder{
	position:relative;
	width:175px;
	height: 175px;
	z-index: 999;
}

div#sticker{
	position:absolute;
	left:-60px;
	top:-500px;
}


/*** LAYOUT ***/

#wrapper {
	overflow:visible;
	visibility:visible;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


/*header*/
#header{
	postion: relative;
	width: 980px;
	height: 100px;
	clear: both;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

#logo{
	postion: relative;
	background-image: url(images/logo.png);
	width: 350px;
	height: 100px;
	float: left;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

#navcontainer{
	postion: relative;
	width: 630px;
	height: 20px;
	float: right;
	padding: 80px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}


/*banner*/
#banner{
	postion: relative;
	width: 980px;
	height: 200px;
	clear: both;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}


/*content*/
#content{
	postion: relative;
	font-size: 12px;
	width: 940px;
	height: 100%;
	clear: both;
	padding: 0px 0px 20px 0px; /* top right bottom left */
	margin: 0px 20px 0px 20px;
}

#main{
	postion: relative;
	font-size: 12px;
	width: 600px; 
	height: 100%;
	float: left;
	padding: 0px 40px 0px 0px; /* top right bottom left */
	margin: 0px 0px 20px 0px;
}

#div_horizontal{
	position: relative;
	background: url(images/div-horizontal.gif) no-repeat center;
	width: 980px;
	height: 10px;
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px; 
}

#div_vertical{
	position: relative;
	background: url(images/div-vertical.gif) repeat-y center top;
	width: 2px;
	height: 460px;
	float: left;
	padding: 0px 9px 0px 9px; 
}

#sub{
	postion: relative;
	width: 280px;
	height: 100%;
	min-height: 475px;
	float: left;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

/*content*/
#footer{
	postion: relative;
	width: 980px;
	height: 30px;
	clear: both;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

#copyright{
	postion: relative;
	width: 800px;
	height: 30px;
	float: left;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

#footermenu{
	postion: relative;
	width: 180px;
	height: 30px;
	float: left;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}
