@charset "utf-8";

html, body {
	margin: 0px;
	background-color: #eaeaea;
	width: 100%;
	height: 100%;
}
img { border: none; 
}


.wrapper {
	width: 100%;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box {
	height: auto;
	width: 100%;
	margin: auto;
}
.HeaderBG {
	background-image: url(BG_Top.jpg);
	height: 81px;
	width: 100%;
}
.Header {
	height: 81px;
	width: 807px;
	margin: auto;
}
.Splash {
	height: 210px;
	width: 807px;
	margin: auto;
}
.ContentBG {
	margin: auto;
	height: auto;
	width: 807px;
	position: relative;
	clear: right;
}

.menu {
	background-color: #4d4e48;
	height: auto;
	width: 241px;
	margin: auto;
	float: left;
	z-index: 2;
}
.Content {
	background-image: url(BG_Content.jpg);
	height: auto;
	width: 566px;
	margin: auto;
	float: right;
	z-index: 3;
}
.Text_Wrapper {
	height: auto;
	width: 530px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 15px;
	text-align: left;
}
.footer {
	background-color: #666666;
	height: 50px;
	position: fixed;
}
.logos {
	width: 241px;
	margin: auto;
	float: left;
}



.Text_Header {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bolder;
	color: #FEC01F;
	text-align: left;
}
.Text_Subheader {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #58925F;
	text-align: left;
}
.Text_Normal {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4C4D47;
	text-align: left;
}
.Text_Table {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4C4D47;
	text-align: left;
}
.Text_Normal_List {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #707168;
	list-style-type: lower-roman;
	text-align: justify;
}
.sponsorship {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #874434;
}
.Text_HotelTitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-align: left;
}
