@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background-copy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #F3E2F2;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 150px;
}
#nav {
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
	padding-top: 2px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 4px;
	padding-left: 4px;
}
#nav a:hover {
	color: #F00;
}
#nav a {
	color: #000;
	text-decoration: none;
}

#header {
	height: 150px;
}
#rotator {
	width: 503px;
	float: left;
}

#home {
	padding-right: 30px;
}

#home_page_write_up {
	text-align: justify;
	padding-top: 25px;
}
#about {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#gallery table {
	margin-top: 80px;
	margin-left: 20px;
	float: left;
}
#gallery {
	background-image: url(../images/chicks_lens.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-bottom: 100px;
}



#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	padding-bottom: 30px;
}
#video {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
#contact {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(../images/contact_us.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#guestbook {
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 90px;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #F00;
}
.bold_margin {
	margin-top: 10px;
}
.centre_image {
	text-align: center;
	padding-left: 80px;
}

.centre_text {
	text-align: center;
}
#music {
	padding-top: 33px;
	text-align: center;
	padding-bottom: 30px;
}

