/* CSS layout */
body {
	margin-top: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2A3F55;
}

img
{  border-style: none;
}
#outer_container  {
	position:relative;
	width: 990px;
	margin-right: auto;
	margin-left:auto;
	height:auto !important;
	background-image:url(../_images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	z-index: 1

}
	
#container {
	position:relative;
	width: 960px;
	margin-right: auto;
	margin-left:auto;
	height:auto !important;
	background-color:#FFF;
	z-index: 2
	

	
}

#masterhead {
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 85px;
	background-color: #FFF;
	z-index: 20
	
}
#masterhead img {
	padding:0px

}
#masterlogo {
	position:relative;
	top:5px;
	left: 5px;

}
#top_social {
	position: absolute;
	width: 500px;
	height: 50px;
	top: 22px;
	right: 16px;
	z-index: 25
	
}


#top_nav {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 35px;
	z-index: 30

}


#right_col {
	position: relative;
	float: right;
	margin: 0px;
	right: 0px;
	width: 180px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color:#FFF;
	z-index: 29
	
	
}
#page_content {
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 740px;
	height:auto !important;
	overflow: hidden;
	z-index: 28
	
	
}

#page_content li {
	font-size: 14px;
}

#page_content img {
	padding:10px;
}

#topbanner {
	position: relative;
	width:740px;
	height: 200px;
	top: -15px;
	margin-top: 0px;
	left: -25px;
	
}

#footer {
	position: relative;
	clear: both;
	font-size: small;
	font-weight: normal;
	width: 940px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	color:#FFF;
	
}

#floater {
	width: 180px;
	font-size: 12px;
	position: relative;
	margin-top: 10px;
	clear: both;

}

#order {
	position:relative;
	margin: 0px;
	font-size:12px;
	clear:both;
	

}

#order h3{
	font-weight: bold;
	font-size:12px
}

#eventsales {
	position:relative;
	text-align:center;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 200px;
	height: 225px;	
	
}

#eventsales a{
	text-decoration: none;
	color:#1A274D
}
#eventsales img {
	padding: 10px;
	clear:both
}

/*  BEGIN Font/Text Properties */


h1 {
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	margin: 0px
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	font-size: 14px;
}

/*  END Font/Text Properties */

.clear {
	font-size: 1px;
	height: 1px;
	clear:both
} 

