html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #00B7BD;
}
img {
	border: none;
}
#navi_top {
	float: left;
	margin-top: 175px;
	margin-left: 370px;
	border: none;
}

#navi_top ul li { 
	float: left; 
	text-transform: uppercase; 
	list-style: none; 
	padding-right: 8px; 
	padding-left: 8px; 
	font-weight: bold; 
}


#wrap_all {
	height: 100%;
}
#wrap_all_inner {
	width: 1000px;
	background-image: url(../main/img/bg_index.jpg);
	background-repeat: repeat-y; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}

#wrap_content_cols {
	clear: both;
	width: 1000px;
}

#navi_wrap {
	float:left;
	width: 150px;
	overflow: hidden;
	height: 100%;
	margin-left: 160px;
	text-align: right;
}

#navi_left {
	margin-top: 25px;
	float: left;
	width: 150px;
}

#wrap_right_cols {
	float: left;
}

#content_right {
	padding-left: 10px;
	margin-top: 25px;
	clear: both;
	width: 220px;
}
#wrap_content {
	width: 440px;
	float: left;
}
#content {
	margin-top: 17px;
	padding-left: 10px;
	float: left;
	width: 430px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 0px;
	width: 742px;
	height: 17px;
	background-color: #009999;
	position: relative;
}

#push {
	height: 20px;
}

#stopper {
	clear: both; 
}

.image_clear {
	clear: both;
}
