body {
	background: url(../images/background.gif);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
a {color: #36548F; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}
a.news {font-size: 10px;}
a.newsList {font-size: 12px;}
a.editor {font-size: 11px; color: #585858; text-decoration: underline; font-weight: normal;}
a.editor:hover {text-decoration: none;}
#masterHolder {
	width: 100%;
	height: 100%;
	text-align: center;
}
#masterHolderCenter {
	position: relative;
	width: 616px;
	margin: 0 auto;
	text-align: left;
}
#header {height: 100px;}
#header[id] {background: url(../images/bg_top.png) no-repeat;}
	#headerIePngFix {
		height: 100px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='template/images/bg_top.png');;
	}
		#logo {
			position: absolute;
			left: 233px;
			top: 30px;
		}
#middle {
	background: #ffffff url(../images/bg_middle.gif) no-repeat;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
	#middleLeftHolder {width: 233px; float: left;}
		#middleLeft {padding: 20px 50px 0px 23px;}
			#middleLeftAddress {margin-bottom: 30px;}
			#middleLeftNews {font-size: 12px; font-weight: bold;}
				#middleLeftNewsNews {}
				.newsDate {font-size: 11px; color: #888888;}
				.newsTitle {}
				.newsTitleOpen {font-size: 12px; font-weight: bold; margin: 5px 0px 10px 0px;}
				.newsContent {font-size: 11px; font-weight: normal;}
	#middleRightHolder {width: 383px; float: right;}
		#middleRight {line-height: 20px; padding: 20px 24px 0px 0px;}
#bottom {
	position: relative;
	height: 42px;
	font-size: 11px;
	color: #585858;
}
#bottom[id] {background: url(../images/bg_bottom.png) no-repeat;}
	#bottomIePngFix {
		height: 42px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='template/images/bg_bottom.png');
	}
		#bottomLeft {padding: 17px 0px 0px 30px;}
		#bottomRight {
			position: absolute;
			right: 47px;
			top: 17px;
		}
		#bottomLogo {
			position: absolute;
			right: 18px;
			top: 0px;
		}
.dash {
	background: url(../images/dash.gif) repeat-x;
	font-size: 1px;
	line-height: 1px;
	margin: 7px 0px 5px 0px;
}
#newsBack {font-size: 9px;}
.images {border: 1px solid #000000;}