
body {
	background-color: #ffffff;
	text-align: center;
	margin: 20px auto;
	padding: 0;
	color:#666666;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}

img{
    border:0px;
    }

a:link {
	color: #666666;
	text-decoration:none;
	}

a:visited {
	color: #666666;
	text-decoration:none;
	}

#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 0px #cccccc;
	}

#header {
	width: 800px;
	height: auto;
	margin:0px;
	text-align:left;
	padding:10px 0px 0px 0px;
	border-bottom:3px solid #9d8930;
	}

#catch {
	width: 800px;
	height: 80px;
	margin:0px;
	text-align:left;
	border-bottom:3px solid #9d8930;
	}

#content {
	width: 800px;
	height: auto;
	margin:0px;
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	text-align:left;
	}

#left {
	width: 180px;
	height: auto;
	margin:0px;
	text-align:left;
	float:left;
	}

#left_top {
	width: 180px;
	height: 51px;
	margin:0px;
	text-align:left;
	background-image:url(../images/left_top.gif);
	}

#left_cnt{
	width: 180px;
	height: 100%;
	margin:0px;
	text-align:left;
	background-color:#cfc69f;
	}

#right {
	width: 590px;
	height: auto;
	margin:0px;
	text-align:left;
	padding:20px 0px 20px 10px;
	float:left;
	}

#footer {
	width: 800px;
	height: auto;
	margin: 0;
	text-align: right;
	padding: 0px 0px 10px 0px;
	border-top:1px solid #9d8930;
	clear: both;
}

#footer img {
	border: none;
}

#footer ul {
	width: 800px;
	height: auto;
	font-size:10px;
	text-align: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#footer li {
	list-style: none;
	margin-right:10px;
	float: right;
}