body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	min-width: 740px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.smallText {
	font-size: 11px;
}

.clearBoth {
	clear: both;
}

b {
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #00BC71;
}

#centeredColumn
{
	width: 740px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 740) / 2 + 'px');
}

.line {
	height: 1px;
	width: 100%;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	clear: both;
	margin: 6px 0 11px 0;
}

#pageHeader {
	font-weight: bold;
	font-size: 15px;
}

/* Head */

#head {
	width: 740px;
	height: 181px;
	display: block;
	background-color: #000;
}

#logo {
	width: 227px;
	height: 181px;
	display: block;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#flashBox {
	width: 513px;
	height: 181px;
	display: block;
	float: left;
}

#flashcontent {
	width: 513px;
	height: 181px;
	display: block;
}

/* Body */

#body1 {
	width: 740px;
	display: table;
	background-image: url(../images/body1.jpg);
	background-repeat: repeat-y;
}

#bodyText {
	padding: 20px 30px 0 30px;
}

#body2 {
	width: 740px;
	height: 20px;
	display: block;
	background-image: url(../images/body2.jpg);
	background-repeat: no-repeat;
}

#boxColumn {
	width: 680px;
	display: table;
}

.leftBox {
	width: 300px;
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.rightBox {
	width: 300px;
	float: left;
	display: block;
	margin: 0 0px 20px 0;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

.boxSpace {
	padding: 6px;
}

.venueContainer {
	width: 340px;
	display: block;
	float: left;
}

.venuePic {
	float: left;
	width: 140px;
}

.venueContent {
	float: left;
	width: 200px;
}

.greenBold {
	font-weight: bold;
	color: #006d39;
}

.redBold {
	font-weight: bold;
	color: #900;
}

.attractionsBox {
	width: 230px;
	height: 272px;
	margin: 0 10px 20px 10px;
	display: block;
	float: left;
	border-color: #;
	border-style: solid;
	border-width: 1px;
}

.attractionsSpace {
	padding: 5px;
}

ul.twoColumnlist {
	margin: 0 0 0 55px;
	padding: 0;
	width: 680px;
	list-style: none;
	text-align: left;
	display: block;
}

ul.twoColumnlist li {
	margin: 0 20px 0 0px;
	padding: 0;
	float: left;
	width: 250px;
	display: block;
}

.adTitle {
	margin: 0 0 0 55px;
	font-weight: bold;
	display: block;
}

/* Footer */

#foot {
	width: 740px;
	text-align: center;
	color: #fff;
}

a.footLinks {
	color: #fff;
	text-decoration: none;
}

a:hover.footLinks {
	color: #00BC71;
}