﻿#wrapper {
	position:relative;
	width: 900px;
	overflow: visible;
	height: 1233px;
	top: -10;
	background-color: #10113B;
	border: thin outset #A8A8A8;
	margin-top: -10;
	margin-right: auto;
	margin-bottom: -10;
	margin-left: auto;
	background-repeat: repeat-y;
		}

#button {
	width: 900px;
	height: 26px;
	top: 0;
	background-color: #F8F8F8;
	position: relative;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C4C3C8;
	border-right-color: #C4C3C8;
	border-bottom-color: #C4C3C8;
	border-left-color: #C4C3C8;
	left: 0px;
	padding: -1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#banner {
	width: 900px;
	height: 140px;
	background-color:#333333;
	position: relative;
}

.sidebar {
	
	height: 921px;
	width: 243px;
	float: right;
	position: absolute;
	top: 164px;
	overflow: hidden;
	padding: 3px;
	margin-top: -5px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	visibility: visible;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	left: 650px;
	}

.content {
	
	background-color:#A4A4A4;
	height: 904px;
	width: 635px;
	float: left;
	position: relative;
	padding: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	
	}
borderleft {
	border: thin solid #333333;
	background-color: #999999;
	padding: 1px;
}


#contact {
	
	background-color:#BDBDBD;
	height: 264px;
	width: 235px;
	float: none;
	position: absolute;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	word-spacing: 0px;
	right: 20px;
	left: 7px;
	top: 2px;
	font-size: 12px;
	font-style: normal;
	border: 0px none #0033CC;
	}






.footer {
	width: 880px;
	height: 103px;
	background-color:#10113B;
	padding: 10px;
	margin: 0px;
	position: relative;
	float: left;
	color: #E6D503;
		}
	

