
/* CSS Document */



img {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #00ffff;
	text-decoration: underline;
}

body {
	text-align: center;
	background:#002179 url(../images/fundo1.jpg) repeat center top;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 830px;
	height: 60px;
}

#header_top{
	width: 656px;
	height: 60px;
	float: left;
}

#logo {
	width: 251px;
	height: 38px;
	float: left;
	margin-top: 16px;
}

#mail {
	width: 260px;
	margin-top: 39px;
	float: right;
	text-align: right;
}

#content {
	width: 830px;
}

#main_content {
	float:left;
	margin:0;
	padding: 0;
	width:656px;
}

#main_photo {
	float: left;
	margin: 0;
	padding: 0;
	width: 656px;
	height: 430px;
	background: transparent url(../images/main_photo.jpg) no-repeat left top;
	position: relative;
}

.flickr {
	width: 200px;
	height: 180px;
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.frame {
	width: 200px;
	height: 150px;
	float: left;
}

.linkFlickr {
	width: 64px;
	height: 21px;
	float: left;
	margin: 4px 0 0 20px;
}


.in {
	width: 120px;
	height: 21px;
	float: right;
	margin: 6px 6px 0 0;
	text-align: right;
}

#secundary_content {
	float:right;
	margin:0;
	padding:0;
	width:145px;
}

#secundary_content img {
	margin-bottom: 10px;
	float: right;
}


.frase {
	text-align: right;
	width: 656px;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	clear: left;
	border-bottom: 1px #2657ab solid;
}

.footer {
	text-align: right;
	width: 656px;
	padding-top: 3px;
	float:left;
	clear: left;
	height: 40px;
}



.frase p span{
	font-style:italic;
}

.footer p {
	font-size: 10px;
}

#mail p {
	font-size: 14px;
}

.in p {
	font-size:14px;
	line-height:28px;
}

p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 14px;
}

h3 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	line-height: 14px;
}


