@charset "utf-8";
body
{
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../img/fundo_geral.jpg);
	font-size:12px;
	overflow-y:scroll;
}
a
{
	color:#000;
	text-decoration:none;	
}
img { border:0 }
#all
{
	width:760px;
	margin:auto;
	padding:3px;
	border:2px solid #aaa;
	background-color:#FFF;
	background-image:url(../img/menu_bg.jpg);
	background-position:3px 0;
	background-repeat:repeat-y;
}
#head {height:233px;}

#menu
{
	position:absolute;
	margin:233px 0 0 0;
	padding:5px;
	width:170px;
	font-weight:bold;
	list-style-type:none;
}
#menu ul
{
	margin:0;
	padding:0 0 0 5px;
	list-style-type:none;
	
}
#menu ul a
{
	color:#999;
	background-image:url(../img/submenu.png);
	background-repeat:no-repeat;
	background-position:left 2px ;
	padding-left:15px;
}

#menu a
{
	color:#FFF;
	margin:2px 0 10px 0 !important;
	display:block;
}
#content
{
	margin:-25px 0 0 233px;
	padding:10px;
	color:#666;
}
.title
{
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.title span
{
	color:#C84A21;
}
.photo
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.photo li
{
	border:1px solid #000;
	width:150px;
	float:left;
	margin:5px 8px 5px 8px;
}
.clear
{
	clear:both !important;
}
.form input,
.form textarea
{
	border:1px solid #CCC;
	height:18px;
	width:250px;
	margin:2px 0 2px 10px;
}
.form textarea
{
	height:50px;
}
.button
{
	width:auto !important;
	height:auto !important;
}
#footer
{
	height:57px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
#footer p
{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	padding-top:35px;
}
