@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(imagens/fundo.gif);
	height: 600px;
	float: none;
	position: relative;
	margin: auto;
}
.oneColFixCtr #mainContent {
	height: 380px;
	width: 555px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin-top: 125px;
}
.oneColFixCtr #mainContent2{
	height: 380px;
	width: 555px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin-top: 125px;
	overflow: scroll;
	scrollbar-face-color: #83C429;
	scrollbar-shadow-color: #30AD7B;
	scrollbar-highlight-color: #FEF721;
	scrollbar-3dlight-color:#BDD700;
	scrollbar-darkshadow-color: #30AD7B;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #F7C500;
}
.oneColFixCtr #mainContentafinidades {
	height: 380px;
	width: 555px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin-top: 125px;
	background-image: url(imagens/bg_afinidades.gif);
}
.oneColFixCtr #mainContentcontactos {
	height: 380px;
	width: 555px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin-top: 125px;
	background-image: url(imagens/bg_contactos.gif);
}
.oneColFixCtr #mainContentagenda {
	height: 380px;
	width: 555px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	margin-top: 125px;
	background-image: url(imagens/bg_agenda.gif);
}
.oneColFixCtr #sidebar {
	float: left;
	height: 308px;
	width: 194px;
	padding-top: 30px;
}
.oneColFixCtr #footer {
	height: 25px;
	border: 1px;
	top: 0px;
	width: 150px;
	margin-top: 550px;
	margin-left: 650px;
	margin-right: 0px;
	clear: both;
}
#sidebar { 
  width: 50px; 
  float: left;  } 
#content { 
  background-color: #00FF00; 
  width: 350px; 
  float: left; } 
#footer {
	clear: both;
} 
#wrapper { 
  width: 400px; }

