@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/background.jpg);

}

body#home a#homenav,
body#about a#aboutnav,
body#gallery a#gallerynav,
body#contact a#contactnav {
	background: #065832;
	color: #FFFFFF;
	
}

#container {
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-color: #065832;
	
}

#upperbox {
	width: 850px;
	height: 110px;
	
}

#logobox {
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	
}

#navbox {
	height: 100px;
	width: auto;
	float: right;
	
}

ul#menu{
	padding-right: 60px;
	list-style-type: none;
	margin-top: 84px;
	width: auto;
	position: relative;
	display: block;
	height: 22px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul#menu li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 5px solid #FFFFFF;
	background-color: #A0DBBD;

}

ul#menu li a{
	display: block;	
	color: #065832;
	text-decoration: none;
	padding: 4px 12px 0px 12px;
	height: 22px;

}

ul#menu li a:hover{
	background-color: #065832;
	color: #FFFFFF;

}
.dividerline {
	width: 780px;
	height: 1px;
	background-color: #065832;
	margin-left: auto;
	margin-right: auto;
	
}

#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #065832;
	
}

.content-home {
	background-image: url(../images/maddy1.jpg);
	height: 450px;

}

.content-about {
	background-image: url(../images/maddy2.jpg);
	height: 450px;

}

.content-contact {
	background-image: url(../images/maddy3.jpg);
	height: 450px;

}

.content-gallery {
	height: auto;
	
}

#lowerleft {
	width: 220px;
	height: 450px;
	float: left;
	
}

.bodytext {
	margin-left: 15px;
	margin-right: 15px;
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color: #AA3A71;
	line-height: 24px;

}

.bodytext a {
	text-decoration: none;
	color: #0c8d51;
	
}

.bodytext a:hover {
	color: #065832;
	
}

#gallerybox {
	width: 780px;
	height: auto;
	margin-top: 20px;
	
}

.gallerypic {
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;
	
}

.twittericon {
	float: left;
	margin-left: 14px;
	margin-top: 12px;
	margin-right: 5px;
	
}

.twittertext {
	margin-top: 17px;
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color: #AA3A71;

}

.twittertext a {
	text-decoration: none;
	color: #0c8d51;
	
}

.twittertext a:hover {
	color: #065832;
	
}
