/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#036;
	font:11px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}
a {
	color:#660066;
	text-decoration:underline;
	}
a:hover {
	color:#660066;
	text-decoration:none;
	}
	
strong {
	color:#660066;
	}
	
p {
	line-height:1.6em;
	margin-bottom:20px;
}

li {
	margin-left: 15px;
}

img	{
	border:0;
}

/* Page Structure */

#content {
	width: 520px;
	padding: 35px 0px 10px 35px;
	}
	
#wrapper {
	position:absolute;
	height:515px;
	width:970px;
	margin:-275px 0px 0px -490px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	
#header {
	height:165px;
}
	

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:0px;
	font-size:1.5em;
	line-height: 1.3em;
	color: #660066;
	}

/*Form*/

label{
float: left;
width: 120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

input, textarea{
width: 249px;
margin-bottom: 5px;
background-color: #efefef;
color: #000;
}

textarea{
	width: 250px;
	height: 60px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

