body {
	background: #696455;
	text-align: center;
	margin: 0px;
	font: 12px Trebuchet MS, Verdana, Arial;
}
a {
	color: #b4aa8f;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

a img {
	border: none;
}

input, textarea {
	font: 12px Trebuchet MS, Verdana, Arial;
}

div.homeHeader {
	background: url('../images/imgContact.gif') no-repeat;
	height: 184px;
	display: block;
}

div.marquee {
	top: 120px;
	position: relative;
	display: block;
	font-size: 16px;
	margin: 0px 30px 0px 0px;
	background: #696455;
	color: #FFFFFF;
	padding: 2px 5px 0px 5px;
	overflow: hidden;
	height: 22px;
}

#framework {
	width: 669px;
	height: 585px;
	background: url('../images/background.gif');
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#framework div.menu {
	width: 180px;
	height: 300px;
	margin: 225px 0px 0px 0px;
	float: left;
}

#framework div.menu img {
	margin: 0px 10px 12px 52px;
}

#framework div.content {
	color: #696455;
	line-height: 20px;
	margin: 80px 0px 0px 0px;
	width: 455px;
	height: 450px;
	float: left;
}
#framework div.content div.textOverflow {
	height: 200px;
	overflow: auto;
}

div.guestbook p.message_header {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
div.guestbook p.message {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid gray;
}

#framework div.footer {
	padding: 0px 0px 0px 180px;
	color: #b4aa8f;
	clear: left;
	text-align: left;
}