body {
	background:#b6d210 url("../img/bg.jpg");
	font-size:.72em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;

	text-align:center;
}

a, a:link, a:visited {
	color:#ffad00;
}

a:hover, a:active {
	color:#344c1c;
}

#head,
#content, 
#foot {
	width:800px;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;
}

p  {
	margin:0;
}

img {
	border:0;
}

#head {
	background:#344c1c url("../img/header.jpg") no-repeat;
	height:400px;
}

body.press #head {
	background:#344c1c url("../img/header_press.jpg") no-repeat;
	height:100px;
}

#head h1 {
	position:relative;
	left:116px;
	top:147px;

	display:block;
	width:127px;
	height:106px;
	margin:0;
	padding:0;
	background:url("../img/verdus_logo.gif") no-repeat;
}

body.press #head h1 {
	left:184px;
	top:40px;

	width:126px;
	height:57px;
	background:url("../img/verdus_logo_press.gif") no-repeat;
}

body.press #head h1 a {
	display:block;

	width:126px;
	height:57px;
	cursor:pointer;
}

#head h1 span {
	display:none;
}

#content {
	height:430px;
	background:#FFF url("../img/content.jpg") no-repeat;
}

body.press #content {
	background:#FFF url("../img/content_press.jpg") no-repeat;
	height:930px;
}

#content #copy {
	position:relative;
	top:25px;
	left:350px;

	color:#294001;
	width:370px; /* - 30px padding on each side*/
	height:370px;
	line-height:1.50em;
}

body.press #content #copy p {
	font-size:11px;
	margin:1.5em 0;
}

body.press #content #copy hr {
	height:0;
	border-bottom:2px solid #b6d210;
	background-color:#b6d210;
}

#foot {
	height:90px;
	background:#edf2d1 url("../img/footer.jpg") left bottom;
}

#foot p {

	position:relative;
	top:5px;
	left:350px;
	width:370px;
	
	font-size:.95em;
	line-height:1.50em;
}