html, body{
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	font-family: "Arial Narrow";
	font-size: 14px;
	height: 100%;
	padding: 0;
	margin: 0;
}
#container{
	background-image: url(../images/top_bg_repeat.jpg);
	background-repeat: repeat-x;
	padding-left: 280px;
	padding-bottom: 490px;
}
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 64px;
	padding-top: 113px;
}

	#menus{
		background-image: url(../images/menus/1.jpg);
		background-repeat: no-repeat;
		height: 64px;
	}
		#menus ul{
			padding: 0;
			margin: 0;
			margin-left:  242px;
			list-style: none;
			height: 64px;
			width: 500px;
		}
			#menus ul li{
				float: left;
				display: inline;
				height: 64px;
			}
#contents{
	padding: 0;
	margin: 0;
	width: 741px;
}
	#left_content{
		width: 193px;
		min-height: 415px;
		margin-left: 7px;
		float: left;
		display: inline;
	}
		#left_content ul{
			margin: 0 0 0 6px;
			padding: 0;
			list-style: none;
			text-align: center;
		}
		#left_content ul li{
			width: 179px;
			padding: 0;
			margin: 0;
		}

	#right_content{
		background-image: url(../images/right_content_repeat.jpg);
		background-repeat: repeat-y;
		width: 470px;
		margin-left: 11px;
		min-height: 415px;
		float: left;
		padding:  10px 30px;
	}
#footer{
	margin-top: -490px;
	height: 490px;
	padding-left: 280px;
	background-image: url(../images/footer_bg_repeat.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
	#footer_top{
		background-image: url(../images/footer_top.jpg);
		background-repeat: no-repeat;
		height: 346px;
		width: 740px;
		padding-top: 20px;
	}
		#footer_top_left{
			float: left;
			padding-right: 20px;
			width: 368px;
			height: 332px;
			margin-left: 13px;
		}
		#footer_top_right{
			float: left;
			margin-left: 30px;
			width: 280px;
			padding-right: 10px;
		}

	#footer_menu{
		background-image: url(../images/footer_menu_bg_repeat.jpg);
		background-repeat: repeat-y;
		list-style: none;
		height: 50px;
		text-align: center;
		width: 740px;
		padding: 0; margin: 0;
	}
		#footer_menu li{
			height: 30px;
			float: left;
			display: inline;
			padding: 20px 30px 0 30px;
		}
			#footer_menu li a{
				color: #544b46;
				padding: 0;
				margin: 0;
			}
	#cybernautic{
		width: 740px;
		height: 65px;
		margin: 0;
		padding: 0;
	}
/* common */
h1,h2,h3,h4,h5,h6{
	margin: 5px 0;
}
h1{
	font-size: 25px;
	color: #1b7a80;
	font-weight: normal;
	margin-bottom: 5px;
}
h2{
	font-weight: normal;
	font-size: 18px;
	color: #1b7a80;
}
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 12px; }
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0;
	padding: 0;
	margin: 0;
}
.green{
	color: #1b7a80;
}
.brown{
	color: #201707;
}
hr{
	height: 1px;
	background-color: #18787d;
	color: #18787d;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	text-align:  left;
}
img.intext{
	margin: -25px 0px 5px 5px;
	float: right;
	width: 190px;
}

.sthumb{
	border: 5px solid #fff;
	width: 65px;
	height: 65px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
	float:left;
}
.sthumb_captioned{
	min-height: 65px;
	border: 5px solid #fff;
	width: 65px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
	float:left;
	text-align: center;
}
.sthumb img,.sthumb_captioned img{
	border: 1px solid #000;
	width: 63px;
	height: 63px;
}

.mthumb{
	width: 100px;
	min-height: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
	text-align: center;
}
.mthumb img{
	border: 1px solid #000;
	width: 98px;
	height: 98px;
}
.product{
	width: 470px;
}
.summary{
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	width: 380px;
	float: left;
}
.clear{
	clear: both;
	display: block;
}
p{ margin: 0; padding: 0; }

