body {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
	line-height: 		12pt;

}
.container {
	position:			absolute;
	width:				600px;
	height:				600px;
	left: 				50%;
	top:				20px;
	margin-left: 		-300px;
	border: 			solid 1px #CCCCCC;
	padding: 			5px;
}
.page-container {
	position:			absolute;
	width:				700px;
	left: 				50%;
	top:				20px;
	margin-left: 		-350px;
	padding: 			5px;
	height: 			980px;

}
.textleft {
	position:			absolute;
	width:				160px;
	height:				160px;
	left: 				15px;
	top:				220px;
	border: 			dashed 1px #CCCCCC;
	padding: 			5px;
}
.textright {
	position:			absolute;
	width:				160px;
	height:				160px;
	right: 				15px;
	top:				220px;
	border: 			dashed 1px #CCCCCC;
	padding: 			5px;
}
.contact-info {
	position:			absolute;
	width:				170px;
	height:				170px;
	right: 				215px;
	bottom:				10px;
	border: 			dashed 1px #CCCCCC;
	padding: 			5px;
}
.title-holder {
	position:			absolute;
	width:				200px;
	height:				200px;
	left: 				10px;
	top:				10px;
}
.intro {
	position:			absolute;
	width:				470px;
	right: 				10px;
	top:				10px;
	padding:			10px;
}
.about {
	position:			absolute;
	width:				180px;
	left:				10px;
	top:				220px;
	padding:			10px;
	border: 			1px dashed #CCCCCC;
}
.headings {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			12px;
	color: 				#FF3300;
	font-weight: 		bold;
}
