* {
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 14px;
	color: #333;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}



p {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	text-indent: 20pt;
}

h2 {
	color: #900;
	text-decoration: underline;
	line-height: 50px;
}
h3 {
	color: #900;
	text-decoration: underline;
	line-height: 50px;
	margin-left: 25px;
}
.firstline {
	list-style-type: square;
	list-style-position: inside;
	text-indent: 10px;
	line-height: 25px;
}
.secondline {
	list-style-type: none;
	text-indent: 25px;
}

#siteshadow {
	background-image: url(../images/SiteShadow.png);
	background-repeat: repeat-y;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFF;
}


#wrapper #logo {
	background-color: #FFF;
	height: 150px;
	background-image: url(../images/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#wrapper #navigation {
	height: 30px;
	float: none;
	clear: both;
	padding-right: 20px;
	padding-top: 10px;
	letter-spacing: 1px;
	background-image: url(../images/navibarBg.png);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}


#wrapper #headerImg {
	height: 235px;
	background-color: #FFF;
	text-align: right;
}

#wrapper #bodyArea {


}
#wrapper #bodyArea #content {
	font-size: 24pt;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
}


#wrapper #bodyArea #left {
	float: left;
	width: 463px;
	margin-left: 5px;
	padding-left: 20px;
}
#wrapper #bodyArea #right {
	width: 500px;
	float: right;
	background-color: #999;
	padding-left: 5px;
	margin-left: 5px;
	padding-bottom: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
}
#wrapper #bodyArea div table     {
	font-size: 24px;
	text-align: center;
}

#wrapper #bodyArea #contact_info  {
	margin-left: 50px;
}
#wrapper #bodyArea #construction  {
	font-size: 24px;
	text-align: center;
	height: 100px;
	margin-top: 100px;
}
#wrapper #bodyArea #concessionStands  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

#standButton li {
	float: left;
	margin-left: 75px;
	margin-bottom: 10px;
	list-style-type: none;
}
#wrapper #footer {
	height: 30px;
	float: none;
	clear: both;
	padding-right: 20px;
	padding-top: 10px;
	letter-spacing: 1px;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	text-align: center;
	margin-top: 20px;
}
img {
	border:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adminArea {
	margin-left: 20px;
}
