@charset "utf-8";
/* CSS Document */

body {

	font-family: verdana, arial, helvetica;

	font-size: 11pt;

}

a {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

a:after { content: " (" attr(href) ") "; }

.wrapper {

	width: 950px;

	margin: 0;

}



.header {

	width: 800px;

	height: 200px;

}



.name {

	position: absolute;

	left: 250px;

	top: 20px;

}

.slideshow {
	
	position: absolute;
	top: 20px;
	left: 500px;
}

.statue {
	position: absolute;
	top: 1085px;
	left: 160px;
	overflow: hidden;
}

.directions {
	position: relative;
	top: 0px;
	left: 10px;
	text-align: left;
	font-size: 8pt;
}

input {
	border: 1px solid #8B4513;
	background: #D2B48C;
	color: #8B4513;
}

#content {
	display: block;
	width: 600px;
	position: absolute;
	top: 350px;
	left: 300px;
}

#logo {
	position: absolute;
	top: 300px;
	left: 200px;
}

#woman {
	position: absolute;
	top: -30px;
	left: 0px;
}

#sidebar {
	width: 200px;
	display: block;
	height: 1100px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-image: url(images/wood.png);
	background-repeat: repeat;
	text-align: center;
	color: #FFFFFF;
}

#drlandon {
	position: relative;
	top: 30px;
	left: 10px;
}

.gallerylinks a {
	color:#960;
	font-size:small;
}

#VIP a
	{
		color:#630;
	}
