html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background: #71726E;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A11305;
	text-transform: uppercase;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

#header {
	width: 939px;
	margin: 0 auto;
}

#menu {
	float: left;
	margin: 0 auto;
	margin-left: 10px;
	width: 939px;
	height: 30px;
	background: #FFFFFF;
}

#menu ul {
	margin: 10px 0 0 5px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 10px;
	background: url(images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px "Times New Roman", Times, serif;
	color: #A11305;
}

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

#logo {
	float: left;
	width: 939px;
	height: 273px;
	margin-left: 10px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1 { 
	padding: 30px 0 0 55px;
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
}

#logo h1 a {
	text-decoration: none;
	color: #A11305; 
}

#logo h1 a:hover {
	text-decoration: none; 
	color: #D11305;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
}

#page {
	width: 939px;
	margin: 0 auto;
}

#content {
	border-style: none;
	float: right;
	width: 640px;
	padding: 30px 30px 0 0;
}

#content h2 {
	padding-bottom: 10px;
}

#sidebar {
	border-style: none;
	float: left;
	width: 190px;
	padding: 30px 0 0 30px;
}

#galeria {
	float: left;
	border-style: solid;
	border-width: 1px;
	width: 558px;
	height: 101px;
	overflow: hidden;
}

#galeria_boto {
	float: left;
	width: 38px;
	height: 101px;
	overflow: hidden;
}

#thumbs {
	position: relative;
	left: 0px;
}

#footer {
	margin: 0 auto;
	margin-left: 10px;
	width: 939px;
	height: 50px;
	min-height: 64px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p{
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #666666;
}

