#body-wrapper {
	max-width: 1280px;
	min-width: 990px;
	width: auto !important;
	width: 990px;

	min-height: 990px;
	height: auto !important;
	height: 990px;

	background: #e0dbc6 url(../img/main-bg.png) 50% 0 no-repeat;
	
	margin: 12px auto;
	text-align: center;
}
#body {
	width: 990px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding-top: 269px;
	text-align: left;
	position: relative;
}

#menu {
	height: 39px;
	width: 990px;
	background: url(../img/menu-bg.png) no-repeat;
	text-align: center;
}
#menu UL,
#menu UL LI {
	display: inline;
	list-style: none;
}
#menu UL LI {
	margin: 0 20px;
	line-height: 39px;
	height: 39px;
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;	
	position: relative;
}
#menu UL LI A {
	color: #3c3732;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#menu UL LI.active A,
#menu UL LI A:hover {
	color: #824100;
	text-decoration: underline;
}
#menu UL LI UL {
	display: none;
	position: absolute;
	top: 39px;
	left: 50%;
	margin-left: -86px;
	width: 172px;
	background: #eee;
	border: 1px solid #cdbda5;
	border-top: 0;
	z-index: 1000;
	background: url(../img/submenu-bg.png);
	padding: 4px 0 4px 0;

	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	behavior: url(../js/PIE.htc);
}
#menu UL LI.active UL {
	display: block;
}

#menu UL LI UL LI {
	line-height: 1.1em;
	min-height: 1.1em;
	height: auto !important;
	height: 1.1em;
	display: block;
	zoom: 1;
	background: url(../img/submenu-delim.png) 0 100% no-repeat;
	padding: 2px 0 6px 0;
	margin: 0 16px;
	text-align: left;
}
#menu UL LI UL LI.last-child,
#menu UL LI UL LI:last-child {
	background: none;
}
#menu UL LI UL LI A {
	display: block;
	color: #ecebd9 !important;
	text-decoration: none !important;
	text-transform: none !important;
	padding-left: 10px;
	background: url(../img/submenu-a-bg.png) 0 50% no-repeat;
	font-size: 14px !important;
	font-weight: normal !important;
}
#menu UL LI UL LI A:hover {
	color: #f2da7b !important;
}

#content-holder {
	padding: 12px 0 12px 0;
	min-height: 572px;
	height: auto !important;
	height: 572px;
}

#frame-holder {
	float: left;
	position: relative;
	width: 340px;
	height: 436px;
	overflow: hidden;
	padding-left: 12px;
}
#content-holder .index {
	background: url(../img/index-bg.png) 50% 0 no-repeat;
}
#frame-holder .img-holder {
	margin: 17px 17px 0 18px;
	width: 305px;
	height: 400px;
	overflow: hidden;
}
.index .img-holder { display: none !important }
#frame-holder .frame {
	position: absolute;
	top: 0;
	left: 12px;
	background: url(../img/frame.png) no-repeat;
	width: 340px;
	height: 436px;
}
.index .frame { display: none !important }

#content {
	width: 568px;
	padding: 12px 14px 11px 14px;
	background: #fdf9e5;
	border: 1px solid #b9b295;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	margin-left: 378px;
	text-align: justify;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../js/PIE.htc);
}
#content H1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 1em;
	text-align: left;
}
#content P {
	padding-bottom: 1em;
	text-align: justify;
}

#footer {
	height: 73px;
	width: 990px;
	background: url(../img/footer-bg.png) no-repeat;
	position: relative;
	color: #dbcc91;
}
#footer .text {
	padding: 12px 0 0 30px;
	font-size: 14px;
	line-height: 14px;
}

#footer .text A {
	color: #ecebd9;
	text-decoration: none;
}
#footer .text A:hover {
	color: #f2da7b;
	text-decoration: none;
}
#footer .counters {
	position: absolute;
	top: 22px;
	right: 16px;
	white-space: nowrap;
	display: block;
	zoom: 1;
}

#footer INS {
	background: url(../img/footer-over.png) no-repeat;
	display: block;
	zoom: 1;
	position: absolute;
	top: -136px;
	left: 0;
	height: 136px;
	width: 240px;
}

.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-justify {
	text-align: justify !important;
}

#logo {
	position: absolute;
	left: 50%;
	width: 404px;
	margin-left: -210px;
	height: 194px;
	top: 75px;
	overflow: hidden;
	text-indent: -9999px;
}