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

body {
	margin: 15px 0px 0px 0px;
	padding: 0;
	font: 14px/normal "Century Gothic", Arial, "Trebuchet MS", sans-serif;
	color: #fff;
	background-color: #000000;
}

#clear {
	clear: both;
}

.ContentWrapper {
	margin: 0px auto;
	width: 955px;
}

#TopHeader {
	height: 100px;
	margin: 0px auto;
	text-align: left;
	width: 955px;
}


#Middle {
	margin: 5px 5px 5px 5px;
}

#FlashIcon {
	float: right;
	width: 135px;
	padding: 5px 5px 5px 5px;
}

#Copyright {
	border-top: #fff 2px solid;
	font-size: 11px;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 945px;
}

#Copyright a:link, a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#Copyright a:hover {
	color: #FF0;
	text-decoration: underline;
	font-weight: bold;
}

.left_body {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

.center_body {
	width: 300px;
	margin-left: 305px;
	margin-top: 5px;
}

.right_body {
	width: 300px;
	float: right;
	position:relative;
	margin-top: 5px;
}

.smtext {
	font: 10px/normal "Century Gothic", Arial, "Trebuchet MS", sans-serif;
}

.smtext a:link, .smtext a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.smtext a:hover {
	color: #FF0;
	text-decoration: underline;
	font-weight: bold;
}