@charset "utf-8";
#wrapper {
	background-color: #FFF;
	height: auto;
}

/* CSS Document */
#container {
	width: 968px;
	background: #ccccff;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: auto;
}

#banner {
	background-image: url(../images/banner.gif);
	height: 385px;
	width: 965px;
	position: relative;
	background-color: #ccccff;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: 10px;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	width: auto;
	background-color: #FFF;
	color: #666;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#photo {
	padding: 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#intro_box {
	width: 850px;
	padding: 10px;
	top: 0px;
	margin-left: 65px;
	height: auto;
	margin-right: auto;
}
#column_container {
	background-color: #ccccff;
	height: 400px;
	width: 535px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	float: right;
}


#photo {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#column_left {
	float: left;
	height: 400px;
	width: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}
#column_right {
	float: right;
	height: 680px;
	width: 240px;
	margin: auto;
	margin-right: 50px;

}
#column_main {
	height: 400px;
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	border: 3;
}
#gallery_viewer {
	height: 700px;
	overflow: hidden;
}
#contact_box {
	width: 580px;
	padding: 10px;
	margin-left: 60px;
	height: auto;
	float: left;
	text-align: left;
}
#guestbook {
	height: 580px;
	width: 590px;
	margin: auto;
}
#column_right table {
	text-align: center;
}

