#container {
	background-image: url(Gallery-BG.gif);
	background-repeat: repeat-x;
	height: 440px;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bluebullet {
	color: #004B8D;
}

#left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 20px;
}
#content {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 440px;
}
#right {
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 15px;
}
#kplogo {
	background-image: url(Gallery-KP-Logo.gif);
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 440px;
	background-repeat: no-repeat;
}
#image {
	height: 300px;
	width: 440px;
}
#prevnext {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 200px;
	margin-right: 15px;
}

#gallerynav {
	padding: 0px;
	height: 15px;
	width: 200px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}
#closewindow {
	padding: 0px;
	float: left;
	margin-right: 0px;
	height: 15px;
	width: 100px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 75px;
	text-align: right;
}

body{
	font-family: Georgia, Times, Times New Roman, serif;
	word-spacing: 1px;
	font-size: 16px;
	color: #999;
}
a{
	text-decoration: none;
	color: #004B8D;
	font-weight: bold;
}
a:hover {
	background-color:#E3E7F2;
	border-bottom:1px solid #004B8D;
	color:#607CB0;
}

