body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #333;
}
div, a, li {
	outline: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../images/lay-out/ext-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	width: 902px;
	margin: 0 auto;
	background-image: url(../images/lay-out/main-bg.png);
	background-repeat: repeat-y;
	position: relative;
}
#header-top {
	background-image: url(../images/lay-out/header-bg-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 124px;
	width: 100%;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/lay-out/header-bg.png);
	background-repeat: repeat-y;
	height: 228px;
	width: 100%;
	position: relative;
}
#logo {
	background-image: url(../images/lay-out/logo.png);
	background-repeat: no-repeat;
	height: 131px;
	width: 745px;
	position: absolute;
	left: 39px;
	top: 7px;
}
#home-button {
	background-image: url(../images/lay-out/button-home-1.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 46px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 98px;
}
#home-button:hover {
	background-image: url(../images/lay-out/button-home-2.png);
}
#contact-button {
	background-image: url(../images/lay-out/button-contact-1.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 46px;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 38px;
}
#contact-button:hover {
	background-image: url(../images/lay-out/button-contact-2.png);
}
#menu {
	height: 45px;
	width: 588px;
	position: absolute;
	left: 158px;
	bottom: 15px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
#menu ul li {
	margin-right: 2px;
	padding: 0;
	text-align: left;
	position: relative;
	cursor: pointer;
	width: 143px;
	float: left;
	border: 1px solid #9b9b9b;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
#menu ul li a {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 13px;
	display: block;
	cursor: pointer;
	color: #CC0000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
}
#menu ul a:hover, #menu ul a.active {
	color: #FFF;
	background-color: #CC0000;
}
#main-shadow-top {
	background-image: url(../images/lay-out/main-shadow-top.png);
	background-repeat: no-repeat;
	height: 174px;
	width: 61px;
	left: 97px;
	position: absolute;
	top: 350px;
	z-index: 20;
}
#content-text {
	float: left;
	width: 365px;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9b9b9b;
	margin-left: 158px;
	display: inline;
	min-height: 280px;
}
#news-box-container {
	background-image: url(../images/lay-out/news-box-bg.png);
	background-repeat: repeat-y;
	float: right;
	width: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9b9b9b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b9b9b;
	margin-right: 158px;
	display: inline;
	background-position: right;
}
.news-box {
	border: 1px solid #9b9b9b;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-left: 2px;
}
.news-box-header {
	background-image: url(../images/lay-out/news-box-header-bg.png);
	background-repeat: repeat-x;
	height: 17px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 1px;
	background-color: #CC0000;
}
.news-box-content {
	font-size: 11px;
	padding: 12px;
}
.news-box-content p {
	margin-top: 0px;
	margin-bottom: 6px;
}
.news-box-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.news-box-content li  {
	background-image: url(../images/lay-out/li.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 6px;
	background-position: 0px -2px;
	line-height: 14px;
}

#content-bottom {
	clear: both;
	height: 120px;
}
#footer {
	background-image: url(../images/lay-out/footer-bg-top.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 902px;
	bottom: 84px;
	position: absolute;
}
#footer-bottom {
	background-image: url(../images/lay-out/footer-bg-bottom.png);
	background-repeat: no-repeat;
	height: 84px;
	width: 902px;
	position: absolute;
	bottom: 0px;
}
#bg-shadow {
	background-image: url(../images/lay-out/ext-shadow.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 452px;
	position: absolute;
	left: -452px;
	bottom: 84px;
}

