/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg);
}

.menu {
	font: bold 12px Trebuchet MS, sans-serif;
	text-align: right;
	padding-right: 5px;
	color: #D50404;
	background: none;
}

.menu a, a:visited {
	font: bold 12px Trebuchet MS, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #D50404;
	background: none;
}

.menu a:hover {
	font: bold 12px Trebuchet MS, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #D50404;
	background: none;
	text-decoration: underline;
}

.address {
	font: normal 10px Trebuchet MS, sans-serif;
	text-align: right;
	color: #666;
	text-decoration: none;
}

.address a, .address a:visited {
	font: normal 10px Trebuchet MS, sans-serif;
	text-align: right;
	color: #D50404;
	text-decoration: none;
}

.address a:hover {
	font: normal 10px Trebuchet MS, sans-serif;
	text-align: right;
	color: #D50404;
	text-decoration: underline;
}

.content {
	width: 494px;
	font: normal 12px Trebuchet MS, sans-serif;
	padding-left: 20px;
	padding-top: 20px;
	color: #453111;
}

.content label {
	display: block;
	width: 100px;
	text-align: right;
	margin-top: 3px;
	float: left;
}

.content input, .content textarea {
	font: normal 12px Trebuchet MS, sans-serif;
	color: #453111;
	border: 1px solid #453111;
}

.content a, .content a:visited {
	font: normal 12px Trebuchet MS, sans-serif;
	color: #D50404;
	text-decoration: none;
}

.content a:hover {
	font: normal 12px Trebuchet MS, sans-serif;
	color: #D50404;
	text-decoration: underline;
}

.content h1 {
	display: inline;
	font: normal 17px Trebuchet MS, sans-serif;
	color: #453111;
}

.content h2 {
	display: inline;
	font: normal 14px Trebuchet MS, sans-serif;
	color: #453111;
	text-decoration: underline;
}

.quotebox {
	width: 438px;
	font-style: italic;
	border: 1px solid #453111;
	background-color: #fff;
	padding: 5px;
}