/* CSS Document */
html{
	overflow:hidden;
}
body{
	margin:0;
	width:100%;
	color: #D0BE9A; 
}
#logo{
	width:140px;
	height:140px;
	position:absolute;
	top:200px;
	left:140px;
}
#all{
	width:985px;
	height:460px;
	float:left;
	background-color:#C7B18B;
}

#main{
	width:960px;
	height:400px; 
	margin:10px auto;
	padding:5px;
	background: #CEBD9F;
	border:1px solid  #E3D7C8;
}
#left{
	width:200px;
	height:400px; 
	float:left;
	background-color:#F6F3EA;
}
#right{
	width:760px;
	height:400px; 
	float:left;
	background-color: #CEBD9F;
}
#right .right-left{
	width:200px;
	height:200px; 
	float:left;
}
#right .right-right{
	width:200px;
	height:200px; 
	float:right;
}
#right .right-down{
	width:760px;
	height:190px; 
	top:200px;	
}
.content{
	width:670px;
	height:380px;
	margin:20px 0px 0px 80px ;
	font-size:9px;

}
h1{
	font-size :9px;
}

/*       ¿ï³æ      */
#menu ul{
	list-style-type: none;
	margin-top: 185px;
	padding: 0px;
	font-size :7pt;
}
#menu a{
	border-bottom: #E1C671 1px dotted;
	text-decoration:none;
	width: 100px;
	padding-left: 20px;
	display: block;
	color:#663300;
}
#menu a:hover{
color: #E1C671;
}

#guestbook{
	padding-top:20px;
}
#content .guestbook-title{
	width:390px;
	margin:20px 0 0 10px;
	color:#897a62;
}
#table{
	padding-top:20px;
}
#table .table-one{
	font-size:11px;
	background-color:#FAFAFA;
	color:#897a62;
	font-weight:bold;
} 
#table .table-two{
	font-size:11px;
	background-color: #CCCCCC;
	border:solid #FAFAFA 1px;
	color:#6a5d40;
} 
#link {
	font-size :11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#897a62;
	padding:right;
	width:250px;
}
#web {
	width:960px;
	height:10px; 
	margin:auto;
	font-size :10px;
	text-align:right;
	color:#FFF;	
}
#buttom{
	width:985px;
	height:22px;
	background-color:#C4C0B0;
	position:absolute;
	top:462px;
	left:0px;
}
#buttom img{
	float:right;
}
