.page {
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-position: 0px;
	clear: left;
	top: 0px;
	bottom: 0px;
	float: left;
}
.content {
	background-color: #FFFFFF;
	height: 100%;
	width: 60%;
	margin-right: 20%;
	margin-left: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.topbanner {
	background-color: #FFFFFF;
	height: 300px;
	width: 460px;
	margin-top: 0px;
	padding-top: 0px;
	clear: left;
	float: left;
	margin-left: 135px;
}
.nav {
	background-color: #FFFFFF;
	height: 80px;
	width: 460px;
	clear: left;
	float: left;
	margin-left: 135px;
}
.pictures {
	background-color: #999999;
	height: 100%;
	width: 450px;
	padding-left: 145px;
	padding-top: 5px;
	padding-right: 0px;
	clear: left;
	float: left;
	background-repeat: repeat;
	background-image: url(bg.jpg);
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
	padding-right: 5px;
	text-indent: 0px;
	margin-right: 5px;
}
.portrait {
	padding-right: 10px;
	padding-left: 0px;
}
.about {
	height: 100%;
	width: 100%;
	text-align: justify;
	text-indent: 0px;
}
table {
	border: thin none #FFFFFF;
	margin-left: 10px;
}

