@charset "utf-8";
body {
	margin: 0px;
	background-color: #cccccc;
}
#outline {
	height: 1000px;
	width: 1082px;
	margin-right: auto;
	margin-left: auto;
	background-color: #083291;
	float: none;
}
#center {
	float: left;
	height: 1000px;
	width: 1014px;
}

#left_bar {
	height: 1000px;
	width: 33px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/left_bar.png);
}
#right_bar {
	float: right;
	height: 1000px;
	width: 33px;
	background-image: url(../images/right_bar.png);
}

#top {
	height: 200px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_back.png);
	background-color: #083291;
	float: left;
}
#logo_1 {
	float: left;
	height: 200px;
	width: 200px;
}
#header {
	height: 200px;
	width: 614px;
	float: left;
	color: #FFF;
}
#logo_2 {
	float: right;
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: right;
}

#mid {
	height: 770px;
	width: 1014px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content%20top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #083291;
	float: left;
}
#buttons {
	float: left;
	height: 750px;
	width: 200px;
	color: #FFF;
	padding-top: 20px;
}
#content {
	float: right;
	height: 665px;
	width: 600px;
	color: #000;
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-right: 80px;
	padding-left: 134px;
	background-image: url(../images/scroll%20back.png);
	background-position: bottom;
	font-size: 22px;
	font-weight: bold;
	text-indent: 25px;
}
#bot {
	height: 27px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	float: left;
	background-image: url(../images/Footer%20Back.png);
	padding-top: 3px;
	text-align: center;
}
