#wrapper {
	margin: auto;
	height: 560px;
	width: 760px;
	padding: 20px;
	background-image: url(images/background2.jpg);
	border: thick groove #006;
}
#menu {
	float: left;
	width: 510px;
	top: 0px;
	margin-top: 45px;
}
#header {
	width: 100%;
	height: 90px;
}
#logo {
	float: left;
	height: 90px;
	width: 230px;
	margin-right: 20px;
}#main {
	height: 380px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/bg_main.jpg);
}
#footer {
	float: right;
	width: 100%;
	top: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #600;
	height: 30px;
}
.footer_nav {
	width: 170px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
#main_video_border {
	border: medium solid #006;
	padding: 20px;
	height: 266px;
	width: 399px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
}
#main_video {
	height: 266px;
	width: 399px;
}

.footer_nav a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #600;
	text-decoration: underline;
}
.footer_nav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;
	text-decoration: underline;
}
#bounding_box {
	width: 70%;
	height: 350px;
	padding: 5px;
	border: medium solid #006;
	margin-right: auto;
	margin-left: auto;
	margin-top: 47px;
	text-align: left;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006;
	text-indent: 30px;
}
#wrapper #main #bounding_box table {
	margin: auto;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #600;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006;
	text-align: center;
}
.centered_paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006;
	text-align: center;
}
#next_btn {
	width: 125px;
	float: right;
	text-align: right;
}
#previous_btn {
	width: 125px;
	float: left;
	text-align: left;
}
.footer_nav a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;
	text-decoration: underline;
}

