@charset "UTF-8";
/* CSS Document */

body {
	background-color: #212121;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Content {
	position: absolute;
	top: 178px;
} 
	
	
.TopBG {
	background-image: url(images/contentbg.jpg);

}
#Site {
	margin: auto;
	width: 1000px;
	position: relative;
}
#SiteBG {
	background-image: url(images/labus_03.jpg);
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 35px;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#Navigation {
	background-image: url(images/labus_02.jpg);
	background-repeat: no-repeat;
	height: 65px;
}
#Footer {
	background-image: url(images/labus_07.jpg);
	background-repeat: no-repeat;
}
#FooterNavigation {
	padding-top: 0px;
}
.clear {
	clear: both;
}
.FooterInfo {
	padding-top: 35px;
	padding-right: 155px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: right;
	color: #999999;
}
#SiteBG h1 {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF9C06;
}
.Posts p {
	line-height: 21px;
}

.Posts { 
border-bottom:1px dotted #333;
margin-bottom:12px;}

#NewsArea {
	background-image: url(images/newsbg.jpg);
	height: 370px;
	width: 304px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#NewsArea h3 {
	color: #F6A400;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.NewsItem {
	padding: 12px;
	margin-top: 5px;
	border: 1px dotted #666666;
}
.NewsItem a {
	color: #FFCC00;
	text-decoration: none;
}
.LinktoNews {
	padding: 10px;
	text-align: right;
}
.NewsItem h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

.NewsItem p {
	margin:0px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.navigation li {
	display: inline;
	float: left;
}
.navigation li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #454545;
}

a { 
color:#FFFFFF;}
