@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#Panel {
	width: 812px;
}


#News{
	width:800px;
	height:226px;
	background-image:url(../images/07_1.jpg);
	background-repeat:repeat-x;
	border: 2px solid #1e335e;
	background-color: #FFFFFF;
}
#NewMaterial{
	margin-top:5px;
	width:800px;
	height:226px;
	background-image:url(../images/08_1.jpg);
	background-repeat:repeat-x;
	border: 2px solid #1e335e;
	background-color: #FFFFFF;
}
#Advertisement{
	margin-top:5px;
	width:800px;
	height:226px;
	background-image:url(../images/13_1.jpg);
	background-repeat:repeat-x;
	border: 2px solid #1e335e;
	background-color: #FFFFFF;
}

.Ad div
{
	float:left;
	margin-top:5px;
	margin-left:10px;
}

