@charset "utf-8";
/* CSS Document */

#container {
	background-color:#FFF;
}
#topcontainer {
	background-color:#FFF;
	position: fixed;
	top: 0px;
	height: 90px;
	z-index:8;
}
#top {
	background-color: #333333;
	position: fixed;
	height: 15px;
	width: auto;
	left: 0px;
	top: 0px;
	z-index: 10;
	right: 0px;
}
#header {
	background-color: #ffffff;
	position: fixed;
	width: auto;
	height: 75;
	left: 25px;
	top: 15px;
	z-index: 11;
}
#navcontainer {
	background-color:#FFF;
	position: fixed;
	top: 90px;
	width: 200px;
	height: auto;
	z-index:8;
}
#fixed {
	position: fixed;
	background-color: #ffffff;
	width: 200px;
	height: auto;
	left: 25px;
	top: 100px;
	z-index: 15;
}
#content {
	position: relative;
	width: 600px;
	height: auto;
	left: 250px;
	top: 105px;
	overflow: visible;
	z-index: 5;
}
#featurepanel {
	position: fixed;
	height: auto;
	width: 200px;
	left: 25px;
	bottom: 75px;
	z-index: 1;
}
#fixed_right {
	position: fixed;
	overflow: visible;
	background-color: #ffffff;
	width: 200px;
	height: auto;
	left: 900px;
	top: 100px
}
#bottom {
	background-color: #ffffff;
	position: fixed;
	height: 30px;
	width: auto;
	left: 0px;
	bottom: 0px;
	z-index: 12;
	right: 0px;
	border-top: none dotted #CCC;
}
#bottom_white {
	background-color: #ffffff;
	position: fixed;
	height: 10px;
	width: auto;
	left: 0px;
	bottom: 30px;
	z-index: 13;
	right: 0px;
	border-bottom: 1px dotted #CCC;
}
#bottom_twitter {
	position: fixed;
	height: 35px;
	width: auto;
	left: 0px;
	bottom: 40px;
	right: 0px;
	z-index: 1;
}
