﻿body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;;
	margin: 0; /* 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 */
	color: #000000;
	background-color: #ccdaf0;
	}
.thrColElsHdr #container { 
	width: 889px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:solid;
	border-left-color:#6b737e;
	border-left-width:thin;
	border-right:solid;
	border-right-color:#6b737e;
	border-right-width:thin;
	border-bottom:solid;
	border-bottom-color:#6b737e;
	border-bottom-width:thin;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
} 
.thrColElsHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColElsHdr #sidebar {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar h3, .thrColElsHdr #sidebar p, {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #mainContent {
 	margin: 0 15px 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	text-align:justify;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	background-color:#FFFFFF;
	color:#25467b;
	text-decoration: none;
} 
.thrColElsHdr #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-bottom:10px;
	text-align:center;
	font:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	background-color:#FFFFFF;
	color:#25467b;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#Header {
	background-image:url(imagens/cabecalho.jpg);
}

#titPagina {
	right:0px;
	top:0px;
	z-index:1;
	border:none;
	background-color:#FFFFFF;
}
#imgTitPagina {
	text-align:right;
	width:auto;
	height:58px;
	z-index:1;
	border:none;
	background-color:#FFFFFF;
}
#menu_inicio {
	position:relative;
	left:15px;
	width:155px;
	z-index:1;
	border:none;
}
#menu_aprofissional {
	position:relative;
	top:-5px;
	left:15px;
	width:155px;
	z-index:1;
	border:none;
}
#menu_artigos {
	position:relative;
	top:-10px;
	left:15px;
	width:128px;
	height:28px;
	z-index:1;
	border:none;
}
#menu_namidia {
	position:relative;
	top:-5px;
	left:15px;
	width:155px;
	height:auto;
	z-index:1;
	border:none;
}
#menu_contato {
	position:relative;
	top:-10px;
	left:15px;
	width:155px;
	height:auto;
	z-index:1;
	border:none;
}
#contato_rapido {
	position:relative;
	left:15px;
	width:auto;
	height:auto;
	z-index:1;
	border:none;
}
#twitter_follow {
	position:relative;
	left:15px;
	z-index:1;
	border:none;
}
a:link {
	color:#0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
.smallerFont{
	font-size:10px;
}
