* {
	margin: 0;
	padding: 0;
}
html, body {
	background-image: url(global_images/bg_body.png);
	height: 100%;
}
#wrapper {
	width: 720px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(global_images/bg_wrapper.png);
}
/* content */
.content {
	clear: both;
	font-size: 1.2em;
	margin: 0 24px;
	padding: 0 38px 12px;
	background-image: url(global_images/bg_header.png);
	background-repeat: no-repeat;
}
/* footer */
.footer {
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 632px;
	background-image: url(global_images/bg_footer.png);
	background-repeat: no-repeat;
}
.title {
	font-family: "Viner Hand ITC";
	font-size: 36px;
}
.item {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}
/* navigation */
.navigation {
	height: 32px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: no-repeat;
}

.navi_div {
	height: 1px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-image: url(global_images/navi_divider.png);
}

.navigation a {
	color: #6C7151;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
	font-family: "Viner Hand ITC";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.navigation a:hover,.navigation #selected {
	color: #000000;
	}
.content .spacer {
	height: 42px;
}
.title {
	color: #000000;
	font-family: Arial;
	font-size: 24px;
	padding: 0 0 5px 0;
}
.header {
	font-family: "Viner Hand ITC";
	font-size: 36px;
	color: #000000;
}
.divider {
	height: 40px;
	background-image: url(global_images/bg_divider.png);
	background-repeat: no-repeat;
	background-position: center;
}
.left {float: left;}
.right {float: right;}

