body {
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #252525;
	padding: 0;
	color: #FFCC99;

}
img {
	border: none;
	left: 200px;

}

/* dock - top */
.dock {
	position: absolute;
	height: 50px;
	text-align: center;
	top: 75px;
	z-index: 3;



}
.dock-container {
	position: static;
	height: 50px;
	z-index: auto;


}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFCC99;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index: auto;

}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #FFCC99; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.header {
	position: relative;
	height: 160px;
	background-image: url(images/headerbackground.png);
	background-repeat: no-repeat;
	z-index: auto;
	width: 832px;
	float: left;
}
.mainPanel {
	position: absolute;
	background-image: url(images/main_background_panel.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	top: 100px;
	float: none;
	height: 563px;
	width: 832px;
}

.website {
	padding: 0;
	margin: 20;
	position: relative;
	height: 800px;
	width: 832px;
	text-align: left;

}

.clear{
		clear:both;
	}
.text {
	padding: 0;
	color: #FFCC99;
	text-align: left;
	z-index: 10;
	font-family: Vogue;
	font-size: 15px;
	line-height: 18px;


}
.textHeading {
	padding: 0;
	color: #FFCC99;
	text-align: left;
	width: 500px;
	z-index: 10;
	position: absolute;
	top: 90px;
	font-family: Vogue;
	font-size: 30px;
	vertical-align: baseline;
	clear: both;


}
.mainPanel2 {

	position: absolute;
	background-image: url(images/main_background_panel2.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	top: 100px;
	float: none;
	height: 563px;
	width: 832px;
}
.subHeading {

	padding: 0;
	color: #FFCC99;
	text-align: left;
	width: 500px;
	z-index: 10;
	position: absolute;
	top: 90px;
	font-family: Vogue;
	font-size: 22px;
	vertical-align: baseline;
	clear: both;
}
a.text:link {
	padding: 0;
	color: #FFCC99;
	text-align: left;
	z-index: 20;
	font-family: Vogue;
	font-size: 15px;
	line-height: 18px;


}
a.text:hover {
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	z-index: 20;
	font-family: Vogue;
	font-size: 15px;
	line-height: 18px;
	background-color: #996633;

}

