/*Union Square Stylesheet 1.0*/
/*Date: June 2nd, 2008*/
/*Author: Ryan Dougher*/

html {
	height:100%;
}

body {
	background: url('../images/rightcolumn.jpg') repeat-x bottom center scroll;
	margin:0; 
	padding:0; 
	height:100%;
	background-color:#ffffff;
	font-family:arial, serif;
}

#wrap {
	background:url(../images/sidebar.jpg) top left repeat-y;
	min-height:100%;
	margin:auto;

}

* html #wrap {
	height:100%
}

#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #660000;
	margin:0; 
	padding:0;
	height: 235px;
}

#footer {
	width: 800px;
	margin: 0px 360px;
}

p {
	margin:5px;
	padding:0;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	width: 90%;
}

a p{
	color: #660000;
}

.p {
	margin:5px;
	padding:0;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	width: 96%;
}

.ul {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}

a {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 10px solid #CCCCCC;
}

h1 {
	position:relative;
	line-height:80px;
	margin:0; 
	padding-left:20px;
}

h2 {
	font-family: century gothic, verdana;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-family: verdana;
	color: #CCCCCC;
	font-size: 10px;
}

h4 {
	font-family: verdana;
	color: #660000;
	font-size: 14px;
	text-transform: uppercase;
}

#header a img {
	border-style: none;
}

#header a:visited img {
	border-style: none;
}

#left {
	float:left;
	width:200px;
	text-align:justify;
	margin-top:46px;
	margin-left: 60px;
}

#content {
	width: 625px;
	padding-left:25px;
	padding-right:25px;
	padding-top: 55px;
	padding-bottom:5px;
	text-align:justify;
	margin-top: auto;
	margin-left: 340px;
}

#inner-wrap {
	padding-bottom:200px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

* html #inner-wrap {
	height:1px;
}

#currentphoto{
	position:absolute;
	z-index:1;
	margin-left:35px;
	margin-top:175px;
	border: solid 1px;
	border-color:#333333;
	height: 201px;
}

#upcomingphoto{
	position:absolute;
	z-index:1;
	margin-left:347px;
	margin-top:175px;
	border: solid 1px;
	border-color:#333333;
	height: 201px;
}

#navigation {
	margin-left: 372px;
	position: absolute;
	z-index: 3;
	margin-bottom: 0px;
	margin-top: 45px;
}

#navigation ul {
	font-family: verdana;
	font-size: 11px;
	list-style: none;
	clear: both;
	width: 100%;
	line-height: 14px;
}

#navigation ul a {
	color: #CCCCCC;
	text-decoration: none;
}

#navigation ul a:hover {
	text-decoration: underline;
}

.spacer{
	height:120px;
}
s