* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	margin:0;
	padding:0;
}

img {
	border: 0;
}

body {
	margin:50px;
	color: #fff;
	background-color:#333;
}

#menu a,a:link,a:active,a:visited,a:hover {
	text-decoration: none;
}

#menu #logo {
	float: right;
	margin-left: 10px;
}

#menu #banner {
	padding-top: 15px;
	padding-bottom: 10px;
}

#menu #banner h1 {
	float:left;
	margin-right: 15px;
	margin-bottom: 60px;
}

#menu #banner ul#lang {
	float: right;
	margin-bottom: 15px;
	list-style-image:none;
}

#menu #banner #lang li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
}

#menu #banner #lang li.first {
	border-left: none;
}

#menu #banner ul#main {
	clear: left;
	list-style-image: url(../_images/dot.png);
}

#menu #banner #main li {
	display: inline;
	padding-left: 20px;
	padding-right: 7px;
	background: url(../_images/dot.png) no-repeat left center;
}

#menu #banner #main li a,a:link,a:active,a:visited,a:hover {
	text-decoration: underline;
}

#menu #banner #main li.here a {
	color: #f00;
	text-decoration: none;
}

div#content  {
	clear: both;
	padding-top: 0px;
}

#content p {
	margin: 10px;
}

#content p.nav {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

#content span.nav {
	margin-left: 20px;
	margin-right: 20px;
}

#content p.comment {
	margin: 5px;
}

#content img.dia {
	margin:0;
	vertical-align: -4px;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: left;
}

#content h2 {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 1ex;
	text-decoration: underline;
	text-align: left;
}

#content a,a:link,a:active,a:visited,a:hover {
	text-decoration: underline;
}

#content ul {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom:20px;
}

#content li.here a {
	color: #f00;
	text-decoration: none;
}

#content img {
	margin: 10px;
}

#content .test {
	display:inline;
	text-align:center;
}

#content .center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#content .top {
	vertical-align:top;
}

#content .middle {
	vertical-align:center;
}

#content .right {
	float:right;
}

#content .left {
	float:left;
}

#content .clear {
	clear: both;
}

#content .description-left {
	float:left;
	background-color:#555;
	margin:10px;
	padding:20px;
	margin-left:-10px;
}

#content p.legend {
	font-size: 11px;
}

#content .album1 {
	height:467px;
	width:700px;
	background: url(../_1/home1.jpg) no-repeat center;
}

#content .album2 {
	height:467px;
	width:700px;
	background: url(../_2/home2.jpg) no-repeat center;
}

#content .album3 {
	height:467px;
	width:700px;
	background: url(../_3/home3.jpg) no-repeat center;
}

#content .album9 {
	height:700px;
	width:467px;
	background: url(../_9/home9.jpg) no-repeat center;
}

#content .listalbum {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#content .listalbum  ul {
	overflow: auto;
	position: relative;
	top: 15px;
	left: 15px;
	height: 62ex;
	width:95%;
	list-style-type: none;
}

#content .listalbum li {
	margin: 5px;
	margin-bottom: 10px;
	color: #003399;
}

#content .listalbum a,a:link,a:active,a:visited,a:hover {
	text-decoration: none;
}

#bottom {
	clear:both;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

