/* CSS Document */
* {margin:0; padding:0;}

img {border:0;}

body {
	 background-color:#000000;
	 font-family:Arial, Helvetica, sans-serif;
}

body a {
	color: #b4974c; text-decoration:none;
}
body a:hover {
	color: #b4974c; text-decoration:line-through;
}

h1, h2 {
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
	color:#333333;
}

h3 {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	font-size:14px;
	color:#b4974c;
	font-weight:bold;
}

h4 {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	font-size:14px;
	color:#ddcb86;
	font-weight:bold;
}

p {
	font-size:12px;
	margin:0px 20px;
	}
 
#main {
	width:970px;
	margin:0 auto; 
}

#top {
	width:980px;
	height:310px;
}

#menus {
	width:980px;
	height:41px;
	border-bottom:2px solid #000000;
}

#menu2 {
	width:215px;
	float:left;
}

#menu2 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font: bold 16px arial, helvetica, sans-serif;
}

#menu2 ul li a {
	display:block;
	width:209px;
	height:27px;
	background:url("Images/sidemenu.gif") no-repeat;
}

#menu2 ul li a:hover {
	background-position: left bottom;
	text-decoration: none;
}

#coluna_dir {
	width:140px;
	height:500px;
	float:right;
	color:#f5f3e6;
	font-size:10px;
	font-weight:bold;
}

#content {
	background-color:#e9e8df;
	float:left;
	border:0;
	width:600px;
}

#content2 {
	background:url("Images/content_bg.jpg") repeat;
	float:left;
	border:0;
	width:580px;
	padding:30px 20px 20px 0px;
}
 
#rodape {
	width:960px;
	height:15px;
	background-color:#ccc6af;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:20px;
	color:#000000;
	text-align:right;
	font-size:11px;
	clear: both;
}
 