body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 90%; color: #385300;
background-color: #FBFFF2;
line-height: 200%;
margin-top: 20px;
}

#border
{
border: 1px solid #4D7100;
width: 800px;
background-color: #FFFFFF;
margin: 0 auto;
}

#container
{
width: 760px;
margin: 20px auto;
background-color: #f5f5f5;
border: 1px solid #669900;
}

#menu
{
font-size: 120%;
text-align: left;
padding: 0 1em;
height: 28px;
background-color: #FCFFF4;
border-bottom: 1px solid #669900;
}

#header
{
height: 125px;
border-bottom: 1px solid #669900; 
background-image:url('header.gif');
}

#content
{
font-size: 110%;
padding: 0.5em 1em;
max-width: 740px;
background-color: #FCFFF4;
}

#footer
{
text-align: right;
height: 27px;
padding: 0 1em;
background-color: #EFFFCE;
border-top: 1px solid #669900;
}

.footerlink
{
text-align: left;
}

h1
{
font-size: 180%;
color: #659500;
}

a:active,
a:visited,
a:link	    			{ color: #669900; text-decoration: none; }
a:hover					{ color: #385300; text-decoration: none; }

.loading
{
	background: url(/images/loading.gif) fixed center no-repeat;
}

#pickupForm {
	/*border: 1px solid #cac9b9;*/
	padding: 5px;
	margin-bottom: 50px;
}

#pickupForm label {
	float: left;
	width: 200px;
}

#pickupForm input, #pickupForm textarea, #pickupForm select {
	border: 1px solid #cac9b9;
}

#pickupForm .red {
	border: 1px solid red;
}

#pickupForm label.red {
	border: none;
	color: red;
}

#pickupForm .customRed {
	border: none;
	color: red;
}

#pickupForm #submit {
	margin-left: 200px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin: 10px 0;
	color: red;
	font-weight: bold;
	display: none;
}

#smallAd {
	position: relative;
	float: right;
	border: 1px solid black;
	margin: 10px;
	width: 150px;
	height: 150px;
	text-align: center;
}
