body
{
	padding: 0;
	margin: 0;
	background-color:#333;
}


#base
{
	background-image:url(../img/inter2.jpg);
	background-position:center;
	height:auto;
}


#Container
{
	width: 800px;
	margin: 0px auto;
}


#Header
{
	font-family: arial;
	height: 100px; 
	padding-left: 25px;
	background:url(../img/header2_bg.jpg) repeat-x left top;
	padding:0;
	margin:0;
}


.logo
{
	text-transform: uppercase;
	font-size: 24px;
	color: #e3e76e;
	margin-left:15px;
}


#Container2
{
	width: 800px;
	margin: 0px auto;
}


#Inter
{
	list-style-type: none;
	background:url(../img/inter.jpg);
	border-top-style: solid;
	height: 150px;
	margin:0px auto;
}


#menu
{
	filter: alpha(opacity=75);/*Declaração proprietária para servir navegadores IE o valor da opacidade varia de 0 a 100 */
	-moz-opacity: 0.75;/*# Declaração proprietária para servir navegadores Mozilla, o valor da opacidade varia de 0 a 1*/
	opacity: 0.75;/*Previsto nas CSS3 já é suportado atualmente pelo Firefox 2 e pelo Ópera 9, o valor da opacidade varia de 0 a 1*/
}


#Container3
{
	width: 800px;
	margin: 0px auto;
	height:325px;;
}


#agrupado
{
	width: 800px;
	height:325px;
	background-color:#000;
}


#Left
{
	width: 185px;
	float: left;
	margin-left:7px;
	padding-top: 5px;
}


#LeftMenu
{
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom: 8px;
	border:#999 2px solid;
	background: #e4ece3;
}


#LeftMenu ul
{
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	background:#ccc no-repeat center bottom;
}


#LeftMenu li
{
	margin-top: 3px;
	list-style-type: none;
}


#LeftMenu span
{
	font-size: 15px;
	display: block;
	padding-left: 9px;
}


/*#LeftMenu a
{
	color: #666363;
	text-decoration: none;
	display: block;
	padding-left: 9px;
}*/


#LeftMenu a.Links
{
	margin-top: 8px;
	text-decoration: underline;
}


#LeftMenu a:hover
{
	text-decoration: underline;
}


#LeftMenu li a
{
	background: no-repeat 9px 4px;
	padding-left: 24px;
	display: inline;
}


.LeftHeader
{
	margin: 0px;
	background:#333;
	height: 38px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: white;
	line-height: 37px;
	padding-left: 10px;
}


#Middle
{
	height:325px;
	float: left;
	width: 608px;
}


#Content
{
	height:320px;
	padding-left: 8px;
	padding-top: 5px;
}


.TopPart 
{
	background:#666 no-repeat left top;
	height:310px;
	width:580px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
	border:#999 2px solid;
	margin-right:9px;
	padding-right:9px;
}


.TopPart p
{
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left:7px;
	
}


.TopPart h2
{
	
	margin: 20px;
	color: #a3da20;
	font-size: 18px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}


.Larger
{
	font-weight: bold;
	font-size: 13px;
}


#Footer
{
	background-image:url(../img/inter2.jpg);
	background-repeat: repeat;
    background-position: center top;
    height: 32px;
    width: 100%;
    float: left;
    margin: 0px;   
}


#Bottom
{
    height: 32px;
    width: 800px;
	background:#000 repeat-x left top;
	clear: left;
	margin: 0px auto;
}


.adress
{
	font-size: 14px;
	color: white;
	text-align: center;
	margin:0px;
	padding-top:5px;
}
