@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	font-size: 11px;
	line-height: 1.7em;
	color: #333;
	letter-spacing: .1em;
	background-color: #543019;
	vertical-align: top;
}

#container {
	width: 750px;
     height:auto !important;
     min-height:100%; 
	background-color: #d8eff0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #FFF;
	border-style: solid;
	overflow: hidden;
}

h1 {
	font-size: 24px;
	color: #543019;
}
.header {
	display:block;
	font-size: 24px;
	color: #578c96;
	margin-bottom: 10px;
	letter-spacing: .5em;
}
.header3 {
	display:block;
	font-size: 24px;
	color: #578c96;
	margin-bottom: 10px;
	letter-spacing: .3em;
}
a:link {
	color: #578c96;
}
a:visited {
	color: #578c96;
}
a:hover {
	color: #39C;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 12px;
	color: #578c96;
	text-decoration: none;
	letter-spacing: .5em;
}
h3 {
	font-weight: bold;
}
.title {
	font-weight: bold;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.box {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

#topleft {
	width: 270px;
	height: 111px;
	background-image: url(../images/spainside_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topmiddle {
	width: 225px;
	height: 111px;
	background-image: url(../images/spainside_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topright {
	width: 255px;
	height: 111px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigationbar {
	clear:left;
	width: 750px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#navigationcontent {
	border: 0px;
}
#bottomcontainer {
	width: 750px;
	background-color: #d8eff0;
	display:block;
	margin: 0px;
	padding: 0px;
}
#bottomcontent {
	width: 700px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	vertical-align: top;
}
.header2 {
	font-size: 18px;
	letter-spacing: normal;
	font-weight: bold;
	display:block;
	margin: 0px;
	padding: 0px;
}
.photo {
	border-width: 2px;
	border-color: #FFF;
	border-style: solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
#footer {
	width: 50%;
	height: 100px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #d8eff0;
}