body,h1,h2,h3,h4,h5,h6,form,ul,ol,p,dl {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#333 url(../img/bg.jpg) repeat-x;
	line-height:18px;
}
a:link img, a:visited img, a:active img{
	padding:3px;
	border:1px solid #fff;
	background-color:#262626;
}
a:hover img, a:focus img{
	border:1px solid #666;
	background-color:#fff;
}
a:link, a:active, a:visited{
	color:#fff;
	text-decoration:underline;
}
a:hover, a:focus{
	color:#dedede;
	text-decoration:none;
}
img {
	padding:3px;
	border:1px solid #fff;
	background-color:#262626;
	margin:10px;
}
h1 {
	margin:15px 0;
}
p {
	margin-bottom:18px;
}

#conteiner {
	background:#000;
	border:1px solid #949494;
	margin:auto;
	width:790px;
}
#topo {
	background:#000 url(../img/head.jpg) no-repeat;
	padding:280px 0px 0px 0px;
}
#menu {
	list-style: none;
	padding:15px;
}
#menu li {
	display:inline;
	margin-right:50px;
}
#menu li a.set {
	color:#DEDEDE;
	text-decoration:none;
}
#content {
	border-right:1px solid #585858;
	position:relative;
	margin:0;
	width:530px;
	float:left;
	padding:30px;
	text-align:justify
}											
#content ul {
	list-style-position:outside;
	margin:0px 0px 18px 20px;
}
#sidebar{
	float:right;
	padding-top:50px;
	text-align:center;
	width:180px;
}
#footer {
	border-top:1px solid #585858;
	clear:both;
	height:65px;
	width:100%;
}
