/* Main */

html { min-width: 960px; }
a { outline: none; }

body {
	margin: 0;
	color: #fff;
	background: url(../img/bg-content.jpg) #7d4d07;
}

.header {
	height: 245px;
	padding: 25px 0;
	background: url(../img/shadow-header.jpg) repeat-x;
}

.logo {
	height: 70px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
	background: url(../img/line-top-header.png) no-repeat center 16px;
}

.logo img {
	border: 0px;
}

.menu {
	background: url(../img/line-bottom-header.png) no-repeat center bottom;
	height: 45px;
	text-align: center;
	width: 760px;
	margin: 0 auto;
	padding-top: 25px;
}

.menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	float: left;
	margin-left: 40px;
}

.menu ul.internal li {
	margin-left: 30px !important;
}

.menu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.content {
	width: 960px;
	margin: -100px auto 0;
}

.footer {
	height: 73px;
	background: url(../img/bg-footer.png) repeat-x center;
	margin: 10px 0;
}

.f_content {
	width: 940px;
	margin: 0 auto;
}

.f_left, .f_right {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 30px;
}

.f_left {
	float: left;
	text-align: left;
}

.f_left a {
	color: #fff;
	text-decoration: none;
}

.f_right {
	float: right;
	text-align: right;
}

.f_right em {
	font-style: normal;
	font-size: 11px;
}

.f_center {
	text-align: center;
	margin: 0 200px;
	padding-right: 55px;
}

.f_center img {
	vertical-align: middle;
	border: 0;
}

div.clear {
	clear: both;
}

/* Estrutura, Localizacao */

.content_left {
	float: left;
	width: 410px;
}

.content_right {
	margin-left: 430px;
}

.frame_photo {
	width: 525px;
	height: 383px;
	background: url(../img/photo-frame.png) no-repeat;
	margin-bottom: 30px;
}

#photo1, #photo2 {
	width: 488px;
	height: 347px;
	margin: 0 auto;
	position: relative;
	top: 18px;
}

.content_left p {
	margin: 10px 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}

h2, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 0;
	padding: 0;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
}