@charset "UTF-8";
html, body {
	height: 100%;
	font-family:Helvetica, Ariel, sans-serif;
	background-color:#807e31;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -306px;
	float: left;
}
#container {
	height: 572px;
	padding:0;
	width: 970px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #1d3a44;
	margin-top: 0px;
	margin-bottom: 0px;
}
#title-float {
	width:500px;
	height:100px;
	background-image:url(images/title2.png);
	position:absolute;
	top:0px;
	left:0px;
}
#content-left {
	height:572px;
	width:186px;
	float:left;
	border-left: 10px solid #2f2826;
}
#content-topleft {
	height:131px;
	width:185px;
	padding-top:130px;
	text-align:center;
	color:#2f2826;
	background-color:#f05132;
	border-right: 1px solid #324622;
}
#content-bottomleft {
	height:311px;
	width:inherit;
	background-color:#f05132;
	background-image:url(images/poppy.gif);
	background-repeat:no-repeat;
}
#content-bottomleft-spacer {
	height:253px;
	border-right: 1px solid #324622;
}
#content-bottomleft-bar {
	height:50px;
	width:inherent;
	border-top:10px solid #e7d01b;
}
#content-main {
	height:490px;
	width:774px;
	float:left;
	border-top: 24px solid #2f2826;
	background-image:url(images/background-square.png);
}
#content-main p {
	padding-left:14px;
	padding-right:20px;
	line-height:1.3;
}
#content-main-left {
	width:527px;
	height:inherit;
	float:left;
}
#content-main-right {
	width:247px;
	height:inherit;
	float:left;
	background-image:url(images/background-square2.png);
}
#navbar {
	height:58px;
	width:527px;
	background-color:#f05132;
	float:left;
	background-image:url(images/yellow.gif);
	background-repeat:repeat-x;
}
#navbar ul {
	list-style-type:none;
	font-size:1.8em;
	color:#FFFFFF;
	padding:0px;
	padding-top:17px;
	margin:0px;
}
#navbar li {
	float:left;
}
#navbar a {
	padding-left:10px;
	padding-right:22px;
	color:#2f2826;
	text-decoration:none;
	padding-top:10px;
}
#navbar a:hover {
	color:#F2F2F2;
}
#contact {
	width:247px;
	height:58px;
	background-color:#324622;
	float:left;
}
.contact {
	font-size:1em;
	line-height:1.2;
}

a:link{
color:#000000;
}

a:visited{
color:#000000;
}

.italics{
font-style:italic;
font-size:.9em;
}
