body {
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797b79;
}

div, p, a, ul, li, h1, h2, h3, img, body {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #000;
}

#page {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#head {
	position: relative;
	height: 95px;
}
#home {
	position: absolute;
	top: 0;
	left: 0;
}
#address {
	position: absolute;
	top: 0;
	right: 0;
}

#menu {
	height: 40px;
}
#menu ul {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	background-image: url(images/menu.gif);
	height: 40px;
}
#menu li {
	position: relative;
	top: 10px;
	display: inline;
	border-right: 1px solid #fff;
	padding: 10px 25px 10px 25px; 
}
#menu li.last {
	border: none;
}
#menu li.active {
	background-image: url(images/menu-active.gif);
}
#menu a {
	color: #fff;
	text-decoration: none;
}

#content {
	padding: 10px;
	min-height: 740px;
}
* html #content {
	height: 740px;
}


#news-box {
	position: relative;
	height: 254px;
}

#news-banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 254px;
	width: 524px;
	overflow: hidden;
}

#news-items {
	position: absolute;
	top: 0;
	right: 0;
	height: 234px;
	width: 225px;
	background-image: url(images/news-items.jpg);
	padding: 20px 12px 0 9px;
}
#news-items .item {	
	height: 105px;
	width: 225px;
	padding-bottom: 11px;
}
#news-items .item  p{
	float: right;
	width: 135px;
	text-align: center;
	padding: 10px 10px 0 0;
}
#news-items .item  img{
	float: left;
	padding: 4px 0 0 4px;
}

.clear{
	clear: both;
}

.left {
	text-align: left;
}

#content-list a {
	text-decoration: none;
}

#content-list, #foot-list {
	padding-top: 10px;
	margin-bottom: 10px;
}

#content-list  .item, #foot-list .item {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d7cd;
	text-align: center;
}
#content-list  .border, #foot-list .border {
	height: 250px;
	border-left: 1px solid #d0d7cd;
}
#content-list  .last, #foot-list .last{
	border-right: 1px solid #d0d7cd;
}
#content-list  .right {
	float: right;
}
#content-list  .separator {
	clear: both;
	padding-bottom: 15px;
}
#content-list .full {
	width: 195px;
	margin-bottom: 15px;
}
#content-list h3 {
	font-size: 16px;
	color: #797b79;
	padding: 5px 0 20px 0;
}
#content-list .content-img {
	padding-bottom: 30px;
}

.reference-list {
	padding: 0 10px 0 10px;
}

#foot-list .item {
	width: 390px;
}
#foot-list .caption {
	float: left;
	padding: 0 0 5px 10px;
}
#foot-list a {
	clear: both;
}
#foot-list img {
	padding-bottom: 5px;
}

#foot {
	margin-top: 10px;
	height: 20px;
	background-color: #797b79;
	padding: 22px 10px 22px 10px;
}
#foot a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#foot-desc {
	float: right;
}

#article {
	padding-top: 10px;
}
#article h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
#article img {
	padding-right: 10px;
}

#path {
	color: #797b79;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #d0d7cd;
}
#path a {
	color: #797b79;
	text-decoration: none;
}
#path .last {
	font-weight: bold;
}
