﻿body{
	background: #444b51 url('../webimg/bg.png') repeat-x fixed;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
div#contentwrapper{
	width: 970px;
	margin: auto;
	text-align: left;
}
div#pageheader{
	background: url('../webimg/wideheader.png') no-repeat;
	width: 970px;
	height: 180px;
}
div#page{
	background: url('../webimg/wideinnerbg.png') repeat-y;
	width: 970px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
div#pagecontent{
	width: 930px;
}
div#pageend{
	background: url('../webimg/widebottom.png') no-repeat;
	width: 970px;
	height: 60px;
	float: left;
}
div#footer{
	color: #cdcdcd;
	font-size: small;
	text-align: center;
}
div#footer a{
	color: #cdcdcd;
	text-decoration: none;
}
div#footer a:hover{
	text-decoration: underline;
}
div.item{
	padding: 5px 10px 10px 10px;
	cursor: pointer;
	width: 915px;
}
div.bigitem{
	padding: 5px 10px 10px 10px;
	cursor: pointer;
	width: 915px;
}
div.item:hover{
	background: url('../webimg/itembg.png') no-repeat;
}
div.bigitem:hover{
	background: url('../webimg/bigitembg.png') no-repeat;
}
div.item_icon{
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
div.item_title{
	color: #3c3c3c;
	font-weight: bold;
	font-size: large;
}
span.item_subtitle{
	font-size: medium;
	color: #524d4a;
	font-weight: normal;
	float: right;
	margin-right: 13px;
	margin-top: 3px;
}
div.item_text{
	color: #524d4a;
}
div.item_smalltext{
	color: #524d4a;
	font-size: small;
	margin-right: 10px;
	text-align: justify;
}