body{
	font-family: Arial,"·s²Ó©úÅé";
	margin:0 auto 10px auto;
	padding:0;
	background:#ffe897;
	color:#111111;
}

img{
	border:none;
}

a{
	color:#111111;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

/* index.php */
div.website_body{width:1000px;margin:0 auto; background:url(images/content_bg.png) repeat-y;}
div.website_header{width:922px;margin:0 auto;background:url(images/header_bg.png) no-repeat; height:99px; color:#CCC;}

div.menu_about_us{height:44px; width:107px; float:right; background:url(images/menu.png) 0px 0px; margin-top:44px; cursor:pointer; }
div.menu_about_us:hover{height:44px; width:107px; float:right; background:url(images/menu.png) 0px -44px; margin-top:44px; cursor:pointer; }

div.menu_photo{height:44px; width:103px; float:right; background:url(images/menu.png) -107px 0px; margin-top:44px; cursor:pointer; }
div.menu_photo:hover{height:44px; width:103px; float:right; background:url(images/menu.png) -107px -44px; margin-top:44px; cursor:pointer; }

div.menu_price{height:44px; width:89px; float:right; background:url(images/menu.png) -210px 0px; margin-top:44px; cursor:pointer; }
div.menu_price:hover{height:44px; width:89px; float:right; background:url(images/menu.png) -210px -44px; margin-top:44px; cursor:pointer; }

div.menu_contact_us{height:44px; width:101px; float:right; background:url(images/menu.png) -299px 0px; margin-top:44px; cursor:pointer; }
div.menu_contact_us:hover{height:44px; width:101px; float:right; background:url(images/menu.png) -299px -44px; margin-top:44px; cursor:pointer; }

div.website_top_image{width:922px;margin:0 auto;}


div.content_left{
	margin:30px 0px 0px 39px; 
	background:url(images/section_name_bg.png) no-repeat; 
	height:83px;
	padding:5px 0px 0px 100px;
	font-size:21px;
	font-weight:bold;
	letter-spacing: 5px;
}
div.content_right{
	margin:0px 10px 0px 200px; 
	padding:0px 50px 50px 0px;
}

div.website_body_close{width:1000px;margin:0 auto;background:url(images/content_bg_close.png) no-repeat; height:56px;}

div.website_nav{ background:#3f3f3f}
div.website_content{}
div.website_footer{ color:#5c5c5c; font-size:12px;}

/* about_us.php */
div.about_us_title{font-size:18px; font-weight:bolder;}
div.about_us_content{font-size: 15px; margin-top:12px; line-height:25px; letter-spacing:2px; padding-right:33px;}
div.about_us_breakline{height:30px;}

/* price.php */
table.price td{padding:5px 3px; font-size:13px;}
table tr.color1{ background-color:#ffe897;}
table tr.color2{ background-color:#fff2ca;}


/* contact_us.php */
div.contact_us_title{font-size:18px; font-weight:bolder;}
div.contact_us_content{font-size: 15px; margin-top:2px;}
div.contact_us_breakline{height:25px;}


div.contact_num{
	height:24px; 
	background-color:#412001; 
	text-align:center; 
	width:922px; 
	margin:0px auto 0px auto;
	color:#f7ffff;
	font-size:12px;
	letter-spacing:5px;
	padding-top:7px;
}

/* copyright */
div.copyright{	font-size:10px;	text-align:center;	color:#666666;	margin-bottom:10px;}
a.woho{	color:#666666;	text-decoration:underline;}