

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	color: #5ca0dd;
	line-height:normal!important;
	letter-spacing:0.01em;
	background: white url(fundo.png) repeat fixed;
}


a:link { text-decoration: none; color: whitesmoke; }
a:active { text-decoration: none; color: whitesmoke; }
a:visited { text-decoration: none; color: whitesmoke; }
a:hover { text-decoration: underline; color: whitesmoke; }

a img { border: none; }

#menu {
	font-size: 11px;
    width: 285px;
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	height: 1200px;
	margin-left: 20px;
	padding-top: 200px;
	background: #5ca0dd url(caixafalogo.png) no-repeat scroll;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 10px; 
}

#title {
	text-align:center;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight: bold;
	padding: 0px;
	margin: 0px ; 
}

img {
	padding: 0px ;
	margin: 0; 
}

#description {
font-size: 8px; text-align:center; background-color:#FFFFFF; color: #5ca0dd;
}

#other { 
}

#menu ul li.section-title { color: white; border-bottom: thin dotted #000; padding-bottom: 3px; margin-bottom: 3px; font-weight: bold; }


#content {
	position:relative;
	height: 100%;
	margin: 0 0 0 320px;
    top: 0;
	left: 0;
	letter-spacing:0.05em;
	padding-top: 95px;
	color: #5ca0dd;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 0 0; color: #5ca0dd;
}

p a:link{ color: #5ca0dd;text-decoration: underline;}
p a:active{ color: #5ca0dd; text-decoration: underline;}
p a:visited{ color: #5ca0dd; text-decoration: underline;}
p a:hover{ color: #5ca0dd; text-decoration: underline;}




h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }