/* Start of CMSMS style sheet 'style' */
/* page style CSS */
*{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	font:1.1em Verdana, Arial, "Trebuchet MS";
	color: #FFF;
	background-color:#999966;
}

div#general{
	text-align:left;
	margin:0 auto;
	width:802px;
}

div#header{
	background:url(uploads/images/layout/header.png) no-repeat;
	height:211px;
}

div#content{
	background:url(uploads/images/layout/meio.png) repeat-y;
	float:right;
	width:802px;
}

div#sidebar{
	float:left;
	width:150px;
        text-align:left;
	font-size:1.2em;
}

div#sidebar ul li{
       text-decoration:none;
       display:block;
}

div#sidebar ul li a{
	color:#fff;
        text-decoration:none;
}

div#sidebar ul li a:hover{
	color:#ADAD66;
        text-decoration:underline;
}

div#text{
	width:470px;
        padding:5px;
	text-align:left;
	color:#fff;
	float:left;
        _float:right;
        *float:right;
        _margin-right:130px;
        *margin-right:130px;
        border:1px solid #fff;
        _clear:both;
}

div#text_flash{
	width:500px;
        padding:5px;
	text-align:left;
	color:#fff;
	float:left;
      }

div#footer{
	background:url(uploads/images/layout/rodape.png) no-repeat;
	height:30px;
	clear:both;
        font-size:0.7em;
        font-weight:bold;
        padding:10px;
}

div.gallery{
       border: 1px solid #fff;
       _border:1px solid #fff;
       *border:1px solid #fff;
       padding:10px;
       margin-bottom:5px;
       *height:180px;
       _height:180px;
      }

div.gallery a{
       color:#999966;
}

img{
       border:none;
}
/* End of 'style' */

