﻿/* CSS layout */
.Border {
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	position: relative;
}

.mycentext {
	font-size: small; 
	color: #7C6F57; 
	font-family: Arial; 
	text-align: center
}

#header {
	margin-left: 220px;
	position: absolute;
	top: 100px;
	color: #000000;
}

#container {
}

#left_col {
}

#right_col {
	position: absolute;
}

.PBStyleMaster {
}

#center {
	margin-right: auto;
	margin-left: auto;
	
	}

