/* Layout Stylesheet */ 
html { height: 100%; margin-bottom: 1px; }

.topimage {
	width: 698px;
	height: 130px;
	text-align: center;
	padding: 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../images/background3d.jpg);
	display: block;
	float: left;
	}
	
.pageimage {
	background-image: url(../images/paint.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 448px;
	border: 1px solid #133C5C;
}

.jobtitle {
	float: none;
	display: block;
	clear: left;
	text-align: left;
	font-size: small;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 410px;
	color: #333333;
	height: 24px;
	padding-top: 0px;
	line-height: 24px;
	text-indent: 10pt;
	margin-bottom: 5px;
}
.employeename {
	display: block;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #133C5C;
	float: left;
	padding-left: 13px;
}
.phone {
	display: block;
	text-align: right;
	font-size: medium;
	font-weight: bold;
	color: #133C5C;
	float: right;
	padding-right: 5px;
	clear: none;
}

.email {
	display: block;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 14px;
	clear: left;
	float: left;
	width: 390px;
}
