@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
} 
a:active {
	text-decoration: none;
	color: #000;
}
body {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin-top: 0px 0px;
	background-color: #d7d8dc;
	
	background-image: url(../images/bck.jpg);
	background-repeat: repeat-x;
}
table h2{
	text-transform: uppercase;
	text-align: center;
}
/*---------------------------------MAIN DESIGN--------------------------*/

#page {
	width: 1000px;
	height: 577px;
	margin: -23px auto;
	background-image: url(../images/bck.jpg);
	background-repeat: repeat-x;
}
#panel{
	position: relative;
	width: 180px;
	height: 577px;
	background-image: url(../images/panel.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
}
#news{
	width: 160px;
	height: 413px;
	margin-top: 235px;
	margin-left: 10px;
	float: left;
	color: #fff;
	font-weight: bold;
	overflow: auto;
}
#topmenu{
	position: relative;
	width: 700px;
	height: 90px;
	float: left;
	text-align: right;
}
#menu{
	position: relative;
	width: 800px;
	height: 20px;
	color: #FFF;
	float: left;
	margin-top: -8px;
	margin-left: 10px;
	font-weight: bold;
	overflow: visible;
}
#menu a { color: #FFF; }
#menu a:hover { color: #FFF; }
#content{
	position: relative;
	width: 800px;
	height: 413px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	overflow: auto;
}
#bottom{
	position: relative;
	width: 800px;
	height: 30px;
	margin-top: 20px;
	float: left;
	text-align: right;
}