body {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background:#9D9DFF url('/res/themes/img/splash_pagebg.png') repeat-y center;
	margin: 0; 
	padding: 0; 
	border: 0;
	width: 100%;
	height: 100%;
}

/* main layout classes */
.pagegap {
	background:#9D9DFF url('/res/themes/img/splash_pagegap.jpg') no-repeat top center;
	height:100px;
}

.header {
	position: relative; /* NEW align down menu */

	background: #8080D0 url(/res/themes/img/splash_au_lagoon.jpg) no-repeat center right;
	height: 367px;
}
.header_content{
	padding:20px 40px;
}
.header_bottom{
	position: absolute; /* NEW align down menu */
	left: 0;
	width: 99.7%;
	bottom: 0;
}
.header_photodescr{
	color: #fff;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size: 8pt;
	position: absolute;
	right: 10px;
	bottom: 40px;
}

.colleft {
	width: 160px;
	height: 400px;
	background-color: #9D9DFF;
}
.colright {
	width: 0%;
	height: 400px;
	background-color: #9D9DFF;
}

.pagetitle {
	padding: 0 0 1px 3px;
	border-bottom:	1px solid #E6E6FE;
}
