body, html {
	margin: 0px;
	background: url('background.jpg');
	font-family: Verdana;
	font-size: 11px;
	color: #cbccce;
	height: 100%;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0px;
}

h1,h3 {
	color: #fff;
}

input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
	border: 1px #696969 solid;
	margin: 1px;
}

#container {
	display: table;
	margin: 0 auto;
	padding: 0px 1px;
	width: 890px;
	border-left: 2px #80e7f8 solid;
	border-right: 2px #80e7f8 solid;
	background: url('fish.jpg') bottom left no-repeat #013a6f;;
}


#background {
	height: 100%;
	background: url('top_bg.jpg') no-repeat;
	padding: 0px 20px;
}

#left {
	float: left;
	width: 190px;
	margin-top: 92px;
	background: #013a6f;
	filter:alpha(opacity=54);
	-moz-opacity:.54;
	opacity:.54;
}

#left .header {
	height: 35px;
	padding-top: 8px;
	padding-left: 42px;
	color: #fff;
	background: url('menu_header.jpg') no-repeat;
	font-weight: bold;
}

#left .content {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	margin-bottom: 20px;

}

#left .content li {
	padding: 2px 0px;
	list-style: url('arrow.gif');
}

#left .content li:hover {
	list-style: url('arrow_r.gif');
}

#content {
	clear: none;
	margin-top: 85px;
	float: right;
	width: 400px;
	padding-right:10px;
	padding-left: 0px;
}

.post {
	display: table;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px #fff dotted;
}

.date {
	font-weight: bold;
	color: #fff;
}

#right {
	margin-top: 263px;
	float: right;
	width: 230px;
	text-align: right;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#right a {
	text-decoration: none;
}

#right a:hover {
	font-weight: bold;
}

#footer {
	text-align: center;
	clear: both;
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 20px;
}