body {
	background: url("images/background.jpg") no-repeat center bottom; 
	font-family: Verdana;
}
.header {
	width: 1000px;
	margin: 10px 0 10px 0;
	border: 1px solid #000080; 
}

#main {
	background-color: #E0E0E0; 
	width: 990px; 
	min-height: 400px; 
	text-align: justify; 
	padding: 5px; 
	margin: 10px 0 10px 0;
	font-size: 12px; 
	font-family: Verdana;
	border: 1px solid #000080; 
}

.sidebar {
	width: 210px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #000080;
}

.maincontent {
	width: 690px;	
	text-align: left;
	padding: 10px 15px 20px 15px;
	line-height: 22px;
}

.nav {
	background-color: #6699FF; 
	color: #FFFCB9; 
	width: 1000px; 
	height: 40px; 
	border: 1px solid #000080; 
	margin: 10px 0 10px 0;

}

.menu {
	height: 40px;
	left: 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	list-style: none outside;
	margin: 0px 0px 0px 0px;
}

ul.menu li {
	display: block;
	line-height: 40px;
	height: 40px;
    float: left;
	list-style: none outside;
	margin: 0px;
	padding: 0 25px 0 25px;
	text-align: center;
}

ul.menu li:hover {
	background-color:  #62AFF7;
	color: #FFFCB9;
    height: 40px;
	text-decoration: none;
}

ul.menu a {
	color: #FFFCB9; 
    height: 40px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}

ul.menu a:hover {
	background-color: #62AFF7;
	color: #FFFCB9;
    height: 40px;
	text-decoration: none;
}

.contentheader {
	color: #000080;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.content {
	text-align: justify;
	font-size: 14px;
}

.content a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.content a :hover {
	text-decoration: underline;
}

.galeria {
	padding: 15px;
}