/* CSS Document
 Basic layout .CSS document */

body{
	background: #000000;
	margin: 0 0 0 0;
}

#main{
	width: 770px;
	margin: 0 auto;
}

#content{
/* This is a temporary color for positioning
	background-color:#666666; */
}

#navColumn{
/* This is a temporary color for positioning
	background-color:#999999; */
	width:215px;
	float:left;
	height: 200px;
	background: #000000 url(../images/header_bottom.jpg); /*top left no-repeat fixed;*/
	background-repeat:no-repeat;
}

#leftColumn{
/* This is a temporary color for positioning */
/*	background-color:#CCCCCC; */
	float:left;
	width:345px;
	padding-right:10px;
/*	margin-left:-150px;
	margin-right:300px; */
}

#leftColumn2{
/* This is a temporary color for positioning */
/*	background-color:#CCCCCC; */
	float:left;
	width:555px;
/*	padding-right:10px;
	margin-left:-150px;
	margin-right:300px; */
}

#leftColumn3{
/* This is a temporary color for positioning */
/*	background-color:#CCCCCC; */
	float:left;
	width:505px;
	margin-left:50px;
/*	padding-right:10px;
	margin-right:300px; */
}

#rightColumn{
/* This is a temporary color for positioning
	background-color:#efefef; */
	width:200px;
	float:right;
}

#header{
/* This is a temporary color for positioning
	background-color:#CC6600; */
	background: #000000 url(../images/header_top.jpg) top center no-repeat fixed;
	height:176px;
}

#dateTable{
	margin-top:30px;
}

/*** Side Navigation ***/
#navContainer { width: 210px; }

#navContainer ul{
	margin-left: 25px;
	margin-top:30px;
	padding-left: 0;
	list-style-type: none;
}

#navContainer a{
	display: block;
	padding: 3px 0px 3px 10px;
	width: 170px;
	background-color: #48536B;
	border-bottom: 1px solid #000000;
}

#navContainer a:link, #navSystem a:visited, #navContainer a:visited{
	color: #EEE;
	text-decoration: none;
}

#navContainer a:hover
{
	background-color: #8D0E16;
	filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
	color: #fff;
}

#albumNav {text-align:center;}

#sponsors {
	width: 170px;
	margin-left:25px;
/*	background-color:#4A7AA2; */
	padding: 5px 5px 3px 5px;
}

/*** Top Nav ***/
#navlist{
	float:right;
	margin-top:152px;
	margin-right:35px;
}

#subNav{
/*	float:right;
	margin-right:15px;
	background-color:#8D0E16;
	margin-top:-10px;
	margin-left:-10px; */
}

#footer{
/* This is a temporary color for positioning */
	background-color:#8D0E16;
	clear:left;
	text-align:center;
	height:40px;
}

#bandTable{
	width:530px;
}

TD.bandTable{
	align:top;
	vertical-align:top;
}

/* Clear the bottom footer of all side columns */
.clear {
    clear:both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding:10;
}

IMG.rightImage {
	border: 2px solid #4A7AA2;
	float:right;
	padding:3px;
}

IMG.leftImage  {
	border: 2px solid #4A7AA2;
	float:left;
	padding-right:3px;
	margin-right:3px;
}

#wallpaper {
	margin-right:300px;
	margin-bottom:70px;
	}

.calendarRow {
	border-bottom: 1px solid #212121;
}
#downloadPush {
	margin-top:-15px;
}

#emailSignupBox {
	border:#efefef thin dashed;
	padding:10px;
	margin:10px;
}