@charset "utf-8";
#photo {
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: .5%;
}

#arrow_right {
	float: right;
	width: 350px;
	text-align: left;
	margin-top: 10px;
}

#wrapper {
	margin: auto;
	width: 700px;
}
body {
	background-color: #FEFDED;
	color: #515151;
}

#arrow_left  {
	float: left;
	width: 350px;
	text-align: right;
	margin-top: 10px;
}
a:link, a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #c60000;
}


#vertical_center {
	border: thick none #cccccc;
	height: 490px;
	left: 50%;
	margin-left: -350px;
	margin-top: -259.5px;
	position: absolute;
	top: 50%;
	width: 700px;
}
#title_container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	margin: auto;
	letter-spacing: 2%;
	padding-bottom: 2%;
	color: #515151;
}

#title {
	float: left;
	width: 160px;
}
#back {
	float: right;
	width: 160px;
	text-align: right;
	
}
.link {
	text-decoration: none;

}

