/* Navigational Bar */
#navtable {
	float: left;
	width: 800px;
	font-family: "Century Gothic";
	padding: 1px 0 2px 0;
	background-image: url(../Images/bar-center.png);
}
#navtable a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 0px 15px 0px 15px;
	;
	display: inline;
}
#navtable a:hover {
	color: #F00;
}
#tabwrap {
	text-align: center;
}

#logo {
	padding: 0;
	height: 110px;
	width: 800px;
	float: left;
	background-image: url(../Images/Menu-Bar.jpg);
}
/* Footer */

#footer {
	clear:left;
	margin-top: 6px;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 4px;
	line-height: 1.3em;
	background-color: #000;
	padding-top: 4px;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}
#Bottomtext {
	padding: 1px 1px 5px 5px;
	float: left;
	margin-top: 3px;
	width: 460px;
	font-size: 14px;
	color: #FFF;
	height: auto;
	text-align: right;
}
#BottomtextRight {
	padding: 5px 5px 1px 5px;
	float: left;
	margin-top: 3px;
	width: 200px;
	margin-left: 10px;
	color: #CCC;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	clear: right;
}
#BottomtextWhite {
	font-size: 12px;
	font-style: italic;
	color: #CCC;
	height: auto;
	font-family: "Century Gothic";
}

#SocMediaIcons {
	padding: 1px 1px 1px 1px;
	float: right;
	width: auto;
	margin-left: 3px;
	font-style: italic;
	text-align: right;
}
.box {
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	border: 1px solid;
	border-color: #FFF;
	text-align: center;
}
#HorizBar {
	clear:both;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;

