body {
	background:url(../../images/backgroundBody.jpg) no-repeat fixed bottom left;
	margin:0px;
	width:748px;
}
p {
	text-align:justify;
}
#header {
	background:url(../../images/backgroundHead.gif);
	width:748px;
	height:116px;
}
#generalContent {
	width:748px;
	height:100%;
}
#menu {
	width:180px;
	float:left;
}
	#menu a {
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		list-style-type : none;
		line-height:250%;
		padding-left:0px!important;
		padding-left:-50px;
	}
	#menu a:link {
		text-decoration:none;
		color:#000000;
	}
	#menu a:visited {
		text-decoration:none;
		color:#000000;
	}
	.menuDivision {
		background:#000000;
		font-size:1px;
		height:2px;
		width:60px;
	}
#mainContent {
	float:right;
	width:540px;
	height:100%;
	margin-left:5px;
	padding:10px;
	border-left:2px solid #000000;
}
#mainContent hr{
	margin-bottom:7px;
	height:1px;
	width:100%;
	background:#000000;
}
#mainContent h2 {
	font-size:22px;
	font-family:Verdana;
	font-weight:normal;
}
#mainContent h3 {
	font-size:20px;
	font-family:Verdana;
	font-weight:normal;
	color:#ff6600;
}
#mainContent h4 {
	color:#ff6600;
	font-size:15pt;
}
.paragraphContent {
	font-size:18px;
}
.divisao {
	width:100%;
	height:3px;
	background:#000000;
	font-size:1px;
	margin-bottom:8px;
}