/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #928e8b;
	margin-top: 5px;

}
.bgTop {
	background-image: url(images/bgTop.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 787px;
}
.bgBottom {
	background-image: url(images/bgBotttom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 787px;
}
.mainContent {
	background-image: url(images/bgMid.gif);
	background-repeat: repeat-y;
}
.mainContainer {
	width: 787px;
	margin:0px auto;
}
.menu {
	height: 30px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	margin-bottom: 5px;
}

.contact {
	float: left;
	height: 85px;
	width: 523px;
}
.contactText {
	color: #402D1A;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	margin-left: 20px;
}
.bottom {
	background-color: #ceb69c;
	height: 85px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float:right;
	height: 85px;
	width: 237px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#overlay {
	background-color: #928E8B;
	height: 1px;
	width: 1000px;
	visibility: visible;
	z-index: 5;
}
ul { list-style-position: outside; vertical-align: middle; margin-top:0px; }
li { margin: 0px; padding: 0px; } 
.note {
	background-color: #f3e9de;
	margin: 5px 4px;
	width: 240px;
	float: right;
	height: 320px;
	border-top: 2px solid #D3C5C2;
	border-right: 2px solid #5C5752;
	border-bottom: 2px solid #5C5752;
	border-left: 2px solid #D3C5C2;
	background-image: url(images/note.jpg);
}
.fot {
font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
.fot a{
text-decoration:none;
color:#FFFFFF;
}