@charset "utf-8";
/* CSS Document */

body, img, p, ul, h1, h2, h3, a { margin:0px; padding:0px; }

body { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; background:#fff url(../img/page-bg.jpg) top center no-repeat; }
h1, h2 { text-align:center; color:#231f20; }
h1 { font-weight:bold; font-size:16px; }
h2 { font-weight:normal; font-size:9px; }
h3 { color:#666; }
a { cursor:pointer; text-decoration:none; color:#000; }

#page-wrap { width:890px; margin:0px auto; padding-left:15px; }

#header { height:165px; }
	#header-text { padding-top:51px; padding-left:580px; width:250px; height:83px; }
		#header-text h1 { margin-top:17px; }
	#menu { height:30px; }
		#menu ul { list-style:none; height:100%; margin-left:10px; margin-right:60px; }
		#menu li { float:left; height:16px; line-height:16px; padding:7px 15px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#acc6d5; margin-right:17px; }
		#menu li.active { height:25px; line-height:26px; margin-top:-10px; background:#fff url(../img/tab-active-bg.jpg) top left repeat-x; border:1px solid #a8a69b; border-bottom:none; color:#000; }
		#menu li.tele { float:right; width:220px; margin:0px;text-align:center; font-size:18px; line-height:12px; }
		#menu li.tele span { font-size:12px; }
		#menu li a { color:#acc6d5; }

#content-wrap { }
	#content { float:left; padding:30px 63px 0px 100px; width:417px; }
		#content p { text-align:justify; line-height:1.8em; color:#414040; margin-bottom:30px; }
	#sidebar { float:left; width:252px; text-align:center; }
		#sidebar #about-me { color:#666666; }
		#sidebar #about-me p { margin-bottom:25px; }
		#sidebar #about-me p.last { margin-bottom:0px; }
		
		#sidebar #my-address { color:#414040; }
		
		#sidebar .box { border:1px solid #b6b4ad; background:#f5f0e3; padding:10px 17px; margin-top:19px; line-height:1.8em }