html,body,p,form,input,ul,li,label,h1,h2,h3,h4,h5,h6 {
padding:0px;
margin:0px;
}
html {
width:100%;
height:100%;
}
body {
	text-align: center;
	background-color: #000;
}
#conteiner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
}
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 127px;
	width: 800px;
}
.header_bg2 {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 127px;
}

#logo {
	height: 55px;
	width: 202px;
	margin-top: 36px;
	margin-left: 78px;
	display: block;
}
#header_menu {
	padding-top: 3px;
}
#header_menu a {
	color: #FFF;
	text-decoration: none;
}
#header_menu a:hover {
	color: #6FEBF0;
}
.content {
	background-image: url(../images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #01A0BA;
	text-align: center;
}
.content_bg_top {
	background-image: url(../images/content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_bg_top2 {
	background-image: url(../images/content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 145px;
	background-color: #01A0BA;
}
.content_bg_bootom2 {
	background-image: url(../images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #01A0BA;
	height: 365px;
}
.content_bg_top ul {
	padding-top: 21px;
	padding-left: 83px;
}
.content_bg_top ul li {
	display: inline;
	margin-right: 23px;
}
.content_bg_top ul li a {
	color: #FFF;
	text-decoration: none;
}
.content_bg_top ul li a:hover {
	color: #6FEBF0;
	text-decoration: none;
}
#content_images {
	text-align: center;
	width: 100%;
}
.prev_next {
	height: 40px;
	background-image: url(../images/content_logo_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
	margin-top: 30px;
}
.prev_next a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.prev_next a:hover {
	color: #6FEBF0;
}



FONTS {
}
h1 {
	font-family: Tahoma;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
}

