*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#container{
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#topo{
	width: 900px;
	height: 165px;
	background-image: url(../img/bg_topo.jpg);
	text-align: center;
}

#menu{
	width: 816px;
	height: 26px;
	position: absolute;
	top: 139px;
	padding-left: 41px;
	background-image: url(../img/corner_menu_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

#mail {
	position: absolute;
	margin-left: 770px;
	margin-top: -35px;
}

#menu_2{
	width: 216px;
	height: 255px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	background-color: #f7f7f7;
	float: left;
	z-index: 1000;
}

#menu_3{
	width: 200px;
	position:absolute;
	margin-top: 300px;
	padding:inherit;
	float:left;
	}

:root #menu_2 {
	height: 229px \0/IE9; /* IE9  */
}

#img_rotator{
		float:left;
}

#banner{
	width: 816px;
	height: 275px;
	background-color: #f7f7f7;
	margin-top: 26px;
	position: relative;
}

:root #banner {
	margin-top: 0px\0/IE9; /* IE9  */
}

#menu_list{
	float: left;
	height: 26px;
	line-height: 26px;
	background-image: url(../img/menu_bg_01.jpg);
	z-index: 1000;
}

:root #menu_list{
	float: none\0/IE9; /* IE9  */
}

#menuhor {
	border:none;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

#menuhor img{
	vertical-align: middle;
}

#menuhor li {
	list-style: none; 
	margin: 0px 24px 0px 24px;
	display: inline;
	width: 100px;
	white-space: nowrap;
}

:root #menuhor li {
	margin: 0px 21px 0px 21px\0/IE9; /* IE9  */
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#menuhor li {
	margin: 0px 21px 0px 21px;
}
}

#menuhor li a {
	height:1px; /* IE5.0 bug */
	padding-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/bt_menu_line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	white-space: nowrap;
}

#menuhor li a:hover {
	color: #630;
}

#menuver {
	border:none;
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	z-index: 1000;
}

:root #menuver {
	margin-top: 0px\0/IE9; /* IE9  */
}

#menuver img{
	vertical-align: middle;
	margin-right: 5px;
	border: 0px;
}

#menuver li {
	display: block;
	margin-bottom: 6px;
	margin-top: 2px;
}
#menuver li a {
	height:1px; /* IE5.0 bug */
	padding-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/bt_menu_line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #666;
}

#menuver li a:hover {
	color: #630;
}

#conteudo{
	width: 900px;
	position: relative;
	top: 300px;
	margin: 0 auto;
	float:left;
}

#conteudo_2{
	width: 560px;
	position: relative;
	top: 20px;
	margin-left: 275px;
	z-index: 0;
	float:left;
}

#selo{
	width: 200px;
	position: relative;	
	margin-left: 55px;
	padding:inherit;
	float:left;
	
	}

#texto{
	width: 560px;
	border-left: #FFF solid 1px;
	padding-left: 20px;
	margin-left: 275px;
	font-size: 12px;
	margin-bottom: 50px;
}

#texto_2{
	width: 220px;
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 50px;
}

#titulo{
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #FFF;
}
a:hover {
	color: #d6de42;
}

#rodape{
	color: #999;
	font-size: 9px;
	text-align: center;
	position: relative;
}