/* CSS Document */

body {
	background-color: #cee680;
	margin-top: 0px;
	margin-left: 0px;
	}
	
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
	}


ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: left;
	list-style-type: disc;
}

a:link {
	color: #cc3300;
	}
	
a:visited {
	color: #cc3300;
	}
	
a:hover {
	color: #ffffff;
	}
	
a:active {
	color: #cc3300;
	}

#splashphoto {
	top: 50%; 
	left: 50%; 
	width: 780px; 
	height: 600px; 
	margin-left: -390px; 
	margin-top: -300px;
	position: absolute;
}
	
#pagebackground {
	background-color: transparent;
	left: 50%;
	width: 780px;
	height: 650px;
	margin-left: -390px;
	margin-top: 0px;
	position: absolute;
	z-index: 1;
	}
	
#container {
	background-color: transparent;
	left: 50%;
	width: 780px;
	height: auto;
	margin-left: -390px;
	margin-top: 0px;
	position: absolute;
	z-index: 2;
	}

#logo {
	background-color: transparent;
	position: absolute;
	height: 150px;
	width: 150px;
	left: 35px;
	top: 35px;
	}

#navbar {
	background-color: transparent;
	position: absolute;
	height: 200px;
	width: 100px;
	left: 20px;
	top: 225px;
	}

#navbar ul{
	list-style-type: none;
	}

#testimonials {
	background-color: transparent;
	position: absolute;
	height: 225px;
	width: 175px;
	top: 425px;
	left: 25px;
	font-family: Garamond, 'Times New Roman', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	text-align: center;
	}
	
#otherlogos {
	background-color: transparent;
	position: absolute;
	height: 400px;
	width: 200px;
	left: 0px;
	top: 650px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	}

#otherlogos ul{
	list-style-type: none;
	text-align: center;
	}
	
#pagecontent {
	background-color: transparent;
	position: absolute;
	height: auto;
	width: 450px;
	top: 340px;
	left: 265px;
}

#gallerypagecontent {
	background-color: transparent;
	position: absolute;
	height: 550px;
	width: 450px;
	top: 315px;
	left: 250px;
	}
	
#gallerypagecontent p {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	}
	
.transparent {
	background-color: transparent;
	}

.centered p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
	}
		
#footer {
	width: 450px;
	margin-top: 50px;
	height: 100px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003366;
	text-align: center;
}

#gallerypagefooter {
	width: 535px;
	margin-top: 25px;
	height: 100px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003366;
	text-align: center;
}
