* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #696969;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #header_banner {
	height: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #siderbar_left {
	background-color: #333;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}
.maincopy {
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.heading {
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #B7000A;
}
a {
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	color: #B7000A;
	text-decoration: none;
}
#wrapper #mainContent {
	background-color: #696969;
	float: right;
	width: 550px;
}
#wrapper #footer {
	clear: both;
}
#wrapper #mainContent p {
	margin: 20px;
}
#wrapper #footer_left {
	background-color: #333;
	width: 380px;
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#wrapper #footer_right {
	background-color: #333;
	width: 380px;
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#wrapper #copyright_info {
	font-family: "Futura Medium", Georgia, Helvetica, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	clear: both;
	background-color: #333;
}
#wrapper #followMe img {
	clear: both;
	padding-left: 2px;
	margin-left: 7px;
}

