/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background-color: #fff;
	background-position: 0px 0px;
}

a.bodylink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #db8d2a;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #F4E2D1;
}
a:hover {
	text-decoration: none;
	color: #993300;
}

a img { border: none; }



#menu {
	width: 160px;
	overflow: visible;
	top: 0px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 6px;
	line-height: 16px;
	text-indent: 7px;
}

#menu ul li.section-title {
	text-transform: uppercase;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.75px;
	padding-top: 5px;
	text-indent: 0px;
	font-style: italic;
}


#content {
	height: 100%;
	top: 0;
	margin-top: 114px;
	margin-right: 0;
	margin-bottom: 0;
		line-height: 14px;

	margin-left: 210px;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

#long-sandy-beach .one-box {
	float:left;
	padding-right:12px;
	
}


#long-sandy-beach .one-box content {
	float:left;
	padding-right:20px;
	width: 150px;
	
}

p {
    margin: 0 0 9px 0;
}

.ptitle	{
	text-transform: uppercase;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.75px;
	padding-top: 5px;
	text-indent: 0px;
	font-style: italic;
	font-weight: normal;
}

h1 {
	text-transform: uppercase;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.75px;
	padding-top: 5px;
	text-indent: 0px;
	font-style: italic;
	font-weight: normal;
}
	
h2 {
	font-size: 9px;
	text-indent: 7px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
 }
h3 {
	color: #FF0000;
}
h4 { font-size: 12px; }

h5 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	letter-spacing: 0px;
	padding-top: 5px;
	text-indent: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
	text-decoration: none;
	}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#next {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #db8d2a;
}
#prev {
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #db8d2a;
}