﻿body {
	background: #fff url(../img2/splash/background-fill.jpg) repeat-x top left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	display: block;
}

#main {
	width: 800px;
	margin: auto;
	position: relative;
}
#header {
	width: 800px;
	height: 158px;
}
#header #logo {
}
#header .phone {
	position: absolute;
	display: block;
	left: 675px;
	top: 100px;
}
ul#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 300px;
}
ul#nav li {
	float: left;
	padding-right: 10px;
}
ul#nav li a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	padding: 0 4px 5px 4px;
	border-bottom: solid 5px #fff;
}
ul#nav li a:hover {
	border-bottom: solid 5px #d5e1f1;
}
#secondary_nav {
	position: absolute;
	left: 325px;
	top: 25px;
	width: 500px;
	text-align: right;
}

#left {
	width: 359px;
	float: left;
	text-align: justify;
}
#right{
	width: 359px;
	float: right;
	text-align: justify;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding-bottom: 0.25em;
	text-align: left;
}

.photo_cycle {
	height: 257px;
}

.content_actual {
	padding: 20px;
}

#language_nav {
	position: absolute;
	left: 550px;
}