/* CSS Document */

html, body {
height:100%;
margin: 0px;
} 

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #b4b4b4;
	height: 100%;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	-moz-box-shadow:    0px 0px 5px 6px #777777;
	-webkit-box-shadow: 0px 0px 5px 6px #777777;
	box-shadow:         0px 0px 5px 6px #777777;
}

#header {
	height: 200px;
	background-color: #3a2f40;
	background-image: url(images/Logo.jpg), url(images/header-back.jpg);
	background-position: left, left;
	background-repeat: no-repeat, repeat-x;
}

#menu {
	height: 26px;
	background-color: #FFF;
	border-top:5px solid white;
	border-bottom:5px solid white;
	text-align: center;
}

#menu .align-middle{
	margin: 0 auto;
	margin-left: 2px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0 0.05em;
}

#menu li a{
	background: url(images/background.gif) #fff bottom left repeat-x;
	height: em;
	line-height: 2em;
	float: left;
	width: 12em;
	display: block;
	border: 0.1em solid #d0d0d0;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

#content {
	background-color: #d0d0d0;
	padding: 30px;
	padding-bottom: 50px;
}

#content strong {
	font-size: 20px;
}

.fotos {
	height: 112px;
}

#footer {
	background-color: #1B1320;
	padding-left: 20px;
	padding-top: 6px;
	color: #FFF;
	height: 24px;
	font-size: 11px;
	background-image: url(images/footer-back.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#footer a {
	color: #FFF;
}