/* - - - - - - - - - - - - - - - - - - - - -

Title : Automeac default style
Author : Hugo Vieira
URL : http://www.desital.pt

Version : v0.02

- - - - - - - - - - - - - - - - - - - - - */



* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#000000;
	font: normal 8pt/13pt arial;
	color: #BEBDB8;
}


div.center{
text-align:center;
}


#header {
	width: 780px;
	height: 153px;
	padding: 15px 35px 0 35px;
	
}

#header a.active{color:#C6DB02;}

.logo{
	position:relative;
	left:20px;
	top:25px;
	width:265px;
	float:left;
	}

	.logo img{
		border:0px;
	}


#content {
	margin: 0 auto;
	width: 790px;
	z-index:-2;
	background-image: url("../images/bg.jpg");
	min-height:700px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #C9DE00;
	margin-bottom: 10px;
}

#content h4{
	font-size: 11px;
	font-weight: bold;
	color: #C6DB02;
	padding-top:2px;
	margin-bottom: 7px;
}



#footer {
	position:relative;
	top:0px;
	left:35px;
	width: 226px;
}

#footer div.news{
border-top:1px solid #323234;
border-bottom:1px solid #323234;
padding:3px 0 3px 0;
}

#footer h3{ color:#666563}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}