@charset "UTF-8";
/* Beta Iota */

body {
	background-color: #AC8E65;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat:repeat-y;
	text-align: center;
}

#header {
	background-image: url(../images/header.jpg);
	height: 178px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	min-height: 25px;
	padding-top: 145px;
}

.a_nav {
	font-family: Garamond;
	color: #FFFDD2;
	font-size: 14px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

.a_nav:hover {
	text-decoration: overline underline;
}

#content {
	width: 770px;
	min-height: 300px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content_text {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

#footer {
	background-color: #000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;

	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#footer_nav {
	min-height: 25px;
	padding-top: 200px;
}

.f_nav {
	font-family: Garamond;
	color: #FFFDD2;
	font-size: 10px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

.f_nav:hover {
	text-decoration: underline;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

UL.tabNavigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	color: #000;
	text-decoration: none;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

UL.tabNavigation LI A.selected {
	text-decoration: underline;
	font-weight: bold;
}

UL.tabNavigation LI A:hover {
	font-style: italic;
}

a {
	color: #000;
}

#flashcontent {
	height: 500px;
	width: 750px;
}

.videos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
