/**********************************************************
 * CSS Puntalago - XcessLab.com - May 2007
 **********************************************************/

* {
	padding: 0;
	margin: 0;
	font:15px Trebuchet MS, Verdana;
}
a:link {
	text-decoration:none;
	color:white;
	font-size:120%;
}
a:visited  {
	text-decoration:none;
	color:white;
	font-size:120%;
}
a:hover  {
	text-decoration:none;
	color:#F9D14D;
	font-size:120%;
}
div#main {
	position: relative;
	/*width: 900px;*/
	width: 900px;
	margin: auto;
	padding: 0 17px 0 17px;
	background: url(../images/puntalago/main_bg.gif) top left repeat-y;
	border: 0px solid orange;
}
div#header {
	position: absolute;
	height: 0px;

}
div#menu {
	padding: 5px 0 5px 0px;
	text-align: left;
}
div#menu a {
	color: #ccc;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ccc;
	padding: 0 5px 0 5px;
}
div#menu a:hover {
	color: #999999;
}
div#content {
	padding: 413px 0 0 80px;
	width: 820px;
	/*border: 1px solid red;*/
}
div#content p {
	color: #fff;
	margin-right: 35px;
	padding-bottom: 25px;
}
div#content h2 {
	font-size: 19px;
	padding-bottom: 5px;
	margin-right: 35px;
}
div#diaporama{
	float: right;
	margin-right: 50px;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#footer {
	position: relative;
	border: 0px solid red;
	background: url(../images/puntalago/yelloh_village.gif) top right no-repeat;
	height: 119px;
}
div.content-footer {
	background: url(../images/puntalago/camping-club.png) 0 5px no-repeat;
	padding: 5px 0 0 47px;
	border: 0px solid blue;
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-size: 11px;
	height: 42px;
}
a#yellowvillage {
	float: right;
	background: url(../images/puntalago/yelloh_village.gif) top right no-repeat;
	width: 100px;
	height: 119px;
}

div#menu-contact {
	margin-top: 8px;
}