body {
	background-color: white;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: white;
}
a {
	color: #f8cbc3;
	font-family: Arial;
	font-size: 12pt;
}
a:hover {
	color: #ca6a6a;
}
div#main {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 780px;
}
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 100px;
	background-position: 0px 15px;
	background-repeat: no-repeat;
	background-image: url(/images/header.jpg);
}
div#header ul {
	margin: 0px;
	padding: 0px;
}
div#header li {
	display: inline;
	padding-left: 20px;
}
div#header a {
	text-decoration: none;
	letter-spacing: 0.07em;
}
div#info {
	position: absolute;
	top: 73px;
	width: 770px;
	text-align: right;
}
div#tagline {
	position: absolute;
	top: 0px;
	left: 70px;
	color: #ca6a6a;
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
	font-weight: bold;
}
div#wrapper {
	padding: 0px 20px 0px 20px;
}
ul#errors {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#errors li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: red;
	list-style-type: none;
}
