* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#FFF;
}

body {
	background-color:#ba0204;
	background-image:url(assets/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

a {
	color:#4e78a1;
}
a:hover {
	color:#4e78a1;
}
a:visited {
	color:#4e78a1;
}



div#MainWrapper {
 	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}


* html .ie6hack{
	margin-left:-3px;
	margin-right:-3px;
}


div#MastHead {
	width:700px;
	height:133px;
}

div#Logo {
	width:120px;
	height:133px;
	float:left;
}

div#MainMenuWrapper {
	width:580px;
	height:133px;
	float:left;
}
div#HeaderFiller {
	width:580px;
	height:100px;
}



/*******  MAIN NAVIGATION *******/
#MainMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:580px; /*set 1px shorer thant the total master container width due to the 1px boarder edge */
	height:33px;
	position:relative;
}

#MainMenu ul li{
	float:left;
}

#MainMenu ul a {
	display:block;
	float:left;
	padding:0 0.8em;
	line-height:2.4em;
	text-decoration:none;
	color:#000;
	font-weight: bold;
	font-size: 1.1em;
}


#MainMenu ul a:hover {
	color:#000;
	background: #4e78a1;
	height:33px;
}

/* sets the [CURRENT PAGE] state of top navigation */
/* these are set in the BODY tag of any page you wish to highlight a top nav items */

#home #MainMenu .home a,
#events #MainMenu .events a,
#gallery #MainMenu .team a,
#media #MainMenu .media a,
#links #MainMenu .links a,
#about_us #MainMenu .about_us a,
#contact_us #MainMenu .contact_us a
{
	color:#000;
	background: #4e78a1;
	height:33px;
}

/******* END MAIN NAVIGATION *******/







div#BodyWrapper {
	position:relative;
	width:640px;
	margin-left:50px;
	margin-top:30px;
	margin-right:10px;
	text-align:left;
}



/****************************************
  HOME PAGE STYLES
 ****************************************/
#PageBody {
	width:640px;
	float:left;
}

#PageBody p{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
}

#PageBody h1{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:28px;
	text-align:left;
	color:#CF3;
	margin-top:10px;
}

#PageBody li{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	text-align:left;
	margin-top:6px;
	margin-left:25px;
}



div#Footer{
	position:relative;
	width:800px;
	height:107px;
	text-align:left;
}











.txtBox {
	font:Arial, Helvetica, sans-serif;
	color:#201f1d;
	letter-spacing:0.02em;
	border-left:1px solid #d6c791;
	border-top:1px solid #d6c791;
	font-size:11px;
	background:#ffffff;
	height:22px;
}
.btn{
	background-color:#ba0204;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	color:#000;
	cursor:pointer;
}

form, select, input {
	display:inline;
}
