body {
  color: #ffffff;
  background-color: #000000;
  font-family: arial,sans-serif;
  font-size:0.8em;
}

img {
  border:0;
}

.outer {
}

.page {
  width:890px;
  margin: 0 auto;
}

.heading {
  padding-top:50px;
  font-size:40px;
}

.footer {

}

.menu {
  font-size:20px;
  float:left;
  margin-top:20px;
  width:800px;
}

.menu_left {
  font-size:18px;
}

.small_logo {
  float:right;
  height:80px;
  width:72px;
}

.content{
}

.content_left{
  float: left;
  width:440px;
  padding-top:30px;
}

.content_right{
  float: right;
  width:440px;
  padding-top:10px;
}

.content_left2{
  float: left;
  width:580px;
  padding-top:50px;
}

.content_left2_left{
  float: left;
  width:140px;
  padding-top:6px;
}

.content_left2_right{
  float: right;
  width:440px;
}

.content_right2{
  float: right;
  width:300px;
  padding-top:10px;
}

.pic img{
  float:right;
}

.prop {
  float:left;
  width:1px;
  height:360px;
}

.clear {
  clear:both;
}

.note {
  padding-top:2px;
  color:#777777;
  font-size:8px;
}

.content a{text-decoration: none; color:#ae8863}
.content a:hover {color: #cccccc;}

.menulink a {text-decoration: none; color:#777777;}
.menulink a:hover {color:#cccccc;}

.menutaken a {text-decoration: none; color:#ffffff;}
.menutaken a:hover {color:#ffffff;}

.note a {text-decoration: none; color:#777777;}

img.fltleft {
	float: left;
 	margin: 0 10px 0px 0;
 	border: 0;
}

img.fltright {
	float: right;
	margin: 0 0 0 10px;
	border: 0;
}

.tail {
	clear:both;
}

