@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	margin: 0 0 5px 0;
	background-image: url(img/bg.jpg);
	background-color: #f5f0ea;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


#allbg {
	width: 766px;
	height:100%;
	margin: 0px auto;
}

#topcontent {
  width: 766px;
  margin: 0 auto 0 auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-color:#FFF;
  color:#47739e;
  font-weight:bold;
}

#menu_left {
  width: 163px;
  height: 225px;
  margin: 0 auto 0 auto;
  float:left;
  background-color:#FFF;
  background-image: url(images/menu_bg.jpg);
  background-repeat: no-repeat;
  padding-left:30px;
  padding-top:20px;
}


.menulink_div, .menulinkf_div {
  margin-top:5px;
}
.menulink_div a {
  color:#bec04c;
  font-weight:bold;
}
.menulink_div a:hover {
  color:#bec04c;
  text-decoration: underline;
}
.menulinkf_div a {
  color:#fff;
  font-weight:bold;
}
.menulinkf_div a:hover {
  color:#fff;
  text-decoration: underline;
}

#left_content {
  width: 173px;
  height: 632px;
  margin: 0 auto 0 auto;
  float:left;
  background-image: url(images/left_contentbg.jpg);
  background-repeat: no-repeat;
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
}

#image_right {
  width: 573px;
  height: 245px;
  margin: 0 auto 0 auto;
  float:right;
  background-image: url(images/sun_soul_studio.jpg);
  background-repeat: no-repeat;
}

#maincontent {
  width: 563px;
  height: 512px;
  margin: 0 auto 0 auto;
  float:right;
  padding-left:10px;
  padding-top:10px;

}

#contentbg_top {
  width:543px;
  height:41px;
  padding-left:20px;
  padding-top:10px;
  background-image: url(images/contentbg_top.gif);
  background-repeat: no-repeat;
  font-size:15px;
  font-weight:bold;
  color:#614307;
}

#contentbg_middle {
  width:518px;
  min-height:425px;
  padding-left:20px;
  padding-right:20px;
  background-image: url(images/contentbg_middle.gif);
  background-repeat:repeat-y;
}

#contentbg_bottom {
  width:558px;
  height:26px;
  background-image: url(images/contentbg_bottom.gif);
  background-repeat: no-repeat;
  margin-bottom:20px;
}

