/* CSS Document for www.peresmoura.com.br
By CybernetFX - www.cybernetfx.com */

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#EEE;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size:13px;
	color:#666666;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
}

h1 {
	font-size: 4.0em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#CCC;
}

h2 {
	font-family:
	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	color:#3e4557;
}

h3 {
	font-size: 1.3em;
	color: #666666;
	font-weight:bold;
}

p, ol, ul {
	margin-bottom: 1.4em;
	text-align: justify;
}

a {
	color: #039;
}

a:hover {
	text-decoration: none;
    color:#039;;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 30px;
}

img.alignright {
	margin-left: 30px;
}

a img {
	border: none;
}

#topo {
	margin: 0 auto;
    width:775px;
    height:130px;
}

#menu {
	margin: 0 auto;
	width: 775px;
	height: 63px;
}

#header {
    margin: 0 auto;
    width:775px;
	height:245;
	background-color:#FFF;
}

#page {
	width: 775px;
	margin: 0 auto;
	padding:0;
}

#content {
	float: left;
	background-color:#FFF;
	width: 755px;
	padding: 20px 10px 0px 10px;
}

#footer {
	margin: 0;
	padding: 0;
	height: 112px;
	background-image:url(images/bg_footer.gif);
	background-repeat: repeat-x;
}

#bottom {
	margin: 0 auto;
	width: 775px;
	height: 112px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	padding: 0;
}

#copyright {
	margin: 0 auto;
	padding: 50px 0 0 18px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#5f6f97;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CBD2DA;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CBD2DA;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F3F3F3;
	border: thin solid #DDD;
	color: #039;
}

.clear {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.red {
color: #FF0000;
}