@charset "utf-8";
.Wrapper {
	background-color: #FFFFFF;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #999999;
}
.nav {
	height: 700px;
	width: 200px;
	left: 737;
	margin-top: 300px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEDEDE;
	background-image: url(Pictures/background.png);
	background-repeat: repeat-x;
}
.Header {
	background-color: #DEDEDE;
	height: 295px;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
}

.bottom {
	height: 131px;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background: #DEDEDE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: 505050;
	border-right-color: 505050;
	border-bottom-color: 505050;
	border-left-color: 505050;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	background-image: url(Pictures/background.png);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: blink;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #505050;
	border-right-width: medium;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: 293931;
	border-right-color: DEDEDE;
	border-bottom-color: 293931;
	border-left-color: 293931;
	font-size: 16px;
}

