
body {
	background: #c9dbe9 url('images/azul.gif') top left repeat-x ;
	text-align: "left";
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: small;
	text-align: "left";
	color: #607B8B; /*texto */
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #FFFFFF;/* margem borda exterior header */
	border-bottom: none;
	background: #3e80b0 url('images/logoa.jpg') center right no-repeat;
	background-position: 90% 50% ;
}

#header h1 {
	float: left;
	margin: 5px 0 0 20px;
	font-size: 50px;
	letter-spacing: -2px;
	color: #ffffff;/* cor texto header 1 */
}

#header h2 {
	float: left;
	margin: 60px 20px 10px -268px ; 
	font-size: 18px;
	letter-spacing: -1px;
	color: #ffffff;/* cor texto header 2 */
}


a {
	color: #607B8B;
	text-decoration: none;
}

a:hover {
	color: #3e80b0;
	text-decoration: underline;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 180px;
	height: 8px;
	padding: 15px 0px;
	background-color: #3e80b0;/* menu background */
	border-top: 1px solid #B9D3EE;
	border-bottom: 1px solid #BCD2EE;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;/* Texto Menu */
}

#menu1 a:hover {
	background-color: #7aa5c5;/* cor menu hover */
	border-top: 1px solid #BCD2EE;
	border-bottom: 1px solid #BCD2EE;
	font-size: normal;
}

#menu2 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #CC5849;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 5px solid #FFFFFF; /* margem borda exterior baixo */
	border-top: none;
	background: #cedae2 ;/* cor de fundo area info */
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
