body {
	background: #ecdccd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #0575e1;
	text-decoration: underline;
}

a:hover {
	color: #0575e1;
	text-decoration: none;
}

#body_container {
	width: 773px;
	margin: 0 auto;
	background: #ffffff;
	padding: 1px;
	border: solid 1px #c0a58c;
}

#header {
	width: 773px;
	height: 142px;
}

#navigation {
	width: 773px;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#body {
	width: 773px;
}

#messages_from {
	text-align: center;
	padding: 20px;
}

#footer {
	width: 773px;
	text-align: center;
}

fieldset {
	border: solid 1px #bea38d;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.box {
	border: solid; border-width: thin; width: 100%;
}

BR#mybr {
	clear: left;
}
