body {
	background-color: #FCF7E9;
	margin: 0px;
}

body, td, input, textarea, select, p {
	color: #3C1800;
	font: 12px sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #FCF7E9; 
	margin: 0px;
        border: 1px solid #920000;
}

a, a:visited { color:#D0270B; text-decoration: none; font-weight:bold; }
a:hover, a:active { color: #FCF7E9; font-weight:bold; }


.menu {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 387px;
	height: 510px;
	margin: 0px;
	background: url('cranberry-toptitle.jpg');
	background-repeat: no-repeat;
	padding-top:445px;
	padding-left:10px;
	text-transform: lowercase;
	font: 17px serif;
	font-weight: bold;
	font-style: italic;
	line-height: 27px;
	text-align: center;
	word-spacing: 10px;
}


.menu a {letter-spacing: 3px; color: #FCF7E9; font-weight: bold; padding:3px; background-color:#570B00;}
.menu a:hover {background-color:#FCF7E9; color:#570B00;}

.textbox {
	position: absolute;
	top: 20px;
	left: 430px;
	width: 350px;
	background: #EAC68E;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}


h2 {
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	letter-spacing: 2px;
	color: #920000;
	font: 20px serif;
	font-weight: bold;
	font-style: italic;
}


form {
	margin: 0px;
}


p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

img {
margin: 2px 2px 1px 1px;
}

.linkitem {
         letter-spacing: 2px;
         padding: 2px;
         background-color: #920000;
         color: #ffffff;
}