body {
	background-color: #62796D;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #004B36;
}
a:hover { color: black; }

img { border: none; }

h1, h2, h3 {
	margin: 0;
	letter-spacing: 0.07em;
}

h1 {
	font-size: 20px;
	width: 100%;
	padding: 2px 0;
	font-weight: normal;
	border-bottomV: solid 1px #AAA;
}

h2 {
	font-size: 16px;
	width: 100%;
	padding: 4px 0;
	font-weight: normal;
	border-bottomV: solid 1px #AAA;
}

h3 { font-size: 12px; }


#container {
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	width: 850px;
	margin: 4px auto;
	padding: 0px;
}

#nav {
	background-color: #999;
	width: 100%;
	height: 25px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: black;
}
#nav h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: none;
}
#nav a, #nav .hit a:hover { color: white; }
#nav a:hover, #nav .hit a { color: black; }

#content {
	background-colorV: white;
	text-align: left;
	width: 100%;
	margin: 0;
}
#content a:hover { color: #999; }
#content .hit a { color: black; }

#flash_01 { padding-bottom: 4px; }

.col_1 {
	padding: 0px 8px 0 0;
	width: 250px;
	margin: 0;
}

.col_2 {
	padding: 0 0 0 8px;
	margin: 0;
}
.col_2 img {
	float: right;
	padding: 0 0 4px 8px;
}

#footer {
	border-bottom: solid 4px #004B36;
	background-color: #BBB;
	text-align: right;
	letter-spacing: 0.07em;
	color: white;
	width: 846px;
	margin: 0;
	padding: 2px;
}
#footer a { color: white; }
#footer a:hover { color: #333; }

#con_form {
	width: 250px;
	margin: 0 4px;
	padding: 4px;
}

.inp {
	text-align: right;
	width: 100%;
}
.inp_txt { width: 80%; }
.msg_txt {
	width: 100%;
	height: 120px;
}

.btn {
	background-color: #333;
	color: white;
	border: none;
	padding: 1px;
}
.btn:hover {
	background-color: white;
	color: #333;
	border: solid 1px #333;
	padding: 0;
}

.store_obj {
	border: solid 1px #AAA;
	float: left;
	width: 170px;
	height: 100px;
	padding: 4px;
	margin: 4px;
	position: relative;
}
.store_obj a { color: white; }
.store_obj h3 {
	z-index: 1;
	position: absolute;
	height: 30px;
	width: 170px;
	top: 4px;
	left: 4px;
}
.bg_thumb {
	background-color: #333;
	opacity:0.6;
	filter:alpha(opacity=60);
	height: 30px;
	width: 170px;
	z-index: 0;
	position: absolute;
	top: 4px;
	left: 4px;
}
