/* CSS Document */

body {
	margin: 0px;
	background-color: #E6D9E9;
}

body, p, td {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}	

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #af1f25;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #af1f25;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #af1f25;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #af1f25;
}

a:link {
	color: #a7a9ac;
	text-decoration: none;
}
a:active {
	color: #a7a9ac;
	text-decoration: none;
}
a:visited {
	color: #a7a9ac;
	text-decoration: none;
}
a:hover {
	color: #af1f25;
	text-decoration: none;
}

img { border:none; }

#pageheader { width:870px; height:115px; background-image:url(/images/header.jpg); background-repeat:no-repeat; margin:auto; }
#container { width:870px; height:539px; background-image:url(../images/bg_main.jpg); background-repeat:no-repeat; margin:auto; }
#main { padding:220px 0 0 400px; }

.req { font-weight:bold; color:#FFB402; }

.formError { position: absolute; margin: -21px 0 0 3px; }

form { margin:0px; }
