@charset "utf-8";
#main {
	height: 600px;
	width: 1000px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo%20GeoHT.png);
	height: 150px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	float: right;
}
#content_container {
	height: 430px;
	width: 850px;
	background-color: #FFFFFF;
	float: right;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #5C743D;
}
#menu {
	float: left;
	width: 150px;
	background-color: #5C743D;
	height: 603px;
}
#menu ul {
	margin-top: 150px;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	text-decoration: none;
	color: #C6D0B7;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 2px;
	padding-bottom: 2px;
}
#menu ul li a:hover {
	background-color: #C6D0B7;
	color: #5C743D;
}

#foto {
	background-color: #ffffff;
	clear: right;
	float: right;
	height: 200px;
	width: 150px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
}
#content {
	float: left;
	height: 390px;
	width: 650px;
	padding: 20px;
	overflow: auto;
}
#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	color: #5C743D;
	text-decoration: underline;
}


#footer {
	background-color: #ffffff;
	height: 20px;
	width: 850px;
	font-size: 9px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C743D;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}


html {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C6D0B7;
	margin: 0px;
	padding: 0px;
}
