/* CSS Document */

body{
	background-color:#ddd;
	margin:auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.kimBonner{
	background-image:url('images/kimBonner.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	width:130px;
}

.topMid{
	background-image:url('images/photographer.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width:420px;
	height:24px;
	text-align:right;
	vertical-align:middle;
}

.spacer{width:130px;}

.topMid a{color:black; font-size:13.5pt; text-decoration:none;}
.topMid a:hover{text-decoration:underline;}
.topMid img{height:24px; width:14px; border:0px solid black; margin:0px; padding:0px;}

.frame{
	width:400px;
	height:423px;
	border:10px solid black;
	background-color:black;
	vertical-align:middle;
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:auto;
	padding-bottom:auto;
}
	html>body .frame{height:420px;}

.frameText{
	text-align:right; 
	font-size:9pt;
	font-weight:bold; 
	padding:5px 0px; 
	width:420px;
	border:0px dashed red;
}

.thumbs{
	float:right;
	height:45px;
	border:0px dashed red;
	width:420px;
	margin:0px;
	padding:0px;
	text-align:right;
}

	html>body .thumbs{
		height:auto;
		min-height:45px;
	}

.thumbs img{
	margin:0px;
	padding:0px;
	margin-right:0px;
	cursor:pointer;
}

.footer{
	width:420px;
	height:24px;
}