/* CSS Document */

body
{
	margin:0; 
	background-color:#cccccc;
    font-family:Arial, Helvetica, sans-serif;
}

p 
{
	line-height:1.4em; 
}

a img {
    border-style:none;
    text-decoration:none;
}

div#placeholder
{
	background-color:White;
	margin:0 auto; 
	width:800px; 	
}

div#header
{	
    width: 800px;
    height: 181px;
    position: relative;
}

a:link, a:visited {
	text-decoration:none; 
	color:#798f28;
}

a:hover
{
	text-decoration:underline;
}

div.form-layout
{
	margin:5px;
}

div.form-label
{
	float:left;
	height:22px;
}

div.form-input
{
	float:right;
	width:270px;	
}

.contact-input
{
	width:270px;
}

h1
{
	color:#798f28;
	font-weight:normal;
	font-size:30px;
}

h2
{
	font-weight:normal;
	font-size:30px;
}

h3
{	
	font-weight:normal;
	font-size:25px;
}
