body {
	background: #EEEEEE;
	width: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	font-size: 1em;
}

#header {
	width: 780px;
	height: 198px;
	background-image:url("../art/bk_header_lv1.jpg");
	text-align: right;
	font-size: .85em;
}

#header span {
	display: block;
	margin-right: 15px;
	padding-top: 9px;
	float: right;
}

#header span a {
	color: black;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#header span a:hover {
	color: #669966;
}

#frame {
	background: white;
	width: 780px;
	overflow: hidden;
}

#leftbar {
	padding-top: 10px;
	float: left;
	width: 155px;
}

#leftbar span {
	display: block;
	margin-left: 10px;
	margin-top: 4px;
}

#leftbar a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #9F9E5D;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: .8em;
	font-weight: bold;
	color: #4D4D4D;
}

#leftbar #subber {
	border-bottom: 1px solid #9F9E5D;
}

#leftbar #subber a {
	font-weight: normal;
	padding-left: 5px;
	border-bottom: none;
}

#leftbar a:hover {
	color: #669966;
}

#leftbar a#current {
	color: #996600;
}


#leftbar a.craftshow_main {
	padding: 0px;
	border: 0px;
	margin-top: 25px;
	display:block;
	float: left;
	width: 39px;
	height: 71px;
	background-image:url("../art/b_craftshow.jpg");
}

#leftbar a:hover.craftshow_main { 
	background-position: 0 -71px;
}

#content {
	float: right;
	width: 500px;
	font-size: .8em;
	margin-bottom: 45px;
	}

#content span {
	display: block;
	width: 500px;
	margin: 10px;
	margin-top: 20px;
}

#content b {
	display: block;
	font-weight: normal;
	padding-top: 25px;
}

#content h2 {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 1em;
	color: #000033;
}

#content p {
	width: 220px;
	color: #666666;
	line-height: 1.35em;
}

#content a {
	color: #0033CC;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img#main_image {
	display: inline;
	float: right;
}

#content table#directory {
	border-collapse: collapse;
	width: 500px;
}

#content table#directory td {
	border-bottom: 1px solid #ccc;
}

#content table#directory tr.odd {
	background-color: #E6F0F2;
}

#content table#directory tr.header {
	background-color: #cccccc;
}

#footer {
	overflow: hidden;
	background: white;
	padding-left: 175px;
	clear: both;
	padding-bottom: 10px;
	_padding-bottom: 80px;
	font-size: .9em;
}

#footer span {
	display: block;
	border-top: 1px solid #9F9E5D;
}

#footer img {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

#footer p {
	float: left;
	width: 500px;
	font-size: .8em;
	color: #666666;	
	line-height: 1.4em;
}

#footer a {
	text-decoration: none;
	color: #0033CC;
	margin-right: 10px;
}

#footer a:hover {
	text-decoration: underline;
}