* {
}
body {
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
	background: #000;
}
ul {list-style: none;}
input, textarea {
	background: #000;
	border: 1px solid #FFF;
	color: #FFF;
}
.clear {clear: both;}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background: url(images/borders.gif) repeat-y left top;
}

.date {
	margin-bottom: 3px;
	color: #B3976F;
	font-size: 13px;
	text-align: left;
}
.news {
	text-align: left;
	margin-bottom: 10px;
}
a {
	color: #C9C9C9;
	text-decoration: underline;
}
a:hover {color: #C1A781; text-decoration: none;}

/*******************   Begin: Header   *******************/
#header {
	height: 410px;
	background: url(images/header_right.gif) no-repeat right top;
}
#header-left {
	width: 230px;
	height: 410px;
	float: left;
	background: url(images/header_left.gif) no-repeat left top;
}
#header-left #menu {
	width: 161px;
	height: 203px;
	float: left;
	position: relative;
	left: 70px;
	top: 72px;
	background: url(images/menu.gif) no-repeat left top;
}
#header-left #menu #menu-items {
	font-size: 13px;
	text-transform: lowercase;
}
#header-left #menu #menu-items li {
	margin-bottom: 6px;
	padding: 6px 0 0 5px;
	text-align: left;
}
#header-left #menu #menu-items li a {
	width: 120px;
	width:expression(145 + 'px');
	height: 22px;
	padding-left: 25px;
	color: #C9C9C9;
	display: block;
	text-decoration: none;
	position: relative;
	left: -40px;
	top: -12px;
	top:expression(0 + 'px');
}
#header-left #menu #menu-items li a.active, #header-left #menu #menu-items li a:hover {color: #C1A781;}
#header-left #phone {
	position: relative;
	top: 110px;
	font-size: 16px;
	text-align: left;
}
#header-left #phone #number {
	padding-left: 75px;
	font-size: 16px;
	color: #C1A781;
}
#header-left #phone #mail {
	padding-left: 75px;
	font-size: 14px;
	color: #FFF;
}
#header-right {
	width: 770px;
	height: 410px;
	float: right;
}
#header-right #flash-top {height: 54px;}
#header-right #flash {
	width: 710px;
	height: 335px;
	margin-right: 20px;
	margin-left: -10px;
	float: right;
	position: relative;
	left: -30px;
	left:expression(-10 + 'px');
}
/*******************   End: Header   *******************/

/*******************   Begin: Content Top   *******************/
#content-top {
	background: url(images/content_top.gif) repeat-y 0 94px;
	background: url(images/content_bottom.gif) repeat-y 0 80px;
}
#content-top #title-top {
	height: 94px;
	padding-top: 9px;
	padding-right: 90px;
	text-align: right;
	background: url(images/title_top.gif) no-repeat left top;
	font-size: 14px;
	color: #B3976F;
}
#content-top #main-top1 {
	background: url(images/top1.gif) no-repeat left bottom;
}
#content-top #main-top {
margin-top: -70px;
margin-top:expression(-60 + 'px');
	padding-top: 10px;
	padding-right: 74px;
	padding-bottom: 10px;
	padding-left: 80px; 
	color: #C9C9C9;
	background: url(images/top2.gif) no-repeat left top;
}
#content-top #main-top, #content-top #main-top td {
	font-family: Tahoma;
	font-size: 12px;
	color: #C9C9C9;
}
#content-bottom {
	background: url(images/content_bottom.gif) repeat-y 0 80px;
}
#content-bottom #title-bottom {
	height: 36px;
	height:expression(96 + 'px');
	padding-top: 61px;
	padding-right: 90px;
	text-align: right;
	background: url(images/title_bottom.gif) no-repeat left top;
	font-size: 14px;
	color: #B3976F;
}
#content-bottom #main-bottom {
	padding-top: -20px;
	padding-right: 74px;
	padding-bottom: 10px;
	padding-left: 80px;
	color: #C9C9C9;
	background: url(images/bottom.gif) no-repeat left bottom;
}
#content-bottom #main-bottom, #content-bottom #main-bottom td {
	font-family: Tahoma;
	font-size: 12px;
	color: #C9C9C9;
}
* html #content-bottom #main-bottom {margin-top: 10px;}
#footer {
	height: 47px;
	height:expression(187 + 'px');
	padding-top: 110px;
	padding-bottom: 10px;
	background: #000 url(images/footer.gif) no-repeat left top;
}
#footer .counters li {
	margin: 0 10px;
}
/*******************   End: Content Top  *******************/

