#container img.underlay{
	position:absolute;
	height:700px;
	width:1000px;
	left:0px;
	top:0px;
	z-index:0;
}

#pulldown1 {
	left:185px;
}

#topnavunderlay img{
	width:1000px;
}

/* ---- Text ---- */

#logoline{
	position:absolute;
	width:515px;
	border-top:1px #000 solid;
	left:0px;
	top:240px;
	z-index:4;
}

#text{
	position:absolute;
	width:450px;
	height:auto;
	top:257px;
	left:265px;
	font-size: 1em;
	color:#000;
	text-align:left;
}

h1 {
	letter-spacing: -1px;
	font-size: 36px;
	color:#f30;
	text-align:left;
	font-weight:100;
}

/* ---- Form Info ---- */

form{
	position:absolute;
	top:320px;
	left:60px;
	font-size:14px;
}

label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}

p{
	margin-bottom:10px;
}

.submit input{
	width:75px;
	margin-left:205px;
	padding:2px;
	height:25px;
}

.submit input:hover{
	background:#f30;
	color:#fff;
}

input{
	width:246px;
	height:20px;
	padding:1px;
	border:1px #666 solid;
}

.content textarea{
	width:246px;
	height:150px;
	padding:1px;
	border:1px #666 solid;
}

/* ---- Right Side Content ---- */

#rightsidecontent{
	position:absolute;
	left:550px;
	top:303px;
	font-size:14px;
	text-align:left;
}

h4 {
	letter-spacing: -1px;
	font-size: 20px;
	color:#f30;
	font-weight:100;
	padding:15px 0px 3px 0px;
	margin:0px;
	border:0px;
}

#rightsidecontent a{
	text-decoration:none;
	color:#000;
}

#rightsidecontent a:hover{
	color:#f30;
}
