/*
	CSS written by PSLWeb.co.uk for Veraplaya-Naturist (www.veraplaya-naturist.com)
	Copyright ©2009 PSLWeb.co.uk - All Rights Reserved.
*/
/* General Elements
   ---------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #485C9E;
	text-align: center;
	/*background-color: #CEDEF4;*/
	background-color: #4D619D;
	height: 100%;
}
img {
	border: 0;
}
h1, h2, caption {
	margin-bottom: 0.8em;
	color: #EC7D3C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
}
p {
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
}
a {
	color: #485CD7;
	padding: 1px 2px;
}
a:hover {
	color: #00D;
	text-decoration: none;
	border: 1px solid #00D;
	padding: 0 1px;
}
table {
	background-color: #92B6E7;
	border-collapse: collapse;
	margin-bottom: 0.8em;
}
caption {
	text-align: left;
	margin: 0;
	padding-bottom: 0.8em;
}
tr {
	background-color: #FAFCFE;
}
tr.altCol {
	background-color: #F4F1EA;
}
th, td {
	font-size: 0.8em;
	text-align: center;
	padding: 2px 8px;
	border: 2px solid #AFCAED;
}
th {
	background-color: #D9E7F9;
}
td:first-child {
	text-align: left;
}

/* General Classes
   --------------- */
.fLeft {
	float: left;
	margin: 0 15px 10px 0;
}
.fRight {
	float: right;
	margin: 0 0 12px 10px;
}
.clear {
	clear: both;
}
.super {
	position: relative;
	bottom: 0.5em;
	font-size: 0.7em;
}

/* Container
   --------- */
div#container {
	width: 750px;
	margin: auto;
	height: 100%;
}

/* Page
   ---- */
div#page {
	border-left: 4px solid #6A9ABE;
	border-right: 4px solid #6A9ABE;
	min-height: 100%;
	background-color: #FFF;
	background-image: url(../images/misc/container_fade.gif);
	background-repeat: repeat-x;
	text-align: left;
}
* html div#page { /* Fix for IE < ver 7 */
	height: 100%;
}

/* Main
   ---- */
div#main {
	width: 564px;
	margin-top: 16px;
	float: right;
	background-image: url(../images/misc/content_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

/* Content
   ------- */
div#content {
	padding: 18px 10px 0 22px;
}
div#content div {
	width: 260px;
	clear: right;
}
div#content div p {
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
}
div#content ul {
	margin-left: 18px;
	margin-bottom: 0.8em;
	list-style-image: url(../images/misc/arrow.gif);
	list-style-position: outside;
	list-style-type: none;
}
div#content ol {
	margin-left: 22px;
	margin-bottom: 0.8em;
}
div#content ul li {
	font-size: 0.8em;
	margin-bottom: 0.3em;
}
div#content ol li {
	font-size: 0.8em;
	margin-bottom: 0.8em;
}

/* Footer
   ------ */
div#footer {
	margin-top: 18px;
	clear: both;
	padding: 0 50px;
}
div#footer p {
	padding-top: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #B8C0DE;
}

/* Sidebar
   ------- */
div#sidebar {
	position: relative;
	top: -100px;
	width: 174px; /* We keep this 4px shorter to avoid the IE 3px bug */
}

/* Navigation
   ---------- */
div#nav {
	padding: 20px 0 0 7px;
}
div#nav a:hover {
	border: 0;
	padding: 2px;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	margin-bottom: 1em;
}
div#nav ul li a {
	color: #485CB9;
	text-decoration: none;
	padding: 3px;
	font-size: 1em;
}
div#nav ul li a:hover {
	border: 1px solid #00F;
	padding: 2px;
}

/* Miscellaneous
   ------------- */
p#bottom { /* Force 'Page' to full height on Firefox et al. */
	clear: both;
	font-size: 0;
}