@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4;
}

ul, ol, dl {
	float: left;
	position: relative;
	left: 50%;
	list-style-type: disc;
}
li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;

}

h1, h2, h3, h4, h5, h6{
	margin-top: 20;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: large;
	color: #666;
}

p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img {
	border: none;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #006;
	background-image: url(bg1.gif);
}

.header {
	text-align: center;
	font-size: x-small;
}

.content {
	padding: 10px 0;
	text-align: center;
}

.footer {
	text-align: center;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	overflow: hidden;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.desc {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: 500px;
}
.post {
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.center {
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
	position: relative;
	right: 50%;
}
.coment {
	font-size: x-small;
	line-height: normal;
	text-align: left;
}
.postfooter {
	position: relative;
	z-index: 0;
}
.navfooter {
	position: absolute;
	z-index: 1;
}

