﻿body	{
	background: #fff url('../images/body.gif') repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main	{
	width:770px;
	margin:auto;
	min-height:700px;
	height:auto;
}

#header	{
	color:#E2E2CC;
	height:130px;
	width:100%;
	text-align:center;
}

#header ul	{
	list-style: none;
  	text-transform: uppercase;
  	margin-top:20px;
}

#header ul li	{
	list-style-image:none;
	float: right;
}

#header ul a 	{
	padding: 0 1em;
	color:#fff;
	font-size:.7em;
}


.headerText	{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	margin-top:20px;
	float:left;
	position:relative;
	width:400px;
}

.pitchText	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	float:right;
	color:#fff;
	position:absolute;
	top:128px;
	left:570px;
	width:410px;
}

h1.white	{
	color:#511715;
}

img.hangLeft	{
	float:left;
	margin:15px;
	border:3px #fff solid;
}

img.hangRight	{
	float:right;
	margin:15px;
	border:3px #fff solid;
}


#footer	{
	height:50px;
	background-color:#490000;
	color:#fff;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	font-size:.7em;
	width:770px;
	margin:auto;

}

#subfooter	{
	height:auto;
	color:#490000;
	padding-top:10px;
	text-align:right;
	font-size:.7em;
	width:770px;
	margin:auto;
}

#subfooter img	{
	margin:0 5px 0 5px;
}

/* fieldset styling */
fieldset {
  margin: .25em 0; /*  space out the fieldsets a little*/
  padding: .25em;
  border : 1px solid #ccc;
  width:50%;
  float:right;
}

/* legend styling */
legend {
  font-weight: bold;
}
/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.5em;
  color:#760000;
}

input.textarea {
  	width: 200px;
  	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}

input.text {
  	width: 200px;
  	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}

input.image {
  width: auto;
}

input.submit {
  width: auto;
}

input.radio {
  width: auto;
}

/* style form elements on focus */
textarea:focus {
	background: #ffc;
}
input:focus {
	background: #ffc;
}
