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

#main {
	position: relative;
	background-color: #2D2D2D;
	width: 1010px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #575757;
	clear: both;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#content {
	position: relative; 
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: right;
	padding: 5px;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

a.link span {
	color: #09F;
	width: 500px;
	line-height: 10px;
}

#BottomBar {
	position: absolute;
	background-image: url(../Images/Gradient.png);
	background-repeat: repeat-x;
	width: 1009px;
	height: 20px;
	border: 1px solid #A8B090;
	z-index: 50;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

	

