﻿body { 
	background: white;
	background-image: url('images/DSCN4576.jpg');
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	margin: 0px;
	}
	
div.main {
	width: 940px; 
 	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	margin-left: auto;
	margin-right: auto;
}

td.left {
	background-color: #f2e8cd; 
	width: 195px; 
	text-align: center;
	border-left: 6px solid #5d5455;
}

td.slide {
	background-color: white; 
	width: 550px; 
}

td.accent {
	background-image: url('images/grad.gif');
	background-color: #242b35;
	height: 30px;
}

td.tile {
	background-image: url('images/tile.gif');
	background-repeat: repeat-x;
	height: 30px;
	border-bottom: 6px solid #242b35;
}

td.info {
	padding: 20px;
	background-color: white; 
	width: 510px; 
	text-align: left;
	font-size: .8em;
}

td.right {
	background-color: #f2e8cd; 
	width: 175px; 
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	color: #242b35;
}

a:link { text-decoration: none; color: #b76911 }
a:visited { text-decoration: none; color: #b76911 }
a:hover { text-decoration: underline; color: #242b35 }