@charset "utf-8";
/* CSS Document */

body {
	width: 1000px;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 10px;
	background-color: #ECEB78;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header
{  
   width: 1000px;
   height: 200px;
   background-image: url("template/header.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#button
{  
   width: 1000px;
   height: 31px;
   background-image: url("template/slider_2.jpg");
   background-repeat: repeat;
   margin-bottom: 0px;
}

#corps
{  
   width: 1000px;

   background-image: url("template/corps.jpg");
   background-repeat: repeat;
   margin-bottom: 0px;
}
#corps2
{  
   width: 1000px;

   background-image: url("template/corps.jpg");
   background-repeat: repeat;
   margin-bottom: 0px;
}
#footer
{  
   width: 1000px;
   height: 55px;
   background-image: url("template/footer.png");
   background-repeat: no-repeat;
   margin-bottom: 3px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FE3A01;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:link
{
color:#ffffff;
}
#footer a:visited
{
color:#ffffff;
}
#footer a:active
{
color:#ffffff;
}
#footer a:hover
{
color:#FE3A01;
}

#menu a:link
{
color:#000000;
}
#menu a:visited
{
color:#000000;
}
#menu a:active
{
color:#000000;
}
#menu a:hover
{
color:#FE3A01;
}

#corps a:link
{
color:#000000;
}
#corps a:visited
{
color:#000000;
}
#corps a:active
{
color:#000000;
}
#corps a:hover
{
color:#FE3A01;
}

