.header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 750px;
	background-position: center top;
	text-align: center;
	position: relative;
	left: 19%;
}
.photo-header {
	background-image: url(../images/photos-logo.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 750px;
	background-position: center top;
	text-align: center;
	position: relative;
	left: 19%;
}
.standard-header {
	height: 250px;
	width: 750px;
	background-position: center top;
	text-align: center;
	position: relative;
	left: 19%;
}
.body {

}
.rightpanel {
	width: 250px;
	float: left;
}
.main {
	left: 197px;
	width: 800px;
	background-position: center;
	position: relative;
}
.leftpanel {
	width: 10px;
	height: 100%;
	float: left;
}
.center {
	width: 540px;
	height: 100%;
	float: left;
	text-align: left;
}
.inset {
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-top: 1px solid #006699;
	font-size: 70%;
	background: #ddd;
	margin: 5px;
	color: #333;
	width: 50%;
	padding: 4px;
	float: right;
	text-align: left;
}
.bottom {
	left: 19%;
}

strong {
	font-size: 160%
}
h1 {
	position: relative;
	font-size: 20px;
	top: 60px;
}
h2 {
	left: 2%;
	position: relative;
	font-size: 16px;
	top: 36px;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:active {
	color: #0099cc;
	text-decoration: none;
}
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}