html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ff7800;
	color: #999;
}
img {
	border: 0;
}
a {
	color: #ff7800;
}
a:hover {
	color: #ff7800;
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 820px;
	min-height: 100%;
	margin: 0px auto;
	height: 100%;
}
html>body #container {
	height: auto;
}
#main {
	position: absolute;
	top:50%;
	background-image: url('img/bg_main.jpg');
	background-repeat: no-repeat;
	width: 820px;
	height: 614px;
	margin-top:-307px;
}
#navi {
	width: 728px;
	height: 21px;
	margin: 0px 0 0px 25px;
	padding: 0;
	text-align: left;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi ul li a {
	background-image: url('img/button_n.jpg');
	display: block;
	width: 104px;
	height: 21px;
	color: white;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}
#navi ul li a:hover {
	background-image: url('img/button_o.jpg');
}
#navi ul li a.is_active {
	background-image: url('img/button_o.jpg');
}
#flash {
	width: 728px;
	height: 202px;
	margin: 17px 67px 0 25px;
	background-image: url('img/blank_flash.gif');
}
#content {
	width: 708px;
	height: 338px;
	margin: 0 67px 0px 25px;
	padding: 0 10px 10px 10px;
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
	background: #fff url('img/bg_content.jpg') no-repeat 0 3px;
	background-repeat: no-repeat;
}
#cnt_left {
	position: absolute;
	bottom: 0;
	width: 350px;
	margin: 0 0 40px 0;
}
#cnt_left img {
	text-align: right;
	float: right;
}
#cnt_right {
	position: absolute;
	bottom: 0;
	float: right;
	width: 350px;
	margin: 0 0 40px 358px;
	line-height: 17px;
}
#subnavi {
	width: 708px;
	height: 21px;
	margin: 0 0 0 -10px;
	padding-left: 20px;
	background-color: #ddd;
}
#subnavi ul {
	margin: 0;
	padding: 0;
}
#subnavi ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 5px;
}
#subnavi ul li a {
	height: 21px;
	color: #444;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
}
#subnavi ul li a:hover {
	color: #999;
	text-decoration: underline;
}
#subnavi ul li a.is_sub_active {
	color: #ff7800;
	text-decoration: none;
}
#subnavi ul li a.is_sub_active:hover {
	color: #ccc;
	text-decoration: underline;
}
.headline {
	margin: 0;
	padding: 0;
	height: 21px;
	color: #aaa;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 700;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
}
#footer {
	width: 450px;
	height: 12px;
	margin: 3px 0 0 25px;
	padding: 0;
}
#footer a {
	float: left;
	display: block;
	width: 60px;
	color: white;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}
#footer a:hover {
	color: #ddd;
	text-decoration: underline;
}
#copyright {
	width: 253px;
	margin: 3px 0 0 475px;
	padding: 0;
	text-align: right;
	color: white;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
}
.textfield {
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 20px 0 0;
	width: 130px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.textfieldBig {
	font-family: Tahoma;
	font-size: 10px;
	width: 285px;
	background-color: #efefef;
	border: 1px solid #ccc;
}
.button {
	font-family: Tahoma;
	font-size: 10px;
	background-color: #333;
	background-image: url('img/button_n.jpg');
	width: 104px;
	color: #efefef;
	border: 1px solid #999;
	margin: 0 14px;
}
.button:hover {
	background-color: #ff7800;
	background-image: url('img/button_o.jpg');
	width: 104px;
	color: #333;
	border: 1px solid #999;
}
#thumbnails img {
	border: 1px solid #000;
}