/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 796px;
	margin: 0px auto;
	background-color: #ffffff;
}

#column_left {
	width: 142px;
	padding: 14px;
	float: left;
}

#menu {
	margin: 14px 0px 15px 0px;
}
#menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #737e0a;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 5px 0px;
	background-color: #b4c50e;
}
#column_right {
	width: 612px;
	float: left;
}
#slideshow {
	position: relative;
	width: 612px;
	height: 260px;
	margin: 14px 14px 14px 0px;
}
#photo1 {
	position: absolute;
	width: 612px;
	height: 260px;
	top: 0px;
	left: 0px;
	z-index: 200;
	background-repeat: no-repeat;
}
#photo2 {
	position: absolute;
	width: 612px;
	height: 260px;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#col_1 {
	border: 2px solid #b4c50e;
	width: 189px;
	height: 244px;
	float: left;
}
#col_2 {
	border: 2px solid #b4c50e;
	width: 189px;
	height: 244px;
	margin: 0px 210px;
}
#col_3 {
	border: 2px solid #b4c50e;
	width: 189px;
	height: 244px;
	float: right;
}
#col_1 div, #col_2 div, #col_3 div {
	height: 179px;
	padding: 6px;
	color: #6a701a;
	line-height: 0.8em;
	border: 1px solid #fff;
}
#col_1 div h1, #col_2 div h1 {
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#col_3 div h1 {
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#col_1 div p, #col_2 div p {
	font-size: 0.65em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#col_3 div p {
	font-size: 0.65em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#ticker {
	background-color: #b4c50e;
	margin-top: 14px;
	margin-bottom: 12px;
	padding: 6px 10px;
	font-size: 0.8em;
	color: #ffffff;
}
#ticker span {
	color: #737e0a
}

a			{color: #374a7a; text-decoration: none}
a:link		{color: #374a7a; text-decoration: none}
a:visited	{color: #374a7a; text-decoration: none}
a:active	{color: #374a7a; text-decoration: none}
a:hover 	{color: #374a7a; text-decoration: underline}