@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #b3b49b;
}
.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;
}
#bottom {
float: left;
position: relative;
width: 800px;
}
#page {
	width: 840px;
	margin: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: auto;
	vertical-align: bottom;
}
#banner {
	width: 395px;

}
#menu {
	width: 405px;
	float:right;
	margin-top: 10px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#content {
	float: right;
	width: 570px;
}
#left {
	width: 205px;
	border-left:5px solid #85121d;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 0px 10px 10px;
}
.pix {
margin: 0px 0px 30px 30px;
}
h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #80111c;
}

#footer {
}
.right {/*float: right;
width: 253px;
margin: 0px 0px 30px 30px;*/
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}


