/* http://meyerweb.com/eric/tools/css/reset/ (Optimized by Jake) */
html, body, div, span, h1, h2, p, a, img, ul, li
{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left;
	font-weight: inherit;
	font-size: 100%;
	font-style: inherit;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background: transparent;
	vertical-align: baseline;
}
ul {list-style: none;}
body {line-height: 1;}
:focus {outline: 0;}


/* VLG - Camping Landing */

#intro, #page, #top
{
	width: 900px;
	margin: 0 auto;
}

#nav li, #pagebody p, #pagebody h2 {text-align: center;}

#back_link
{
	margin: 1em 0;
	text-align: center;
}

.guillotine {clear: both;}

#intro p {margin: 0 135px 0 350px;}

#intro
{
	height: 236px;
	overflow: auto;
	background: #FFF url(../img/intro.jpg) no-repeat scroll top left;
}

#nav li
{
	margin-bottom: 12px;
	font-size: .9em;
}

#nav
{
	float: left;
	width: 100px;
	margin-left: 180px;
	padding-top: 40px;
	letter-spacing: -1px;
	display: inline;
	height: 290px;
	/*overflow: auto;*/
}

* html #page {height: 521px;} 

#page
{
	background: #594F5A url(../img/back.jpg) no-repeat scroll top left;
	min-height: 521px;
}

#pagebody h2 a
{
	color: #FFE999;
	font-weight: bold;
	letter-spacing: -1px;
}

#pagebody p
{
	color: #FFF;
	margin: 0 5px 12px 5px;
}

#pagebody
{
	width: 380px;
	height: 380px;
	float: right;
	margin-right: 170px;
	text-shadow: #000 0 3px 5px;
	display: inline;
	/*overflow: auto;*/
}

#top span
{
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: transparent url(../img/top.jpg) no-repeat scroll top left;
}

* html #top {height: 470px;}

#top
{
	min-height: 470px;
	position: relative;
}

a:hover {text-decoration: underline}

a
{
	text-decoration: none;
	color: #000;
}

p, h2 {font-size: .8em;}

p {	line-height: 1.2;}

html {background: #FFF;}
