/* HTML */

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma, Sans-Serif;
	font-size: 10pt;
	background-color: #f2f2f2;
}

/* INFOBAR */

#infobar {
	padding: 5px;
	color: #02162c;
	font-size: 8pt;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#infobar img {
	vertical-align: middle;
}

#infobar a {
	color: #02162c;
}

#infobar a:hover {
	text-decoration: underline;
}

/* MAIN */

#main {
	width: 900px;
	margin: 0 auto 20px auto;
	text-align: left;
	color: #000000;
}

/* HEADER */

#header {
	height: 105px;
	background: url('../images/header.png') no-repeat;
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}

/* TEXT */

#text {
	background: url('../images/background.png') repeat-y;
	padding: 20px 40px 40px 40px;
}

#text .block {
	margin-left: 50px;
}

/* FOOTER */

#footer {
	height: 55px;
	background: url('../images/footer.png') no-repeat;
	text-align: center;
	color: #b62425;
	font-weight: bold;
	font-size: 7pt;
}

#footer .about {
	padding-top: 12px;
}

#footer .about a {
	color: #b62425;
}

/* COMMON */

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	color: #b62425;
	margin: 0px;
}

h2 {
	padding-left: 10px;
}

a:link, a:visited {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

textarea {
	color: #b62425;
	width: 700px;
	border: 1px solid #b62425;
	background-color: #ffffff;
	font-size: 12pt;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Tahoma, Sans-Serif;
}

input.button {
	border: none;
	font-family: Sans-Serif, Tahoma, Verdana;
	color: #b62425;
	background: url('../images/button.png') no-repeat;
	width: 189px;
	height: 31px;
	text-align: center;
	cursor: pointer;
}

a.button {
	display: block;
	font-family: Sans-Serif, Tahoma, Verdana;
	color: #b62425;
	background: url('../images/button.png') no-repeat;
	width: 189px;
	height: 31px;
	line-height: 31px;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a.center {
	margin: 0 auto;
}

label {
	color: #b62425;
}

p {
	margin: 0;
	margin-top: 20px;
}

.margin-top {
	margin-top: 50px !important;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.hidden {
	visibility: hidden;
}

.no-border {
	border: none;
}

.no-underline {
	text-decoration: none;
}

.clear-both {
	clear: both;
}

.error {
	text-align: center;
	color: #990000;
	font-weight: bold;
	margin: 10px 0;
}

div.ads {
	margin: 20px 0 0 50px;
}