body {
	margin: 0;
	padding: 0;
	background: #d2d2be url(images/x.jpg) repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #61612d;
}
a:visited {
	color: #666;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #61612d;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
div.hr {
	height: 1px;
	width: 100%;
	background: #cccc99;
}
div.hr hr {
	display: none;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/strip.jpg) repeat-x;
	text-align: left;
}
.timeline {
	float: left;
	margin: 0;
}
.leftImage {
	float: left;
	margin: 0 20px 20px 0;
}
.rightImage {
	float: right;
	margin: 0 0 20px 20px;
}
/* Rollovers*/

.rollover img {
	float: left;
	border:none;
}
.rolloverphoto {
	float: left;
	margin: 0 10px 10px 0;
}
.rollover span {
	display:none;
}
.rollover a span {
	visibility:hidden;/* hide message initially*/
	position:relative;
	top:170;
	left:30px;
	width:620px;
	padding:10px;
	background:#d2d2be;
	color:#000;
}
.rollover span img {
	border:none;
}
.rollover a:hover {
	border:none;
	text-decoration:none;
}
.rollover a:hover span {
	position:absolute;
	left:30px;
	top:170px;
	width:600px;
	height:300px;
	display:block;
}
/* ie bug needed to make span show*/
.rollover a:hover {
	visibility:visible
}
/* reveal image*/
.rollover a:hover span {
	visibility:visible;
}
/* Header */

#header {
	width: 950px;
	height: 151px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
.horizlinks {
	position: absolute;
	top: 127px;
	left: 451px;
	font-size: 12px;
	color: #333;
}
.horizlinks ul {
	margin: 0px;
}
.horizlinks li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
.horizlinks a {
	color: #61612d;
	text-decoration: none;
	font-size: 12px;
}
.horizlinks a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 950px;
	height: 32px;
	margin: 0 auto;
}
/* Main */

#main {
	width: 950px;
	margin: 0px;
	background: #FFF;
	position:absolute;
}
/* Column */

#column {
	float: left;
	width: 640px;
	padding: 0px 20px 20px 40px;
	border-right: solid #cccc99 1px;
}
#column .list {
	float: left;
	width: 320px;
}
/* Column 2 */

#column2 {
	float: right;
	width: 185px;
	padding: 0px 40px 0px 20px;
}
#column2 a {
	color: #61612d;
}
#column2 a:hover {
	text-decoration: underline;
}
/* Tri */

#tri {
	float: left;
	width: 180px;
	margin: 0px 5px 10px 5px;
	padding: 10px;
	border-right: solid #d2d2be 2px;
	border-bottom: solid #d2d2be 2px;
}
#tri p {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#tri h2 {
	font-size: 16px;
}
#tri h2 a {
	color: #61612d;
	font-size: 16px;
	text-decoration: none;
}
#tri h2 a:hover {
	text-decoration: underline;
}
#tri img {
	float: left;
	padding: 0 10px 40px 0px;
}
/* Footer */

#footer {
	width: 950px;
	height: 40px;
	background: #FFF;
}
#footer p {
	font-size: 10px;
	text-align: center;
	color: #61612d;
}
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
