#container {
	width:1000px;
	margin: 0 auto;
	text-align:left;
}

#topmenu {
	width:1000px;
	height:44px;
	background-color:#c6c6c6;
	color:#535353;
}
#header {
	width:1000px;
	height:134px;
	background-image:url(../images/head.jpg);
}
#middle {
	width:1000px;
	height:556px;
	background-image:url(../images/background.jpg);
}
#left {
	position:relative;
	float:left;
	width:500px;
	border:0px solid black;
	padding:20px;
}
.items {
	width:145px;
	height:145px;
	border:0px solid black;
	float:left;
	margin:2px;
}
#item1 {
	background-image:url(../images/mb_1_n.jpg);
}
#item2 {
	background-image:url(../images/mb_2_n.jpg);
}
#item3 {
	background-image:url(../images/mb_3_n.jpg);
}
#item4 {
	background-image:url(../images/mb_4_n.jpg);
}
#item5 {
	background-image:url(../images/mb_5_n.jpg);
}
#item6 {
	background-image:url(../images/mb_6_n.jpg);
}
#item7 {
	background-image:url(../images/mb_7_n.jpg);
}
#item8 {
	background-image:url(../images/mb_8_n.jpg);
}
#item9 {
	background-image:url(../images/mb_9_n.jpg);
}

#right {
	position:relative;
	float:right;
	width:500px;
	border:0px solid black;
	padding-top:2px;
}
#banners {
	padding:20px;
}
#banners img {
	border:1px solid white;
}
#news {
	padding-left:40px;
}
#dates {
	padding-left:40px;
}
	
#bottom {
	background-color:#c6c6c6;
	width:1000px;
	color:#535353;
	height:36px;
	text-align:center;
	padding:10px;
	font-size:8pt;
}
#bottom a {
	text-decoration:none;
	color:#535353;
}

/********* NEWS ************/
div.news-latest-item {
	padding:4px;
}
div.news-latest-item a {
	color:#2b2b2d;
	text-decoration:none;
}
