body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.container {
	background-color: #66CCFF;
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/blue_bear_container.jpg);
	background-repeat: repeat-y;
	background size:cover;
	background-attachment: scroll;
	background-position: center center;
	display: block;
	margin-bottom: 0px;
}
header {
	background-image: url(../images/top_bar_no_type.png);
	height: 200px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
}
footer {
	background-color: #663300;
	height: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center center;
}
.left {
	background-image: none;
	float: left;
	background-repeat: no-repeat;
	width: 250px;
	height: 600px;
}
nav {
	height: 500px;
	width: 250px;
	margin-top: 50px;
}
nav ul {
	display: block;
	padding: 0px;
	height: 100px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
}
nav ul li {
	display: block;
	height: 100px;
	width: 225px;
}
nav ul li a {
	font-family: "Apple Garamond";
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	font-size: xx-large;
	display: block;
	height: 80px;
	width: 250px;
	padding-top: 20px;
}
.middle {
	float: left;
	height: 600px;
	width: 700px;
	background-image: url(../images/flute_diagonal.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.right {
	float: left;
	height: 600px;
	width: 250px;
	background-position: left;
}
.doorstop {
	clear: both;
}
.intro {
	font-family: "Adobe Garamond Pro";
	font-size: 34px;
	font-weight: normal;
	color: #000033;
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 80px;
	float: left;
	padding-left: 30px;
}
.intro_two {
	font-family: "Adobe Garamond Pro";
	font-size: 34px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	text-align: right;
	float: right;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
