@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #786E5D;
	background-color: #E00C7A;
	text-align: center;
	font-size: 10px;
}
a:link {
	color: #786E5D;
	text-decoration: none;
}
a:visited {
	color: #786E5D;
	text-decoration: none;
}
a:hover {
	color: #DB0F7A;
	text-decoration: underline;
}
#container {
	background-color: #FFF;
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: left;
}
#container .top_navigation{
	background-color: #999;
	height: 200px;
	width: 970px;
	text-align: left;
	float: left;
	left: 15px;
	top: 15px;
	position: relative;
	z-index: 10;
}
#container .middle_elements{
	height: 432px;
	width: 970px;
	position: relative;
	top: 15px;
	left: 15px;
	float: left;
	background-color: #FFF;
	clear: both;
}
#container .page_header{
	height: 191px;
	width: 476px;
	position: absolute;
	float: left;
	clear: left;
}
#container .textbox_one{
	height: 241px;
	width: 210px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #786E5D;
	left: 266px;
	top: 191px;
	z-index: auto;
}
#container .textbox_two {
	height: 241px;
	width: 210px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #786E5D;
	left: 494px;
	top: 191px;
	z-index: auto;
}
#container .textbox_three {
	height: 241px;
	width: 210px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #786E5D;
	left: 722px;
	top: 191px;
	z-index: auto;
}
#container .bottom_details {
	height: 38px;
	width: 970px;
	position: relative;
	left: 15px;
	float: left;
	top: 15px;
	clear: both;
}
#container .boldpink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E00C7A;
}
