@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 935px;
	height: 443px;
}

/* LEFT */

#left {
	background: url(images/bg_left.png) no-repeat;
	width: 403px;
	height: 443px;
	text-align: center;
}

.lefttext {
	color: #8b2d30;
	font-size: 14px;
	position: relative;
	top: 190px;
	padding-left: 10px;
}

a.goto {
	font-size: 13px;
	color: white;
	background: #8b2d30;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	position: relative;
	top: 300px;
}

a.goto:hover {
	text-decoration: underline;
}

/* RIGHT */

#right {
	width: 532px;
	height: 443px;
	background: url(images/bg_right.png) no-repeat;
	position: relative;
	top: 7px;
}

.container {
	width: 290px;
	position: relative;
	top: 190px;
	left: 115px;
	margin: 0;
}

.container h1 {
	color: #8b2d30;
	font-size: 18px;
	margin: 0;
}

.container p {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
}

input {
	border: 1px solid #86888b;
	margin-bottom: 8px;
}

.formbutton {
	background: #8b2d30;
	padding: 2px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}	

label {
	font-size: 14px;
}

/* FOOTER */

#footer {
	margin: 0 auto 0 auto;
	width: 935px;
	height: 20px;
	text-align: center;
}

#footer p{
	color: #000000;
	font-size: 13px;
}

#footer a {
	color: #8b2d30;
}
