/* --- MAIN BODY --- */

body {
	color: #000;
	background-color: #FFF;
	font-family: arial, helvetica, "sans serif";
	margin: 10px;
	}
	
/* --- DIV ID'S  --- */
	
#global {
	margin: 0 auto;
	width: 980px;
	}
	
#banner {
	background-image:url("images/banner02.png");
	background-repeat:no-repeat;
	height: 220px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765;
	}
	
#navigation {
	padding: 10px;
	text-align: center;
	margin: 0 0 15px 0;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765;
	}
	
#content {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765;
	}
	
#footer {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765;
	text-align: center;
	padding: 15px;
	}
	
#footer a {
	border-bottom: none;
	}
	
#gallery {
	margin: 15px;
	}
	
/* --- DIV CLASSES --- */
	
.dot {
	font-size: 43px;
	line-height: 18px;
	margin-right: 5px;
	}
	
.image {
	font-size: 11px;
	text-align: center;
	margin: 0 18px 6px 0;
	padding: 0 17px 10px 0;
	background-color: #FFF;
	font-weight: bold;}
	
.floatleft {
	float: left;
	}
	
.gfloatleft {
	margin-right: 15px;
	float: left;
	}
	
	
.floatright {
	float: right;
	margin: 7px;}
	
.clear {
	clear: both;
	}

.center {
	text-align: center;
	}
	
.contact {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	padding: 0;}
	
.contact img {
	border: 0;
	}
	
/* --- LINKS --- */

a:link, a:active, a:visited {
	color: #9BB;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #699;
	}
	
a:hover {
	color: #366;
	}
	
#gallery a:link img, #gallery a:active img, #gallery a:visited img {
	color: #9BB;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #699;
	}
	
#gallery a:hover {
	color: #366;
	}
	
#gallery a {
	border: 0;
	}

#navigation a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	border-bottom: 0;
	}
	
#navigation a:hover {
	color: #9BB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9BB;
	}

/* --- HEADERS --- */
	
h1 {
	color: #765;
	font-size: 32px;
	font-family: "Times New Roman";
	margin: 10px;
	padding: 3px;
	text-transform: uppercase;}
	
h2 {
	color: #444;
	font-size: 26px;
	font-family: "Times New Roman";
	margin: 3px;
	padding: 3px;
	}
	
/* --- SPLASH PAGE STYLES --- */

#splash-global {
	margin: 0 auto;
	width: 665px;
	}
	
#splash-image {
	background:url("splash.png") no-repeat;
	height: 420px;
	margin: 0;
	}
	
#splash-navigation {
	text-align: center;
	margin: 0px 0 10px 0;
	background-color: #fff;}

	
#splash-navigation a:link, #splash-navigation a:visited, #splash-navigation a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	border: 0;}
	
#splash-navigation a:hover {
	color: #9BB;
	}
	
#splash-navigation a:focus {
	color: #669;
	}
	