a, a:visited {
	color: blue;
	font-family: "verdana", sans-serif;
	font-size: 11px;
}
p {
	font-family: "verdana", sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	line-height: 1.4;
	text-align: justify;
	text-align-last: justify;
}
#contain {
	position: relative;
	width: 570px;
	height: 700px;
	margin: auto;
}
#header {
	position: absolute;
	top: 8px;
	width: 100%;
	height: 6%;
}
#header h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 30px;
	color: red;
	margin: 0 0 0 20%;
}
#header img {
	width: 20%; 
	height: 64%; 
	float: left;
}
#navborder {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 19.6%;
	height: 92%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: lightgrey;
	padding: 0.46%;
}
#nav {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: white;
	padding: 1%;
}
#nav a {
	margin: 4% 0 6% 4%;	
}
.new {
	display: inline-block;
	height: 10px;
	float: right;
	margin: 3px 0 0 0;
}
#contentborder {
	position: absolute;
	bottom: 16px;
	right: 0;
	width: 80%;
	height: 92%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: lightgrey;
	padding: 0.4%;
}
#content {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: white;
	padding: 1%;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 12px;
}
#footer p {
	font-size: 9px;
	text-align-last: center;
}
#home {
	position: fixed;
	width: 230px;
	bottom: 0;
    left: 50%;
    margin-left: -115px;
	background-color: white;
}
#home p {
	text-align: center;
	text-align-last: center;
}
#home a {
	display: block;
}
.arrow {
	position: fixed;
	height: 20px;
	top: 50%;
	margin-top: -20px;
}
.arrow p {
	font-size: 20px;
	line-height: 1;
}
.text {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-align-last: left;
	width: 400px;
	line-height: 2;
}
.panel {
	position: relative;
	height: 330px;
}