body {
	background: url(bg.gif) repeat top center;
	margin: 0px;
}

input, textarea, select {
	background-color: #F4D79E; 
	margin: 0px;
}

body, td, input, textarea, select {
	color: #5D1969;
	font: 12px sans-serif;
	line-height: 14px;
}

a, a:visited { color:#932D2E; text-decoration: none; font-weight:bold; }
a:hover, a:active { color:#F57673; font-weight:bold; }

.center {
	margin: 0px auto;
	width: 855px;
}

.blanktop {
	height: 50px;
}

.blankbottom {
	height: 30px;
}

.title {
	background: url(title-image.jpg) no-repeat top center; 
	height: 227px;
	margin: 12px 0px 0px 0px;
}

.main {
	background-color: #F4D79E;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 855px;
} 

.text {
	text-align: left;
	margin: -35px 25px 25px 25px;
}

.menu {
	text-align: right;
	margin: -55px 25px 0px 0px;
	font-weight: bold;
	font-family: serif;
	font-size: 14px;
	letter-spacing: 1px;
}

input, select, textarea {	
	border: 1px dotted #932D2E;
}

.checked, .radio {
	background-color: transparent;
	border: none;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0px 10px 0px;
	letter-spacing: 1px;
	color: #9F2825;
	font-family: serif;
	font-size: 14px;
}

form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
}

img {
margin: 3px 3px 1px 1px;
}