body {
	font-size:12px;
	font-family:arial;
	color:#000000;
	background:#f4f4f5 url(../images/bodyBackground.jpg) repeat-x left top;
}
* {
	margin:0;
	padding:0;
}
#outerwrapper {
	margin:80px auto;
	width:873px;
	min-height:100px;
}
#wrapper {
	float:left;
	width:873px;
	position:relative;
}
#masthead {
	float:left;
	width:873px;
	height:124px;
	background:url(../images/mainImage.jpg) no-repeat left top;
}
.left {
	float:left;
	width:432px;
	margin:30px 30px 0 20px;
	display:inline;
}
.right {
	float:left;
	width:370px;
	margin-top:30px;
}
h1 {
	font-size:1.3em;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
}
p.link {
	text-align:center;
	position:absolute;
	width:873px;
	top:650px;
}
ul {
	margin:0 0 0 14px;
}
ul li {
	margin:0 0 10px 0;
	
}
a {
	text-decoration:none;
	color:#910707;
}

/*----------------------------- FORM --------------------------*/
form {
	width:370px;
}
form p {
	margin-bottom:15px;
	float:left;display:inline;
	width:370px;
}
input {
	border:1px solid #95979b;
	width:190px;
	float:left;
	height:19px;
	background:url(../images/inputBackground.jpg);
	padding:3px 5px 0 5px;
}
input.btn {
	border:none;
	clear:both;
	float:left;
	width:99px;
	height:31px;
	background:url(../images/submit.jpg) no-repeat left top;
	position:relative;
	left:-2px;
}
p.alert, label.alert {
	color:#910707;
}
input.alert {
	border:1px solid red;
}
label {
	display:block;
	clear:both;
	color:#910707;
	padding-bottom:3px;
}
form em {
	font-size:0.9em;
	font-style:italic;
	float:right;
	padding-top:4px;
	color:#910707;
}