body {
	background: url(images/bs_bg_2.gif) repeat-y;
	background-position: 50% 0;
	background-attachment: fixed;
	line-height: 1.2em;
	}
	
#content {
	width: 701px;
	margin: 0 auto;
	padding: 1px;
	}

#column1 {
padding-top: 10px;
	width: 250px;
	overflow: auto;
	float: left;
	border-right: thin solid #999999;
	}
	
#column2 {
padding-top: 10px;
	width: 450px;
	overflow: auto;
	float: right;
	}	

p {
	background-color: transparent;
	color: #E4E4E4;
	padding: 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px; 
	margin-right: 5px;
	}
	
.header3 {
	background-color: transparent;
	color: #bddae3;
	
	padding-bottom: 2px;
	padding-top: 2px;
	
	font-family: Georgia, Times, serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: -6px;
	
	margin-right: 5px;
	}
	
.winner {
	color: #000000;
	background-color: #FFFF00;
	border-bottom: 1px solid black;
	font-style: italic;
	font-weight: bold;
	}
	
/*
h3 {
	color: #9aac05;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #444444;
	font-family: Verdana;
	font-size: 10px;
	font-style: bold;
	margin-top: 0;
	margin-bottom: -6px;
	margin-left: 5px; 
	margin-right: 5px;
	text-transform: uppercase;
	}
	*/
	
	
	
a:link { color: #FFF593; text-decoration: none;; font-family: Verdana, Helvetica, sans-serif}

a:visited { color: #E6DD85; text-decoration: none; ; font-family: Verdana, Helvetica, sans-serif}

a:active { color: #AD0000; text-decoration: none; ; font-family: Verdana, Helvetica, sans-serif}

a:hover { color: #D60000; text-decoration: none; }