@charset "utf-8";
/* CSS Document */

*	{margin: 0px;
	 padding: 0px;
}



body {
	background-color: #204f10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #FFFFC6;
	text-align: center;
	font-weight: bold;
}
.content {
	width: 500px;
	padding-top: 60px;
	padding-left: 106px;
	padding-bottom: 40px;
}

p {
	margin-top: 10px;
	margin-bottom: 24px;
}
a:link {
	color: #E68748;
	text-decoration: none;
}
a:visited {
	color: #E68748;
	text-decoration: none;
}
a:hover {
	color: #FC5227;
	text-decoration: underline;
}
a:active {
	color: #9A4516;
	text-decoration: underline;
}


#wrapper {
	font-size: 1.4em;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(clamsite-gfx/newclambg3-green.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 70px;
}


#header {
	height: 351px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(clamsite-gfx/header2.png);
	position: relative;
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	font-size: 75%;
	padding: 20px;
}
