@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a19e9b;
	background-color: #74272D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
.oneColElsCtr #container {
	width: 880px; /* this overrides the text-align: center on the body element. */
	background-color: #F1ECDA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #734727;
	border-right-color: #734727;
	border-bottom-color: #734727;
	border-left-color: #734727;
}

.oneColElsCtr #container1 {
	width: 859px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-image: url(images/container.png);
	text-align: center;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #734727;
	border-right-color: #734727;
	border-bottom-color: #734727;
	border-left-color: #734727;
}

.oneColElsCtr #container2 {
	width: 820px; /* this overrides the text-align: center on the body element. */
	background-color: #F1ECDA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	border: 0px solid #734727;
	text-align: justify;
}

.oneColElsCtr #lefttop {
	width: 30px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 60px;
	border: 0px none #734727;
	background-image: url(images/lefttop.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: static;
	bottom: auto;
	float: left;
	clear: right;
}
.oneColElsCtr #leftmiddle {
	width: 25px; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	border: 0px none #734727;
	background-image: url(images/leftmiddle.png);
	position: relative;
	background-repeat: repeat-y;
	top: auto;
	bottom: auto;
	}
	
	.oneColElsCtr #leftbuttom {
	width: 25px; /* this overrides the text-align: center on the body element. */
	height: auto;







px
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 61px;
	border: 0px none #734727;
	background-image: url(images/leftbuttom.png);
	top: auto;
	bottom: 0px;
	left: auto;
	position: static;
	}

.logo {
	background-image: url(images/logo3.png);
	height: 199px;
	width: 731px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 1px;
}

.logo2 {
	background-image: url(images/logo5.png);
	height: 215px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainMenu {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
}

.mainMenu2 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu.png);
	height: 60px;
	text-align: center;
}

.oneColElsCtr #mainContent {
	text-align: justify;
	padding-top: 0;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	color: #430C0C;
	height: 100%;
}
.copyright {
	height: 45px;
	width: 820px;
	margin-right: auto;
	margin-bottom: 1px;
	background-color: #5F1111;
	display: inline-block;
}
.copyrightRight {
	height: auto;
	width: 360px;
	background-color: #5F1111;
	text-align: right;
	font-size: 10px;
	color: #a19e9b;
	display: block;
}
.copyrightLeft {
	height: auto;
	width: 460px;
	background-color: #5F1111;
	font-size: 10px;
	color: #a19e9b;
	text-align: left;
	display: block;
}

.row {
	float: left;
	margin: 0;
	padding: 0;
	width: 820px;
	background-color: #5F1111;
	font-size: 10px;
	color: #a19e9b;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #734727;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C2A777;
	}
.cols1 {
	float: left;
	width: 49%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
.cols2 {
	float: right;
	width: 39%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-right: 10px;
	text-align: right;
}
.oneColElsCtr #mainContent2 {
	text-align: justify;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #430C0C;
	height: 100%;
}
