html, body {

	background-color: #5c6421;

 	margin: 0;

  	padding: 0;

 	text-align: center;

	background-image: url(/images/structure/background.png);
	background-repeat: repeat-x;
	
	height: auto;

} 

 

#container {

	position: relative;

	width: 790px;

	text-align: center;

	margin-left: auto;

	margin-right: auto;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-style: normal;

	color: #000;

} 

 

#header {

 	position: relative; 

 	height: 164px;

	width: 767px;

	margin-top: 30px;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

} 



#headerlogo {

	position: absolute;

	width: 353px;

	height: 212px;

	left: 15px;

	top: -25px;

	z-index: 13;

}



#headerimage {

	position: absolute;

	left: 395px;

	top: 5px;

	z-index: 3;

	

}	



#wrapper {

 	position: relative; 

	width: 790px;

	background-image: url(/images/structure/wrapper.gif);

	background-repeat: repeat-y;

	overflow: auto;

} 



#nav {

	position: absolute;

	width: 173px;

	height: 451px;

	left: -24px;

	top: 180px;

	background-image:url(/images/structure/navarea.png);

	background-repeat: no-repeat;

	text-align: left;

}



#nav .text {

	padding-left: 10px;	

}



#nav a {

	color: #000;

	font-family: Arial, Helvetica, sans-serif;

	text-align: left;

	font-size: 12px;

	text-decoration: none;

	font-weight: bold;

}



#nav a:link {

	color: #000;

}



#nav a:visited {

	color: #000;

}



#nav a:hover {

	color: #670128;

}



#mainstreetlogo {

	position: absolute;

	left: 30px;

	top: 360px;	

}





#content {

	float: right;

	width: 590px;

	background-color: White;

	margin-top: 20px;

	margin-bottom: 10px;

	margin-right: 10px;
	min-height: 600px;

}



#footer_top {

	background-image: url(/images/structure/footer.png);

	background-repeat: repeat-x;

	margin-top: -10px;

	height: 20px;

	width: 100%;

	position: relative;

}

#footer{

	position: relative;

	text-align: center;

	font-size: 8pt;

	width: 100%;

	/*min-width: 1100px;*/

	height: 134px;

	background-color: #000;

}







/*Simple styles for clients to use sizes and colors etc.*/



a:link {

	color: #670128;

	text-decoration: underline;

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

}



a:visited {

	color: #670128;

	text-decoration: underline;

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

}



a:hover {

	color: #670128;

	text-decoration: none;

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

}



.maintext, a {

	color: #000;

	text-align: left;

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

}





.footertext, a {

	color: #EEE;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: center;

	text-decoration: none;

}



.footertext a:link {

	color: #EEE;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: center;

	text-decoration: none;

}



.footertext a:visited {

	color: #EEE;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: center;

	text-decoration: none;

}



.footertext a:hover {

	color: #EEE;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: center;

	text-decoration: none;

}



.navtext {

	 color: #000;

	 font-family: Arial, Helvetica, sans-serif;

	 text-align: left;

	 font-size: 12px;

	 text-decoration: none;

	 font-weight: bold;

}



.smaller {

	font-size: 8px;

}



.small {

	font-size: 10px;

}



.big {

	font-size: 16px;

}



.bigger {

	font-size: 18px;

}



.blue {

	color: #0000a0;

}



.red {

	color: #ff0000;

}



.green {

	color: #008000;

}



.yellow {

	color: #ffff00;

}

h1 {

color: #903d5c;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
border-bottom: 2px solid #903d5c;;

}

h2 {

color: #903d5c;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

hr {
color: #903d5c;
}

/* Other style names that may be used include:



1) horiz-nav - if nav needs to be a horizontile navigation

2) base-nav - if nav needs to be text links near the copyright

3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div

4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)

5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)



*/  



@media print{  /* printer styles */ 

	#nav { /* hide the left column when printing */ 

		display:none;

	} 



	#maincol {

		width:100%;

		float:none;

	}

}

/* Night on the Town Styles */
.confirm_votes_row0 {
     background-color: #F2F2F2;     
}

.confirm_votes_row1 {
     background-color: #D8D8D8;     
}

.not_admin_date_header, .not_admin_order_header, .not_admin_couple_header, .not_admin_votes_header {
     font-weight: bold;
     text-decoration: underline;
}

.not_admin_votes_header {
     width: 10%;     
}

.not_admin_date_header, .not_admin_confirm_header, .not_admin_delete_header {
     width: 12%;     
}

.not_admin_order_header {
     width: 25%;
}

.not_admin_couple_header {
     width: 30%;     
}

.not_admin_votes_header, .votes_data {
     text-align: center; 
}

.confirm_data, .delete_data {
     text-align: center;      
}

