@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/header_tile.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bf0101;
}
a{
	outline:none
}
#wrapper {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-color: #BF0101;
}
#wrapper #main {
	background-image: url(../images/warpper_tile.png);
	padding-top: 10px;
}

#wrapper #top {
	background-color: #bf0101;
	margin: 0px;
	padding: 0px;
	height: 64px;
}



#wrapper  #header  {
	height: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #header img {
	margin: 0px;
	padding: 0px;
}

#wrapper #header p {
	text-indent: -5000px;
}

#wrapper #sidebar {
	width: 260px;
	float: right;
	padding-right: 85px;
	padding-bottom: 10px;
}

#wrapper #content {
	width: 480px;
	padding-left: 95px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#wrapper #main #sidebar #chela {
	margin-top: 60px;
}

#wrapper #bottom {
	background-color: #A51D1F;
	margin-top: 10px;
}
#wrapper #footer {
	clear: both;
	background-image: url(../images/footer.png);
	height: 70px;
	width: 938px;
}
#wrapper #sidebar img {
	margin-top: 10px;
}
#wrapper #divide img {
	margin-left: 130px;
}
#wrapper #main #sidebar #testimonals {
	overflow: scroll;
	height: 495px;
	overflow-x: hidden;
	font-size: 10px;
}
#wrapper #main #sidebar #testimonals p {
	font-size: 12px;
}
#wrapper #main #box  {
	border: 1px solid #BCBCBC;
	background-color: #D3D3D3;
	margin: 20px;
}
#wrapper #main #content h3 a {
	color: #BF0101;
}
#wrapper #main #divide {
	background-image: url(../images/Horizontal-Dividor.jpg);
	height: 20px;
	width: 600px;
	margin: auto;
}

