body {
	background-color: #FFD800;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#frame 
{
    position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
/*	position: relative;
	top: 50%;
	left: 0px;
	margin-top: -300px;
*/
}

#frame td {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 13pt;
}

#main {
	width: 800px;
	height: 600px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.home {
	background-image: url('images/homebg.gif');
}

.services {
		background-image: url('images/servicesbg.gif');
}

.appointment {
		background-image: url('images/appointmentbg.gif');
}

.photos {
		background-image: url('images/photosbg.gif');
}
.contact {
		background-image: url('images/contactbg.gif');
}

#nav {
	position: relative;
	top: 115px;
	left: 50px;
}

#nav .item {
	padding: 5px 10px;
}

a img {
	border: none;
}

#content {
	position: relative;
	top: 138px;
	left: 65px;
	width: 630px;
	height: 355px;
	overflow: auto;	
}

#footertxt {
	position: relative;
	top: 162px;
	left: 510px;
	color: #666666;
	font-size: 8pt;
}

.tblhead {
	font-weight: bold;
	color: black;
}

ul li {
	color: #7A0EF9;
	font-family:Arial; 
	font-size: 9pt;
	font-weight: bold;
	position: relative;
	left: -15px;
}

a {
	color: #7A0EF9;
	text-decoration: underline;
}

a:hover {
	color: #432067;
	text-decoration: none;
}

.title {
	font-weight: bold;
}

.formelement {

}

.field {
	border: 1px solid #7A0EF9;
	color: #444444;
}

#picturewrapper {
	
	height: 350px;
	overflow: none;
}

#picture {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 420px;
	height: 350px;
	overflow: none;
}

#thumbnails {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 350px;
	overflow: auto;
}

#thumbnails img {
	border: 1px solid black;
}

.picture_selected {
	border: 1px solid #7A0EF9;
}

.emph {
	color: #7A0EF9;
}

.footer {
	font-size: 8pt;
	color: #666666;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

.footer a {
	color: #888888;
	text-decoration: none;
}

fieldset {
	border: 1px solid green;
	padding: 10px;
}
