html, body {
	color: #d0d0d0;
	text-align: left;
	font-size: 16px;
	background: url('../images/body_bg.jpg') repeat-x top #004350;
	font-family: 'tahoma', 'verdana', 'arial', 'sans-serif';
}

div#content {
	width: 1465px;
	height: 827px;
	background: url('../images/content_bg.jpg') no-repeat right top;
	position: relative;
}

#content ul {
	padding-left: 15px;
}

#content li {
	list-style-type: circle;
}

#content a {
	color: inherit;
	text-decoration: none;
}

#content a:hover {
	color: #509a96;
}

img#logo {
	position: absolute;
	top: 53px;
	left: 62px;
}

div#tresc {
	width: 417px;
	height: 400px;
	position: absolute;
	left: 78px;
	top: 365px;
	font-size: 75%;
	line-height: 1.3;
	text-align: justify;
}

#tresc h1, #tresc h2 {
	color: #509a96;
	margin: 10px 0;
}

#tresc h3, #tresc h4, #tresc p {
	margin: 10px 0;
}

ul#menu {
	float: left;
	padding: 13px 0 10px 72px;
	height: 19px;
	width: 1465px;
	background: #023039;
	margin-top: 2px;
	position: relative;
}

ul#menu li {
	float: left;
	padding: 0 8px;
	list-style-type: none;
	width: 74px;
	text-align: center;
	border-left: 1px solid #fff;
}

ul#menu li.large {
	width: 110px;
}

ul#menu li:first-child {
	border-left: none;
}

ul#menu li#end {
	position: absolute;
	right: 310px;
	top: 0;
	border: none;
}

ul#menu li#copyright {
	position: absolute;
	right: 60px;
	top: 14px;
	border: none;
	width: 260px;
	font-size: 80%;
}

ul#menu a {
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	display: block;
}

ul#menu a:hover, ul#menu a.active {
	font-weight: bold;
}

div#galeria_ {
	clear: both;
	padding: 30px 30px 60px;
}