/* CSS RESET */
* {
	margin: 0;
	padding: 0;
}
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	outline: none;
	text-align: left;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* CSS MAIN */
body {
	background-color: #45bce8;
	background-image: url(../img/bg/sky.png);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-weight: normal;
	overflow: hidden;
}
#copyright {
	position: absolute;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	bottom: 0%;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 10px;
}
#copyright a {
	color: white;
	outline: none; 
	text-decoration: none; 
}
#copyright a:hover {
	color: #ec008c;
}
#compliance {
	position: absolute;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	bottom: 0%;
	left: 50%;
	margin-left: 305px;
	margin-bottom: 10px;
}
#compliance a {
	color: white;
	outline: none; 
	text-decoration: none; 
}
#compliance a:hover {
	color: #ec008c;
}
#content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -123px;
}
#content h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 28px;
	color: #b7d432;
	padding-bottom: 10px;
	padding-left: 7px;
}
#content h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 28px;
	color: #00ccff;
	padding-bottom: 10px;
	padding-left: 7px;
}
#content h3 {
	font-family: arial;
	font-size: 12px;
	color: #0099ff;
	padding-bottom: 7px;
}
#content h4 {
	font-family: arial;
	font-size: 12px;
	color: #ff0099;
	padding-left: 7px;
	padding-bottom: 5px;
}
#content h5 {
	font-family: arial;
	font-size: 12px;
	color: #6699cc;
	padding-left: 7px;
	padding-bottom: 3px;
	font-weight: normal;
}
#content h6 {
	font-family: arial;
	font-size: 12px;
	color: #669900;
	padding-bottom: 7px;
}
#content span {
	color: #0099ff; 
	font-weight: bold;
}
img {
	border-style: none;
}
#layout #box {
	background-image: url(../img/box.png);
	height: 479px;
	position: absolute;
	width: 806px;
	z-index: 0;
	left: 50%;
	top: 50%;
	margin-left: -403px;
	margin-top: -240px;
}
#layout #grass {
	background-image: url(../img/bg/grass.png);
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 7px;
	overflow: hidden;
}
#layout #land {
	background-image: url(../img/bg/land.png);
	position: absolute;
	width: 1575px;
	left: 50%;
	margin-left: -787.5px;
	height: 231px;
	bottom: 0%;
	z-index: -1;
}
#layout #landback {
	background-image: url(../img/bg/landback.png);
	height: 36px;
	width: 100%;
	position: absolute;
	bottom: 0%;
	z-index: -2;
}
#layout #logo {
	background-image: url(../img/logo.png);
	height: 165px;
	position: absolute;
	width: 336px;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -438px;
	margin-top: -325px;
}
#layout #sky {
	background-image: url(../img/bg/skymain.jpg);
	position: absolute;
	width: 1496px;
	left: 50%;
	margin-left: -747px;
	height: 495px;
	z-index: -3;
}
#nav {
	height: 34px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -280px;
	margin-left: -10px;
}
#nav a {
	float:left;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
}
#nav a.home {
	background:url(../img/nav/home.png) no-repeat; 
	height: 34px; 
	width: 90px;
}
#nav a.about { 
	background:url(../img/nav/about.png) no-repeat; 
	height: 34px; 
	width: 90px;
}
#nav a.gallery { 
	background:url(../img/nav/gallery.png) no-repeat; 
	height: 34px; 
	width: 90px;
}
#nav a.contact { 
	background:url(../img/nav/contact.png) no-repeat; 
	height: 34px; 
	width: 116px;
}
.points {
	font-family: arial;
	font-size: 12px;
	color: #6699cc;
	padding-left: 7px;
	padding-bottom: 3px;
	font-weight: normal;
}
.points td { 
	padding-right:40px;
	padding-left: 40px;
}
ul.gallery {
	list-style: none;
	padding-left: 10px;
	text-align: center;
	width: 700px;
}
ul.gallery li {
	margin: 10px 5px 0 0;
	float: left;
}
ul.gallery li a {
	padding: 2px;
	border: 1px #e7e7e7 solid;
	display: block;
}
ul.gallery li a:hover { 
	border: 1px #313739 solid; 
}
#contactform {
	color: #6699cc;
	font-family: arial;
	font-size: 12px;
	margin-left: 7px;
	margin-top: -10px;
}
#contactform td {
	padding-bottom: 6px;
}
#contactform .inputs {
	background-color: #e7e7e7;
	border: 1px solid #c7c7c7;
	color: #6699cc;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	left: 120px;
	margin-top: -8px;
}
#contactform .message {
	position: absolute;
	top: 158px;
	margin-top: -2px;
	left: 270px;
}
#contactform .textbox {
	background-color: #e7e7e7;
	border: 1px solid #c7c7c7;
	color: #6699cc;
	font-family: arial;
	font-size: 12px;
	height: 63px;
}
#contactform .messagebox {
	position: absolute;
	top: 157px;
	margin-top: -2px;
	left: 350px;
}
#contactform .submitbutton {
	width: 69px;
	cursor: pointer;
	background-color: white;
	color: black;
	border: none;
}
#contactform .submitbutton:hover {
	background-color: #e7e7e7;
	color: #6699cc;
}
#contactform .button {
	position: absolute;
top: 203px;
margin-top: -1px;
left: 580px;
}