html *{
	padding: 0;
	margin: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
}

ol, ul {
	list-style: none;
}

p{
	line-height: 18px;
}

body {
	background: #343A3D url(../images/bgd.gif);
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: none;
	color:#cab08b;
}

a:link {
	color:#cab08b;
}     
 
a:hover {
	color:#cab08b;
	text-decoration: underline;
}

a:active {
	color:#cab08b;
}

#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #2D3235;
}

#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 50px;
	background: #262b2e;
	position: relative;
}

#header h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	font-weight: bold;
}

#header h1 a{
	text-decoration: none;
	color:#FFFFFF;
}

#content{
	float: left;
	width: 900px;
	background: #2D3235 repeat-y top left;
}

#col_left{
	float: left;
	width: 856px;
	padding: 30px 22px;
}

#footer{
	width: 900px;
	margin: 10px auto 20px auto;
}

#footer p{
	text-align: center;
}

#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

#imagem{
	position: absolute;
	top:142px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
#quote{
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
}

#quote p{
	line-height: 22px;
}

#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
}

#quote .quote{
	font-size: 26px;
}

#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}

#news li{
	margin-bottom: 20px;
	}

#news li p.date{
	color: #95ca05;
	font-weight: bold;
}

#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}

#contacts h2{
	margin-top: 20px;
}

.green{
	color: #95ca05; 
}