			html,body {
				margin:0px;
				height:100%;
				font-family:Tahoma,Verdana,Arial,Helvetica,sans serif;
				font-size:90%;
				line-height:160%;
				color:#666688;
			}
			#wrapper {
				width:1000px;
				height:100%;
				margin:0px auto;
			}
			#header {
				width:1000px;
				height:180px;
				background:#ffffff url(../images/header.jpg) no-repeat;
			}
			#top {
				width:1000px;
				height:205px;
				background:#ffffff url(../images/top.png) no-repeat;
			}
			#bottom {
				z-index:0;
				width:1000px;
				height:609px;
				background:#ffffff url(../images/bottom.png) no-repeat;
			}
			#main {
				background:#ffffff url(../images/middle.png) repeat-y;
				position:relative;
				z-index:9999;
			}
			#content {
				position:relative;
				overflow:auto;
				margin-top:-140px;
				margin-bottom:-400px;
				min-height:400px;
				z-index:9999;
			}
			#text {
				position:relative;
				min-height:400px;
				float:left;
				width:520px;
				margin-left:60px;
				z-index:9999;
			}
			#leftmenu {
				position:relative;
				min-height:400px;
				float:left;
				width:186px;
				font-size:120%;
				z-index:9999;
			}
			#image {
				float:right;
				width:168px;
				height:250px;
				background-color:#cccccc;
				margin:24px 20px 10px 10px;
			}
			h1 {
				font-size:200%;
				color:#006699;
				font-weight:normal;
			}
			#leftmenu ul {
				list-style-type:none;
				margin:0px;
				padding:10px 0px 0px 24px;
			}
			#leftmenu ul li {
				display:block;
				padding:4px;
			}
			#leftmenu ul li a {
				color:#9999bb;
				text-decoration:none;
			}
			#leftmenu ul li a:hover {
				color:#006699;
			}
			#address {
			 	position:absolute;
				font-size:90%;
				bottom:8px;
				left:20px;
				color:#ffffff;
			}
			#egg {
				font-size:90%;
				position:absolute;
				bottom:8px;
				right:20px;
				color:#ffffff;
			}
			#egg a {
				color:#ffffff;
			}
