/* CSS Document */
body {
	background-color: #FFFFFF;
	margin:0;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style2 {
	color: #000000;
	font-weight: bold;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	/*text-decoration: none;
	color: #000000;*/
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#wrapper {
	width:764px;
	margin:auto;
}

#header {
	width:764px;
	height:100px;
	background-color: #FFFFFF;
}

#logo {
	width:230px;
	height:63px;
	float:left;
	padding-left: 24px;
	padding-top: 24px;
}

#banner_top {
	width:460px;
	height:70px;
	float:right;
	margin-top: 15px;
	margin-right: 25px;
}

#menu {
	width:764px;
	height:40px;
	background-color: #FFFFFF;
}

#photo_curriculo {
	width:764px;
	height:155px;
	background-image: url(../images/photo_curriculo.jpg);
}

#photo_blog {
	width:764px;
	height:155px;
	background-image: url(../images/photo_blog.jpg);
}

#photo_contato {
	width:764px;
	height:155px;
	background-image: url(../images/photo_contato.jpg);
}

#main {
	width:764px;
	height:450px;
	background-color: #FFFFFF;
}

#main_left {
	width:418px;
	height:300px;
	float:left;
	min-height: 300px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
}

#main_right {
	width:250px;
	height:300px;
	float:right;
	min-height: 300px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
}

#main_right h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}

#main_right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 7px;
    line-height: 16px;
}

#footer {
	width:764px;
	height:24px;
	background-color:#FFFFFF;
	text-align: center;
	color: #666666;
}
	
#main_left h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}

#main_left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 7px;
	line-height: 16px;
}

.form{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	
}

.img {
	border:1px solid;
	color: #CCCCCC;
	padding: 5px;
	margin-right: 6px;
}
