body {
  text-align: center;
  background-color: #ccccff;
}
* {
    margin: 0px;
    padding: 0px; 
}
#shade {
  background-image: url(../img/shader.jpg);
  background-repeat: repeat-y;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
#wrapper {
  width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  background-color: #FFFFFF;
}
#wrapper  #header {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 0px;
}
#wrapper  #menu {
  text-align: left;
  width: 900px;
  background-color: #FDA4E0;
}
#wrapper   #left {
  float: left;
  background-color: #FFFFFF;
  text-align: center;
  width: 150px;
}
#wrapper   #main {
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	width: 750px;
  }
#wrapper   #main_list {
	background-color: #EAEAEA;
	float: left;
	text-align: center;
	width: 750px;
  }
#wrapper  #bottom {
  clear: both;
}
#wrapper #footer {
  text-align: center;
  background-color: #FDA4E0;
}
a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.style2 {font-size: 12px}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0000FF;
}
a:active {text-decoration: none;}
a:link {
  text-decoration: none;
  color: #4A006A;
}
a.menu:visited {
  text-decoration: none;
  color: #FFFF00;
}
a.menu:hover {
    text-decoration: none;
    color: #FFF;
}
a.menu:active {
  text-decoration: none;
  color: #0000FF;
}
a.menu:link {
  text-decoration: none;
  color: #000000;
}
.style_menu_font {
    font-size: 12px; color: #000;

