body {
	background: #C0FEBF url(../gfx/background3.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin: 15px auto 10px auto;
	border: 1px solid #6CB474;
	background-color: #FFF;	
}

#header {
	padding: 0;
	margin: 0;
	height: 50px;
}

#header #logo {
	padding-top: 15px;
	text-align: center;
}

#content {
	margin-top: 5px;
	margin-left: 183px;
	padding: 0 30px 0 0;
	/* border: 1px dotted black; */
}

#content p.header {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#content a {
	color: #8F1313;
}

#leftCol {
	position: absolute;
	top: 85px;
	left: 15px;
	width: 160px;
}

#leftCol a {
	color: #8F1313;	
}	 

#footer {
	text-align: center;
	color: #8F1313;
	background-color: #FFF;
	border-top: 3px solid #8F1313;
	margin: 1em 0 1em 0;
}

#footer p {
	margin-top: 0.5em;
}

#footer strong {
	font-size: 120%;
}

#footer a {
	color: #8F1313;
}

/* Top bar */
#topNavigation { 
  background: #FFF url(../gfx/stripes.gif) top left repeat-x;
  height: 30px;
}
/* End of top bar */

/* leftNavigation  */
#leftNavigation ul { /* Required for Safari */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#leftNavigation ul {
	padding: 0;
	margin: 0;
}

#leftNavigation li, #leftNavigation a, #leftNavigation a:hover {
	width: 140px; /* REQUIRED!!! */
	line-height: normal;
}

#leftNavigation li {
	margin: 0 0 5px 0;
	list-style: none;
}

#leftNavigation a, #leftNavigation li#current {
	border-top: 1px solid #CCC;	
	border-left: 1px solid #CCC;
	border-right: 1px solid #333;		
	border-bottom: 1px solid #333;
	padding: 2px 0 3px 7px; 	
}

#leftNavigation li#current {
	font-weight: bold;
	color: #FFF;
	background-color: #8F1313;
}

#leftNavigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #338A51;
}

#leftNavigation a:hover {
	color: black;
	background-color: #ECC600;
	font-weight: bold;
}

/* End of leftNavigation */

h1 {
	font-size: 200%;	
	color: #8F1313;
	background-color: #FFF;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #8F1313;
	background-color: #FFF;
	margin-bottom: -1em;
}

img.right {
	float: right;
	border: 1px solid #8F1313;
	margin-left: 15px;
}	

#random {
	margin-top: 15px; 
	width: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
}	

#random p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	margin-top: 0.5em;
	color: #8F1313;
	background-color: #FFF;
	line-height: normal;
}	

table#results {
	border-collapse: collapse;
	border: 1px solid #999;
}	

table#results td {
	border: 1px solid #999;
	padding: 2px 5px;	
}	

table#results tr.header {
	font-weight: bold;
	background-color: #DDD;
}	

li {
	margin-bottom: 1em;
}	

div.photo {
	margin-top: 7px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
	font-size: x-small;
	padding-left: 10px;
}	

div.photo img {
	/* border: 1px solid #666; */
	border: 1px solid #8F1313;
}

@media print {

#wrapper {
	position: relative;
	text-align: left;
	width: 650px;
	margin: 0 auto 0 auto;
	border: none;
	background-color: #FFF;	
}

  #leftCol {
    display: none;
  }
  
	#content {
	margin: 0;
	padding: 0;
	}  
  
	#content a {
  	color: black;
  	text-decoration: none;
  }
  
  #footer a {
  	text-decoration: none;  	
  }	
  	
}

table#footertable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}	

table#footertable img {
	border: none;
}	

table#footertable td.side {
	padding-top: 9px;
	width: 25%;
}	

table#footertable td.center {
	width: 50%;	
}	


/* Admin stuff */

body#admin h1 {
	font-size: 150%;
}	

body#admin .uploadFile  {
	background-color: #DDD;	
}	

body#admin #submitButton, body#admin #resetButton {
	color: white;
	font-weight: bold;	
}	

body#admin #submitButton {
	background-color: #666;	
}	

body#admin #resetButton {
	background-color: #C00;		
}	

table#committee tr.header {
	font-weight: bold;
}	

table#committee td {
	padding-bottom: 5px;
}

table#committee td.left {
	text-align: right;
}

table#committee td.name input {
	background-color: #DDD;
	width: 180px;
}	

table#committee td.email input {
	background-color: #DDD;
	width: 230px;
}	

table#news {
	border: 1px solid #CCC;
	border-collapse: collapse;
}	

table#news td {
	border: 1px solid #CCC;
	padding: 5px;
}

table#news tr.header {
	font-weight: bold;
	color: black;
	background-color: #EEE;
}	

body#admin #newsHeader {
	color: black;
	background-color: #DDD;
	width: 500px;
}	

body#admin textarea#story {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #DDD;	
	width: 500px;
}	

table#merchandise h2 {
	margin-bottom: 0;
}	

table#merchandise img {
	border: 1px solid #8F1313;
	margin-right: 10px;
	margin-bottom: 10px;
}	

input {
	background-color: #DDD;
}	

#photos img {
	border: 1px solid #999;
}	

#photos h2 {
	line-height: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}	

#photos span.date {
	color: #666; 
	font-size: x-small; 
}	