.clearall {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

img {
	behavior: url(../../css/iepngfix.htc);
}

html {
	width:none;
	height:100%;
	overflow-x:hidden;
}

body, div, th, td, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: arial;
	font-size: 14px;	
}

body {
	background-color: #3a7eb4;
	background-image: url('../img/bg_linha.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

div#master {
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
	margin: auto;
	position: relative;
	width: 1000px;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

div#header {
	height: 245px;
	width: 1000px;
	margin-bottom: 10px;
}

div#header img#logo_cambridge {
	float: left;
	margin-left: 15px;
}

div#header img#logo_forumdeideias {
	float: left;
	margin-left: 215px;
	margin-top: 15px;
}

div#container {
	width: 1000px;
	padding-bottom: 115px;
	position: relative;
}

div#content {
	float: left;
	width: 840px;
	_width: 840px;
	padding: 0px 65px 20px 65px;
}

div#footer {
	width:1000px;
	height: 115px;
	position: absolute;	
	bottom: 0 !important;
}

div#footer img#footer_logo_cambridge {
	margin-left: 417px;
}

div#footer div#endereco {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}
div#footer div#endereco a {
	font-weight: bold;
}