body {
	background-color: white;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: blanchedalmond;
	background-image: url(background/clouds-pink.jpeg);
	background-repeat: repeat;
}


td {
	padding: 5px;
}


div.loud {
	font-size: 16px;
	font-weight: bold;
}




input.submitbutton {
	color: white;
	background-color: chocolate;
	border: 2px solid black;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	vertical-align: middle;
	margin: 5px;
}

input.textbox {
	color: black;
	background-color: #EFC;
	font-family: Arial, san-serif;
	font-size: 14px;
	border: 1px solid black;
	height: 18px;
	vertical-align: middle;
	margin: 5px;
	padding: 2px 2px 2px 2px;
}

select {
	color: black;
	background-color: #EFC;
	font-family: Arial, san-serif;
	font-size: 14px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	height: 22px;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}


h1 {
	color: #444;
	text-align: right;
}

div.side1 {
	position: absolute;
	left: 0px;
	padding: 5px;
	width: 290px;
	height: 420px;
}

div.side2 {
	position: absolute;
	left: 310px;
	padding: 5px;
	width: 290px;
	height: 420px;
}

div.err {
	position: absolute;
	top: 80px;
	left: 150px;
	padding: 15px;
	width: 550px;
	height: 50px;
	color: red;
	font-weight: bold;
	text-align: left;
}

div.center {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px;
	width: 550px;
	height: 75px;
	background-color: #ddd;
}

div.bottom {
	position: absolute;
	top: 85px;
	left: 0px;
	padding: 15px;
	width: 550px;
	height: 280px;
	background-color: #ddd;
}

div.email {
	width: 440px;
	height: 180px;
	padding: 10px;
	margin: 15px;
	background-color: white;
}

div.head {
	position: absolute;
	color: chocolate;
	text-align: left;
	margin-top: 15px;
	left: 220px;
	font-size: 32px;
}
	
div.subhead {
	position: absolute;
	color: gray;
	text-align: left;
	margin-top: 50px;
	left: 220px;
	font-size: 16px;
}


div.title {
	position: absolute;
	top: 35px;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	left: 500px;
}

 
div.logo {
	background-color: bisque;
	background-image: url(images/duckie.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 200px;
	height: 180px;
	background-position: 0px;
}
	
div.main {
	position: absolute;
	top: 100px;
	left: 215px;
}

div.gallery {
	position: absolute;
	width: 700px;
}

div.logo {
	background-color: bisque;
	background-image: url(images/duckie.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 200px;
	height: 180px;
	background-position: 0px;
}


div.nav {
	position: absolute;
	background-color: chocolate;
	color: Purple;
	left: 0px;
	top: 180px;
	padding: 15px;
	cursor: pointer;
	width: 170px;
	height: 400px;
	font-size: 16px;
	font-weight: bold;
}


div.nav_item {
	width: 150px;
}

a.nav:LINK, a.nav:VISITED {
	color: black;
	text-decoration: none;
}

a.nav:HOVER {
	color: white;
	text-decoration: none;
}

div.photo_page {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 300px;
	height: 600px;
}

div.photo_focus {
	position: absolute;
	left: 390px;
	top: 30px;
}

div.photo_title {
	position: absolute;
	left: 390px;
	top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: gray;
}

div.photo_nav {
	position: absolute;
	left: 10px;
	top: 0px;
	color: gray;
	font-size: 20px;
	font-weight: bold;
}
div.photo_prev {
    position: absolute;
	left: 150px;
	top: 0px;
}
div.photo_home {
    position: absolute;
	left: 200px;
	top: 0px;
}
div.photo_next {
    position: absolute;
	left: 250px;
	top: 0px;
}
