#matter {
	margin-right: 50px;
	margin-left: 50px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#border {
	height: auto;
	width: 75%;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #000000;
	margin-left: 10px;
}

img {
	border: none;
}
#text1 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#news {
	padding-left: 25px;
	border-left-style: none;
	padding-top: 5px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	width: 94%;
	padding-bottom: 5px;
	background-image: url(images/news.gif);
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 10px;
}

#bottom a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
#bottom a:hover {
	text-decoration: underline;
	color: #F4F4F4;
}
#bottom a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
	left: -28px;
	width: 23px;
	top: -7px;
}
a.dock-item {
	display: block;
	width: 166px;
	color: #FFFFFF;
	position: absolute;
	top: -5px;
	text-align: center;
	text-decoration: none;
	height: 136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	left: -149px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
