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

/* Maverick Trading Offer */

/* Standard Elements */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #989898;
}

h1, h2, h3, h4, strong, a {
	color: #7F1F62;
}

/* Custom Elements */

#frame {
	background-image: url(../images/frame.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 970px;
	margin: 0 auto;
	padding: 0 0 1px 0;
}

#header {
	background-image: url(../images/mtheader.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 476px;
	padding: 0 13px;
}

body#page_two #header {
	background-image: url(../images/header_2.jpg);
}

body#page_three #header {
	background-image: url(../images/header_2.jpg);
}

#form {
	width: 317px;
	float: right;
	margin-top: 286px;
	margin-left: 5px;
}

#form_content {
	background-image: url(../images/form_repeat.png);
	background-position: top;
	background-repeat: repeat-y;
	padding: 5px 25px 0 13px;
}

.label {
	text-align: right;
	font-size: 14px;
}

.text_input {
	width: 180px;
}

select {
	width: 186px;
}

#form_bottom {
	background-image: url(../images/form_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 13px;
}

#content {
	padding: 340px 15px 1px 15px;
}

body#page_two #content, body#page_three #content {
	background-image: none;
}

#footer {
	font-size: 10px;
	clear: both;
	text-align: center;
}