/* Global Styles */


a:link, a:visited, a:active{
	color: #B1B1B1;
}

a:hover{
	color:#ffffff;
}

body, table {
	color: #eae6aa;
	background-color: #3f3f3f;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div.centerfront {
    width:100%;
	margin-top: 7%;
	text-align: center;
	overflow: hidden;
	
}

.portrait, .pb, .kb{
	margin: 2em;
}

.pb-logo{
	display: inline-block;
	width: 400px;
	height: 107px;
	background: url('images/pb-logo-400.png') left;
}

.pb-logo:hover {
	background-position: -400px 0;
}

.kb-logo{
	display: inline-block;
	width: 200px;
	height: 200px;
	background: url('images/k&b-logo-200.png') left;
}

.kb-logo:hover {
	background-position: -200px 0;
}