body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #316b9e;
	text-decoration: none;
	border-bottom: 1px solid #316b9e;
}

	a:hover {
		color: #cc960e;
		border-bottom: 1px solid #FFFFFF;
	}

a.image_link {
	border: none;
}

a.image_link img {
	border: none;
}

#header {
	position: relative;
}
	#header #top_decoration {
		height: 10px;
		background: #000000;

	}
		#header #top_decoration #left {
			background: #b4d32e;
			width: 80%;
			height: 10px;
		}
		
	#bottom_decoration {
	height: 10px;
	background: #b4d32e;

	}
	#bottom_decoration #left {
		background: #000000;
		width: 80%;
		height: 10px;
	}
	
	
	#header #logo_wrapper {
		background: url(images/green_white_split.gif) 50% 0px #b4d32e;
		height: 83px;
		margin-top: 20px;
	}
	
		#header #logo {
			width: 760px;
			margin: auto;
			height: 83px;
			
		}
		
		#header #logo h1 {
			display: none;
			line-height: 0;
		}
	
	#header ul {
		list-style-type: none;
		position: absolute;
		right: 20px;
		bottom: 0;
		margin: 0;
	}
	
		#header ul li {
			display: inline;
			width: 100px;
			background-color: #0D0D0D;
			float: left;
			text-align: center;
			padding: 10px 5px;
			margin-left: 10px;
		}
		
			#header ul li.here {
				background-color: #000000;
			}
			
			#header ul li a, #header ul li a:visited  {
				text-decoration: none;
				color: #FDBA13;
			}
			
				#header ul li a:hover {
				text-decoration: underline;
				color: #FDBA13;
				}
	

#middle {
	
}

#main {
	width: 760px;
	margin: auto;	
}

	#main #sidebar {
		float: left;
		margin-top: 25px;
		width: 177px;
	}
		
		#main #sidebar ul {
			margin: 0;
			list-style-type: none;
		}
		
		#main #sidebar ul li {
			margin: 0 0 5px 0;
			float: right;
			width: 177px;
		}
		
		#main #sidebar ul li a, #main #sidebar ul li span {
			padding: 6px 8px;
			background-color: #F6F9E7;
			display: block;
			text-decoration: none;
			text-align: right;
			color: #333333;
			border: 1px solid #EFEFEF;
			border-right: none;
		
		}
			#main #sidebar ul li a:hover {
				background-color: #feba12;
			}
			
			#main #sidebar ul li a.here {
				background-color: #feba12;
			}
			
			
		#main #sidebar .address {
			float: right;
			margin-right: 8px;
			font-size: 11px;
			text-align: right;
		}
	
	#main #content {
		margin-left: 177px;
		margin-top: 25px;
		border-left: 1px solid #CCCCCC;
		padding-left: 26px;
		padding-top: 25px;
		background: url(images/screened_venn_green.gif) no-repeat 100% 100%;
	}
		#main #content h2, #main #content h3 {
			font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
			color: #000000;
			font-weight: normal;
			font-size: 18px;
		}
			#main #content h2 {
				font-size: 24px;
				padding: 0;
				margin-bottom: 5px;
			}
		
		#main #content .deck {
			font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
			font-size: 18px;
		}
		
		#main #content .main_photo img {
			border: 1px solid #CCC;
			height: 184px;
			width: 540px;
		}
		
#middle #screen {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bottom_pad {
	height: 150px;
}

#footer {
	color: #5C5C5C;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin: auto;
	width: 760px;
}

	#footer p {
		padding-left: 205px;
		padding-top: 35px;
		padding-bottom: 35px;
		font-size: 11px;
	}


