body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #584A3D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background: #A08C78 url(../images/bg.jpg);
}
.dyanne #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #4D3F33;
	text-align: left;
}
.dyanne #header {
	background-color: #776452;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.dyanne #navbarheader {
	background-color: #9b8a78;
	text-align: center;
	color: #ECE7E1;
	height: 35px;
} 
.dyanne #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 35px 10px 10px;
}
.dyanne #mainContent {
	margin: 0 370px 0 0;
	padding: 15px 10px 0 25px;
	line-height: 21px;
} 
.dyanne #subfooter {
	padding: 0 10px;
	text-align: center;
	font-size: 11px;
}
.dyanne #subfooter p {
	margin: 0;
	padding: 10px 0;
}
.dyanne #footer {
	padding: 0 10px;
	background:#705d4b;
	text-align: center;
	color: #d2c7bc;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.dyanne #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #9b8a78;
	font: 25px/28px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 14px;
}
.text_firstpara {
	font-size: 13px;
	color: #55483C;
	font-weight: bold;
}
.text_small {
	font-size: 10px;
}
a:link {
	color: #6C7249;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #796655;
}
a:hover {
	text-decoration: underline;
	color: #828435;
}
a:active {
	text-decoration: none;
	color: #828435;
}
.form_design {
	border: 1px ridge #776453;
	background: #E9E6E2;
}
