@charset "utf-8";
/* CSS Document */

body {
	margin:50px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
   	font-color:#999;
	background:#333 url(img/bgpattern1.gif) repeat;
	color:#999;
	}

#tudo {
	margin:0 auto;
	width:1155px;
	height:563px;
	text-align:left;
	background:#2b2b2b;
	/* border:2px solid #f00; */
	}

#logo {
	position:absolute;
	width:355px;
	height:333px;
	background:#333;
	padding-top:200px;
	}

#conteudo {
	float:right;
	width:800px;
	height:533px;
	background:#333;
	}

#menu {
	width:1050px;
	height:30px;
	}

.style2 {
	color:#CCCC00;
	font-weight:bold;
	font-size:12px;
	}

.style3 {
	color:#999;
	font-size:12px;
	}