﻿/* CSS layout */
p {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

p.center1 {
	text-align: center;
}
a {
	color: #fff;
}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 110px;
	background-image:url('bamboo.png');
	background-repeat:repeat-y;
	height:800px;
	position: absolute;
	left: -9px;
	top: -25px;
}

#page_content {
	margin-right: 110px;
	margin-left: 110px;
}

#right_col {
	width: 110px;
	position: absolute;
	right: -9px;
	top: -25px;
	background-image:url('bamboor.png');
	background-repeat:repeat-y;
	height:800px;

}
#biopic {

}
img.style4 {
	margin-right: 13px;
}


#footer {
	margin-right: 110px;
	margin-left: 110px;

}
.style1 {
	text-align: center;
}

