div.title {
	position:relative;
	left:15px;
	width:575;
	margin-top: 10px;
	background-color:#FFFFFF;
	text-align: center;
	border: outset 3px #B52121;
	font-family: mistral, Times;
	font-size: 30px;
}	

div.textbox {
	position: relative;
	left: 50px;
	top: 10px;
	width: 525px;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
	border: ridge 3px #B52121;
}

div.header {
	width: 525px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: ridge 3px #B52121;
	background-color: #C20003;
	font-family: mistral, Times;
	font-size: 30px;
	text-align: center;
}

div.profilebox {
	position: relative;
	left:55;
	width:550;
	height:200;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
	border: ridge 3px #B52121;
}

div.profileheader {
	width: 550px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: ridge 3px #B52121;
	background-color: #C20003;
	font-family: mistral, Times;
	font-size: 30px;
	text-align: center;
}

div.funfact {
	position:relative;
	left:72px;
	top:-25px;
	width:525;
	padding: 5px;
	text-align: left;
	font-style: italic;
	background-color: black;
	color:red;
	border: ridge 3px #B52121;
}

div.newsbox {
	position:relative;
	left:80px;
	width: 450px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
	border: ridge 3px #B52121;
	bottom: 20px;
}

div.newsheader {
	width: 450px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: ridge 3px #B52121;
	background-color: gray;
	font-family: Times;
	font-size: 20px;
	text-align: left;
}
