body, input, textarea, select {
	background-color: #070707; 
	margin: 0px;
}

body, td, input, textarea, select {
	color: #6B4334;
	font: 12px sans-serif;
	line-height: 14px;
}

a { color:#B8735A; text-decoration: none; }
a:hover, a:active { color:#851405 }

.center {
	margin: 0px auto;
	width: 480px;
}

.title {
	background: url(title.jpg) no-repeat top center; 
	height: 264px;
}

.menu {
	text-align: right;
	margin: 5px 0px 20px 0px;
	padding-right: 5px;
	font-weight: bold;
	font-family: serif;
	font-size: 14px;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 2;
}

input, select, textarea {	
	border: 1px solid #6B0A11;
}

.checked, .radio {
	background-color: transparent;
	border: none;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	letter-spacing: 1px;
	color: #6B0A11;
	font-family: serif;
	font-size: 14px;
}

form {
	margin: 0px;
}


p  {
	text-align:justify;
	margin: 0px 0px 15px 0px;
}

img {
	margin: 0px 4px 4px 0px;
}