/*------------------------------------------------------------------------------------
DIV.CSS Style Sheet

version: 1.0
author: Gabriel Carpenedo Borges
email: contato@gabrielcarpenedo.com
website: www.gabrielcarpenedo.com
------------------------------------------------------------------------------------*/

/* =DIVS
------------------------------------------------------------------------------------*/
div#page{
	position:relative;
	width: 842px;
	min-height: 749px;
	margin: 0px auto;
	clear:both;
	background: #ffffff;
}
div#nav_left {
	width: 240px;
	min-height:600px;
	float: left;
	background: #ffffff url(../img/lat_esq.jpg);
	background-repeat:no-repeat;
}
div#topo {
	width: 602px;
	height: 144px;
	margin-left: 240px;
	background: #0066ff url(../img/topo.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align:right;
}
div#container {
	width: 602px;
	min-height:300px;
	margin-left: 240px;
	background:#ffffff url(../img/lat_dir.jpg) top right no-repeat;
	display:block;
}
div#menu{
	margin:0;
	padding:0;
	width: 572px;
	height: 25px;
	float:left;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	color:#0066FF;
}
div#maintext {
	width: 572px;
	background-color:#FFFFFF;
}
div#content{
	padding-bottom:10px;
	width: 572px;
}
div#rodape {
	margin-top:5px;
	margin-bottom: 0px;
	padding-top:3px;
	height: 16px;
	clear:both;
	min-width:850px;
	max-width: 100%;
	clear:both;
	background-color:#0066ff;
	font-size: 10px;
	text-align:center;
}

