/* COLOUR SCHEME: White and Blue */ 

body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}

#headbar {
	min-height: 50px;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 10px #666666 inset;	
}

#logo {
	width: 20%;
}

#announce {
	font-family: arial;
	font-weight: bold;
	font-size: 125%;
	color: #00ccff;
	float: right;
	width: 75%;
	word-wrap: break-word;
}

#topbar2 {
	height: 50px;
	width: 100%;
	border-bottom: 2px solid white;
	background-color: #66CCFF;
	position: absolute;
	box-shadow: 0px 2px 2px #666666;
	text-align: center;
}

#topbar2.fixed {
	position: fixed;
	top: 0;
}

.navlink {
	display: inline-block;
	width: 10%;
	height: 100%;
	background-color: #66CCFF;
	text-decoration: none;
	color: white;
	font-family: arial;
	font-weight: bold;
	text-shadow: 2px 2px 2px #666666;
	transition: background-color .25s ease-in-out, color .25s ease-in-out, text-shadow .25s ease-in-out;
	overflow: hidden;
}

.navlink:hover{
	background-color: white;
	color: #66CCFF;
	text-shadow: 2px 2px 2px black;
}

#galcontain {	
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 300px;
	z-index: -50;
	position: relative;
	top: 75px;
}

#gal1 {
	position: relative;
	z-index: -50;
	left: 100px;
	list-style-type: none;
	width: 500px;
	height: 300px;
	float: left;
}

#gal1 img {
	position: absolute;
	width: 300px;
	height: 300px
	left: 0;
	top: 0;
}

#heading {
	z-index: -25;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	margin: 0;
	position: relative;
	bottom: 5px;
	font-size: 250%;
	color: white;
	text-shadow: 2px 2px 0px #666666;
}

#wrapper {
	width: 100%;
	min-height: 600px;
	background-color: #66CCFF;
	margin: none;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 10px #666666;
}

#container {
	width: 60%;
	min-height: 500px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px black inset;
	border-radius: 30px;
	padding: 25px;
	font-family: arial;
}

.form {
	font-family: arial;
	vertical-align: middle;
}

.form label{
	display: inline-block;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.form input {
	height: 40px;
	width: 80%;
	box-shadow: 2px 2px 2px gray;
	font-size: 120%;
}

.form textarea {
	min-height: 40px;
	min-width: 80%;
	box-shadow: 2px 2px 2px gray;
	font-size: 100%;
	height: 150px;
	margin-bottom: 5px;
}

#submit {
	width: 100px;
	font-size: 80%;
	background-color: #00ccff;
	border-radius: 10px;
	border: 0;
}

#contacttxt {
	font-size: 130%;
}

#homedoc {
float: right;
}

