@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/texture-background.jpg);
	background-repeat: no-repeat;
}
#main_container {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#header {
	height: 125px;
	width: 1000px;
}
#logo {
	background-image: url(images/mtholly_logo.png);
	width: 134px;
	height: 125px;
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
}
#tag_line {
	float: right;
	height: 75px;
	width: 425px;
	margin-bottom: 10px;
	font-family: my_site_font;
	color: #FFF;
}
#nav {
	height: 33px;
	width: 851px;
	float: right;
	background: url(images/second_nav.png);
	font-family: my_site_font;
	vertical-align: middle;
	padding-top: 7px;
}
ul {
	display: inline;
	list-style: none;
}
li {
	display: inline;
	padding-right: 22px;
	font-size: 22px;
	color: #FFF;
	text-shadow: 2px 2px #333;
}
a {
	color: #FFF;
	text-decoration: none;

}
ul li a:hover {
	color: #999;
}
#body_container {
	height: 400px;
	width: 1000px;
}
#img_flipper {
	height: 400px;
	width: 650px;
	float: left; 
}

#vid1 {
	height: 200px;
	width: 350px;
	float: right;
}
#vid2 {
	height: 200px;
	width: 350px;
	float: right;
	background-color: #646;
}
#secondary_nav {
	background: url(images/second_nav.png);
	height: 33px;
	width: 1000px;
	text-align: center;
	padding-top: 7px;
	font-family: my_site_font;
}
#secondary_nav1 {
	background: url(images/second_nav.png);
	height: 33px;
	width: 1000px;
	text-align: center;
	padding-top: 7px;
	font-family: my_site_font;
	clear: both;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#news {
	height: 280px;
	width: 300px;
	background: url(images/news.png);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: my_site_font;
	color: #FFF;
}
#news1 {
	float: left;
	height: 300px;
	width: 330px;
	margin-right: 5px;
}
#misc {
	background: url(images/news.png);
	float: left;
	height: 300px;
	width: 330px;
	margin-right: 5px;
	font-family: my_site_font;
	color: #FFF;
}
#upcomming {
	background: #616;
	float: left;
	height: 300px;
	width: 330px;
}
#footer {
	background: url(images/50_background.png);
	height: 120px;
	width: 1000px;
	padding-top: 1px;
	clear: both;
	text-align: center;
	font-family: my_site_font;
	font-size: 18px;
}
#footer a {
	color: #000;
	font-size: 18px;
	text-shadow: 1px 1px #FFF;
}
#footer a:hover {
	color: #999;
	font-size: 18px;
}
@font-face {
	font-family: my_site_font;
	src: url(fonts/CreativZoo%20V.1.ttf);
}
#space {
	height: 28px;
	width: 330px;
	text-align: center;
}
#left {
	height: 400px;
	width: 650px;
	float: left;
}
#social { 
	height: 25px;
	width: 90px;
	display: inline;
}
#rates {
	height: 1310px;
	width: 650px;
	float: left;
	color: #FFF;
	background: url(images/news.png);
	font-family: my_site_font;
}
#rates_table {
	height: 100%;
	width: 640px;
}
.sectionHeader {
	font-size: 30px;
	margin-top: 20px;
}
.sectionHeader1 {
	font-size: 20px;
	padding-bottom
}
.ratesHeader {
	padding-bottom: 20px;
}
.specialsText {
	font-size: 22px;
	color: #000;
}
.ratesText {
	margin-left: 15px;
	margin-top: 20px;
}
#news2 {
	float: left;
	height: 300px;
	width: 330px;
	margin-left: 20px;
	margin-bottom: 5px
}
#misc1 {
	background: url(images/news.png);
	float: left;
	height: 300px;
	width: 330px;
	margin-left: 20px;
	font-family: my_site_font;
	color: #FFF;
	margin-bottom: 5px
}
#upcomming1 {
	float: left;
	height: 300px;
	width: 330px;
	margin-left: 20px;
}
