@charset "UTF-8";
body {
	background: #FFFFFF url('images/pattern.jpg');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:100%; font-family:Verdana, Arial, Helvetica, sans-serif
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 650px;
	background: #FFFFFF url('images/decoWebsite.jpg') no-repeat;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:0px
}
.oneColFixCtrHdr #container #mainContent {
	height: 650px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	xborder: 1px solid red;
}

.oneColFixCtrHdr #container a#title {
	background: transparent;
	display: block;
	position: relative;
	margin: 0;
	top: 58px;
	left: 284px;
	width: 333px;
	height: 100px;
	text-indent: -999em; 
	xborder: yellow 1px solid;
}

.oneColFixCtrHdr #container a#home {
	background: url('images/home.jpg') no-repeat;
	/*float:left;*/
	display: block;
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#home:hover {
	background-position: bottom;
}

.oneColFixCtrHdr #container a#event_info {
	background: url('images/event_info.jpg') no-repeat;
	/*float: left;*/
	display: block; 
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#event_info:hover {
	background-position: bottom;
}

.oneColFixCtrHdr #container a#committee {
	background: url('images/committee.jpg') no-repeat;
/*	float: left;*/
	display: block; 
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#committee:hover {
	background-position: bottom;
}

.oneColFixCtrHdr #container a#buy_tickets {
	background: url('images/buy_tickets.jpg') no-repeat;
	/*float: left;*/
	display: block;
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#buy_tickets:hover {
	background-position: bottom;
}

.oneColFixCtrHdr #container a#directions {
	background: url('images/directions.jpg') no-repeat;
	/*float: left;*/
	display: block;
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#directions:hover {
	background-position: bottom;
}


.oneColFixCtrHdr #container a#contact {
	background: url('images/contact.jpg') no-repeat;
	/*float: left;*/
	display: block;
	position: relative;
	margin: 0;
	top: 240px;
	left: 40px;
	width: 240px;
	height: 45px;
	text-indent: -999em; 
	xborder: yellow 1px solid
}

.oneColFixCtrHdr #container a#contact:hover {
	background-position: bottom;
}


.oneColFixCtrHdr #container #textbox  {
	background: transparent;
	BACKGROUND-COLOR: #FFFFFF;
	filter:alpha(opacity=60);
	display: block;
	position: relative;
	width: 400px;
	height: 300px;
	top: -150px;
	left: 300px;
	text-align:center;
	xborder: 1px solid yellow;
}

.oneColFixCtrHdr #container #textbox h1 {
	font-size: 16px;
}


.oneColFixCtrHdr #container #textbox p {
	font-size: 14px;
}

.oneColFixCtrHdr #container #textbox a:link, .oneColFixCtrHdr #container #textbox a:visited {
  color: #397182;
  text-decoration: none;
  }

.oneColFixCtrHdr #footer {
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	xborder: 1px solid red;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
  color: #397182;
  text-decoration: none;
  }

.oneColFixCtrHdr #footer p#fineprint {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #555555;
	font-size: 10px;
}

.clear {
	clear: both;
}