
/*
* LAYERS
*/
.top_layer {
	position: absolute;
	height: 115px;
	width: 100%;
	top: 0px;
	left: 0px;
}

.middle_layer {
	position: absolute;
	height: 70px;
	width: 100%;
	top: 115px;
	left: 0px;
}

.bottom_layer {
	position: absolute;
	width: 100%;
	top: 185px;
	left: 0px;
}

.bottom_layer .container {
	margin-top: 1em;
}

/*
* CONTAINERS
*/
.container {
	width: 900px;
	margin: 0 auto;
}

.content_container {
	width: 665px;
	padding: 5px;
}

.content_container  p.first_text{
	margin-top: 0px;
}

.adds_container {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.adds_container div a img {
	border: none;
	text-decoration: none;
}

/*
* HEADER
*/
.top_layer .container img {
	margin-top: 5px;
}

/*
* MENU
*/
.middle_layer .menu {
	width: 900px;
	margin: 0 auto;
	/*margin-top: 20px;*/
}

.middle_layer  .second_menu{
	padding-left: 5em;
}


.menu ul{
	padding-left: 0px;
	margin-left: 0px;
}


.menu li {
	display: inline;
	padding-left: 20px;
	padding-right: 5px;
	margin-right: 5px;
}

/*
* FOOTER
*/

.footer {
	margin-top: 5px;
}

/*
* FOOTPRINT
*/

.footprint ul {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 25px;
	margin-left: 0px;
	margin-top: 5px;	
	margin-bottom: 5px;	
}

.footprint li {
	display: inline;
	padding-left: 10px;
}

/*
* PAGE TITLE
*/

.content_title  {
	height: 5em;
}

.content_title h1{
	margin: 0px 75px 0px 0px;
}


/*
* BOXES
*/
.index_text_box {
	margin-left: 5px;
	float: right;
}

.index_text_box ul {
	padding-left: 1.5em;
	padding-right: 1em;
}

/*
* WIKI
*/

.wiki h2 {
	margin-top: 2em;
}

/*
* TABLES
*/
.table {
	padding: 2px;
}

.table td {
	padding-left: 5px;
	padding-right: 5px;
}

.table th {
	padding-left: 5px;
	padding-right: 5px;
}

.table td p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/*
* Table references
*/
.gps_poi_picture {
	width: 20%
}

.gps_poi_key {
	width: 20%
}

.gps_poi_value {
	width: 60%
}

.fest_time {
	width: 10%;
}

