
body {
	background: #4A6180;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #0F223C;
}



a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #0F223C;
	line-height: normal;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
	background-color: #8094AF;
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #AC7A4A;
	border-top: 1px solid #8094AF;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #0F223C ;
}

#menu1 a:hover {
	background-color: #9C6A39;
	border-top: 1px solid #8094AF;
	border-bottom: 1px solid #8094AF;
	color: #FFFFFF;
}

.galleryimage {
	float: left; /* THIS LETS THE DIVS DISPLAY AS INLINE, AND WRAP ACCORDING TO THE SCREEN SIZE */
	border: 0px #FFFFCC solid;
	margin: 5px;
	padding: 2px;
	text-align: center;
	width: 104px;
	height: auto;
	text-decoration: none;
}

.galleryimage a {
	text-decoration: none;
}

.galleryimage img {
	border: none;
}

	

