@charset "utf-8";
/* CSS Document */
body {
	width: 916px;
   	margin: auto; 
   	margin-top: 20px;
   	margin-bottom: 20px;    
	background-color:#f9f9d0;
}
#header {
   width: 916px;
   height: 128px;
   background-image: url("images/r1_c1.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu {
   float: left; 
   width: 214px;
   height: 400px;
   background-image: url("images/menu.jpg");
   background-repeat: no-repeat;
}



#corps
{
	margin-top: 20px;
	margin-left: 220px;
	margin-bottom: 20px;
	padding: 5px;
	color: #204771;
	background-color: #FFFFFF;
	border: solid 3px;
	border-color: #204771;	
}
.smenu {
    margin-top: 115px;
	margin-left: 70px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 209px;
	background-image: url(images/smenu.gif);
	background-repeat: no-repeat;

}


a:link {
	color: #3366FF;
}
a:visited {
	color: #3366FF;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #3366FF;
}
.Style1 {
	color: #204771;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Style4 {
	font-size: 10pt;
	font-weight: bold;
}
.Style8 {	font-size: 36px;
	font-weight: bold;
	color: #204771;
}
