﻿body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #E9DFD1;
}
.leftpanel {
	background-color: #5F492E;
	width: 20%;
	position: relative;
	height: 900px;
	top: 0px;
	float: left;
}
.header {
	width: 79%;
	top: 0px;
	position: relative;
	float: left;
	color: #E0DFD1;
	text-align: center;
	font-size: xx-large;
	background-color: #5F492E;
}
.navig {
	top: 300px;
	text-align: center;
	font-size: large;
	color: #E9DFD1;
	position: relative;
}
a {
	color: #E9DFD1;
	text-decoration: none;
}
a:visited {
	color: #E9DFD1;
}
a:hover {
	color: #5F492E;
	background-color: #E9DFD1;
}
.pgtititle {
	width: 75%;
	position: relative;
	text-align: center;
	font-size: x-large;
	float: left;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-left: 7px;
}

.content {
	text-align: center;
	position: relative;
	width: 75%;
	float: left;
	margin-top: 10px;
}
.pixbox {
	text-align: center;
	position: relative;
	width: 75%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

}

.pgtititle {
	width: 77%;
	position: relative;
	text-align: center;
	font-size: x-large;
	float: left;
	margin-bottom: 20px;
	margin-top: 25px;
}

