body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #8B2441;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #8B2441;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #8B2441;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #8B2441;
	font-weight: bold;
}
p {						/*------- Paragraph text style -------*/
	font-size: smaller;
	color: #8B2441;
	text-align: justify;
	margin: 0px;
	padding: 0px 20px 12px 10px;
}
p.bold {				/*------- Paragraph bold label --------*/
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
h3 {					/*------- Paragraph headings --------*/
	font-size: smaller;
	font-weight: bold;
	color: #8B2441;
	text-align: left;
	margin: 7px 0px;
	padding-left: 10px;
	padding-right: 20px;
}
.title {				/*------- Page title -----------*/
	color: #A29060;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
}
img {
	border: 1px solid #8B2441;
}
img.header {
	border: none;
}
img.dots_break {
	border: none;
	text-align: center;
}
img.arrow {
	border: none;
	margin: 0px;
	padding-left: 15px;
	padding-right: 5px;
}
img.imageLeft {
	float: left;
	margin: 10px 12px 10px 10px;
}
img.imageRight {
	float: right;
	margin: 10px 20px 10px 12px;
}
img.single {
	margin-bottom: 10px;
}
#plan_table {
	width: 619px;
	text-align: center;
	padding-bottom: 20px;
}
table#plans {
	text-align: center;
	font-size: smaller;
	color: #8B2441;
}
table#plans td {
	padding: 3px 20px;
}
/*----------------------------------------------- Page sections ------------------------*/
#wrapper {
	width: 800px;
	margin: 1px auto;
	padding: 0px;
}
#header {
	height: 325px;
	background-color: #EEDBDF;
	background-image: url(images/header_1.jpg);
}
#content_container {
	background-color: #EEDBDF;
	background: url(images/content_container.jpg) repeat-y;
}
	#sideNav {
		float: left;
		width: 171px;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
		#sideNav ul {
			list-style-type: none;
			margin: 0px 0px 12px;
			padding: 0px;
		}
		#sideNav li {
			margin: 0px;
			padding: 0px;
		}
		#sideNav a {
			display: block;
			height: 27px;
			color: #A29060;
		}
		#sideNav span {
			display: none;
		}
/*-------------- button background images ------------ */
#sideNav li#home {height: 27px; background: url(images/nav_home.png) no-repeat;}
#sideNav li#facilities {height: 27px; background: url(images/nav_facilities.png) no-repeat;}
#sideNav li#hospitality {height: 27px; background: url(images/nav_corporate.png) no-repeat;}
#sideNav li#stadium {height: 27px; background: url(images/nav_stadium.png) no-repeat;}
#sideNav li#location {height: 27px; background: url(images/nav_location.png) no-repeat;}
#sideNav li#job {height: 27px; background: url(images/nav_job.png) no-repeat;}
#sideNav li#testimonials {height: 27px; background: url(images/nav_testimonials.png) no-repeat;}
#sideNav li#links {height: 27px; background: url(images/nav_links.png) no-repeat;}
#sideNav li#webcam {height: 27px; background: url(images/nav_webcam.png) no-repeat;}
#sideNav li#contact {height: 27px; background: url(images/nav_contact.png) no-repeat;}
/*-------------- button hover images ------------ */
#sideNav li#home a:hover, #sideNav li#home a:active {background: url(images/nav_home_over.png) no-repeat;}
#sideNav li#facilities a:hover, #sideNav li#facilities a:active {background: url(images/nav_facilities_over.png) no-repeat;}
#sideNav li#hospitality a:hover, #sideNav li#hospitality a:active {background: url(images/nav_corporate_over.png) no-repeat;}
#sideNav li#stadium a:hover, #sideNav li#stadium a:active {background: url(images/nav_stadium_over.png) no-repeat;}
#sideNav li#location a:hover, #sideNav li#location a:active {background: url(images/nav_location_over.png) no-repeat;}
#sideNav li#job a:hover, #sideNav li#job a:active {background: url(images/nav_job_over.png) no-repeat;}
#sideNav li#testimonials a:hover, #sideNav li#testimonials a:active {background: url(images/nav_testimonials_over.png) no-repeat;}
#sideNav li#links a:hover, #sideNav li#links a:active {background: url(images/nav_links_over.png) no-repeat;}
#sideNav li#webcam a:hover, #sideNav li#webcam a:active {background: url(images/nav_webcam_over.png) no-repeat;}
#sideNav li#contact a:hover, #sideNav li#contact a:active {background: url(images/nav_contact_over.png) no-repeat;}

	#content {
		margin-left: 171px; /* 629px wide */
		background: url(images/content.jpg) top right no-repeat;
	}
		#header_bottom {
			height: 54px;
			background-image: url(images/header_bottom.jpg);
		}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer {
	height: 20px;
	background: url(images/footer.gif) no-repeat;
	font-size: xx-small;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul a {
	margin: 0px;
	padding: 0px 10px;
}
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #8B2441;
	font-weight: bold;
	margin: 0px;
}
#copyright {
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px 0px;
}
#copyright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: normal;
	margin: 0px;
}
#leftSide_text {
	float: left;
	width: 50%;
	text-align: left;
}
#rightSide_text {
	text-align: right;
}
#copyright img {
	border: none;
	padding-top: 5px;
}
