@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFcc00;
	/*background-image:url(images/bg_imgs/1.jpg);
	background-repeat:repeat-x;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	margin:0px
	}

#container {
	width:auto;
	height:auto;
	
}

#navigation {
	width:auto;
	height:95px;
	background-color:#000000;
}

#navigation_graphic {
	width:2870px;
	height:95px;
	background-color:#000000;
}

#navigation_flash {
	width:1870px;
	height:95px;
	background-color:#000000;
}

#navigation_bottom{
	width:auto;
	height:7px;
	background-image:url(images/menu_bottom.png);
	background-repeat:repeat-x;
	background-position:top;
}

#title{
	width:100px;
	height:auto;
	padding-left:200px;
	padding-top:20px;
}

.items{
	width:800px;
	height:auto;
	margin-left:-10px;
	padding-top:20px;
}

.items_menu{
	float:left;
}

#content {
	min-width:2000px;
	min-height:100px;
	margin-top:50px;
	margin-left:170px;	
}


#content_index {
	margin:100px;
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#content_most {
	min-width:1024px;
	min-height:100px;
	margin-top:50px;
	margin-left:170px;	
}

#content_graphic{
	min-width:2700px;
	min-height:100px;
	margin-top:50px;
	margin-left:170px;
}

#content_flash {
	min-width:1680px;
	min-height:100px;
	margin-top:50px;
	margin-left:170px;	
}


#title_index{
	max-width:20px;
	min-height:20px;
}


#post_index{
	width:800px;
	height:auto;
	margin-top:20px;
	
}


#post_index_top{
	width:800px;
	height:8px;
	background-image:url(images/index_top.png);
	background-repeat:no-repeat;
}


#post_index_middle{
	width:800px;
	height:auto;
	background-image:url(images/index_middle.png);
	background-repeat:repeat-y;
}

#post_index_bottom{
	width:800px;
	height:6px;
	background-image:url(images/index_bottom.png);
	background-repeat:no-repeat;
}



#text_index{
	padding:20px;
	padding-top:40px;
	color:#CCCCCC;
	padding-bottom:40px;
}

.post {
	width:400px;
	height:auto;
	padding:20px;
	float:left;
	display:inline;
	margin-right:70px;
}

.title {
	min-width:100px;
	min-height:40px;
	margin-bottom:10px;
}

.text {
	width:400px;
	min-height:200px;
	/*background-color:#333333;*/
}

.text_top{
	width:405px;
	height:11px;
	background-image:url(images/div_top.png);
	background-repeat:no-repeat;
}

.text_middle{
	width:405px;
	min-height:200px;
	background-image:url(images/div_middle.png);
	background-repeat:repeat-y;
}

.text_bottom{
	width:405px;
	height:9px;
	background-image:url(images/div_bottom.png);
	background-repeat:no-repeat;
}

.info{
	width:350px;
	padding:20px;
	padding-top:30px;
	color:#CCCCCC;
}

.imagem{
	width:330px;
	height:290px;
	padding:20px;
	/*border-top:1px solid #666666;
	border-bottom:1px solid #666666;*/	
	
}

.border_img{
	border:2px solid #666666;
}

.description{
	width:350px;
	padding:20px;
	color:#CCCCCC;
}


.link{
	min-width:20px;
	padding:20px;
	padding-bottom:30px;
	
}

#footer{
	clear:both;
	width:120px;
	height:20px;
	margin-top:50px;
	margin-left:190px;
	padding:8px 20px 6px 20px;
	background-color:#000000;
}

#footer_index{
	display:none;	
}

.border_bg{
	border:1px solid #333;	
}

a:link{
	color:#999999;
}

a:visited{
	color:#666666;

}

a:hover{
	color:#CCCCCC;
}

a:active{
	color:#999999;
}