@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a2e13;
	background-color: #FFF;
	background-image: url(images/nav-bg_fade_and_strips3.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	background-position: left top;
}
.Header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav-bg_fade_and_strips2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 165px;
}
.Sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 236px;
}
.Main {
	margin-left: 245px;
	padding: 0px;
	width: 745px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ClearFloat {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.MainArea {
	margin: 0px;
	padding: 0px;
	width: 985px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a2e13;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/*FOoter coe */

* {
	margin: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 15px; /* .push must be the same height as .footer */
}
html {
	margin: 0px;
	padding: 0px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
.SidebarBG {
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav-bg_fade_and_strips3.jpg);
	background-repeat: repeat-y;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

