@charset "utf-8";
/* CSS Document */

body
{
	margin:auto;
	background:url('images/browser-bg.png') repeat-x;
	background-color:#122b3d;
}

#footerinfo a
{
	color:white;	
}

#mainText a
{
	color:#122b3d;
}

#mainText a:hover
{
	color:#8db3d2;
}

#footerinfo a:hover
{
	color:#8db3d2;
}

#container
{
	width:750px;
	height:812px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:white;
}

#leftcontent
{
	width:4px;
	min-height:700px;
	position:relative;
	float:left;
	background:url('images/left-content-bg.png') repeat-x;
}

#content
{
	width:740px;
	min-height:745px;
	position:relative;
	float:left;
	background:url('images/content-bg.png') repeat-x;
}

#footerinfo
{
	width:748px;
	min-height:70px;
	position:absolute;
	float:left;
	border:0px solid white;
	background:url('images/footerinfo-bg.png') repeat-x;
	bottom:1px;
	margin-left:1px;
}

#buttonContainer
{
	width:720px;
	height:420px;
	top:30px;
	position:relative;
	margin-left:10px;
	border:0px solid white;
}

#content p
{
	font-family:Tahoma;
	font-size:0.9em;
	text-align:center;
	color:white;
	margin-left:25px;
	margin-right:25px;
	margin-top:0px;
	font-weight:bold;
}

#mainText
{
	width:700px;
	position:relative;
	margin-left:25px;
	margin-right:25px;
}

#mainText p
{
	font-family:Tahoma;
	font-size:0.9em;
	text-align:center;
	color:#122b3d;
	margin-left:25px;
	margin-right:25px;
	margin-top:0px;
	font-weight:bold;
}

#rightcontent
{
	width:4px;
	min-height:700px;
	position:relative;
	float:left;
	border:0px solid white;
	background:url('images/right-content-bg.png') repeat-x;
}

#footerinfo p
{
	font-family:'Trebuchet MS';
	font-size:0.8em;
	text-align:center;
	color:white;
	margin:5px;
	padding-top:5px;
}

#footerinfo p.contact
{
	font-family:'Trebuchet MS';
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color:white;	
}

.footerInfoText
{
	width:390px;
	height:60px;
	float:left;
	position:relative;
	border:0px solid yellow;
}

img.centerImage
{
	display:block;
	margin-left:auto;
	margin-right:auto;	
}

img.footballPage
{
	display:block;
	right:0px;
	bottom:0px;
	position:absolute;
}

img.sideNav
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	margin:4px 2px 2px 5px;
}

#football
{
	width:248px;
	height:350px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:relative;
	top:0px;
	border:0px solid black;
	float:left;
	background:transparent url("images/football-button.png") 0 0 no-repeat;
	margin-left:50px;
}

#football:hover
{
	background-position:0 -350px;
}

#concerts
{
	width:290px;
	height:350px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:relative;
	top:0px;
	border:0px solid black;
	float:left;
	background:transparent url("images/concerts-button.png") 0 0 no-repeat;
	margin-left:80px;
}

#concerts:hover
{
	background-position:0 -350px;
}

#back
{
	width:124px;
	height:52px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:absolute;
	left:20px;
	bottom:20px;
	border:0px solid black;
	background:transparent url("images/back.png") 0 0 no-repeat;
}

#back:hover
{
	background-position:0 -52px;
}

img.backButton
{
	display:block;
	left:20px;
	bottom:20px;
	position:absolute;
	border:0px;
}

#sideNav
{
	padding:0px 0px 5px 0px;
	width:160px;
	height:144px;
	float:right;
	position:relative;
	border:0px solid white;
	background:transparent url("images/sidenav-large3.png") 0 0 no-repeat;
}

#sideNavNarrow
{
	width:174px;
	height:83px;
	float:left;
	position:relative;
	border:0px solid white;
	background:transparent url("images/sidenav-small2.png") 0 0 no-repeat;
}

.footerImageLeft
{
	display:block;
	width:170px;
	height:60px;
	float:left;
	position:relative;
	border:0px solid white;
	padding:5px 0px 0px 10px;
}

.footerImageRight
{
	display:block;
	width:125px;
	height:60px;
	float:right;
	position:relative;
	border:0px solid white;
	padding:5px 10px 0px 0px;
	
}