@charset "UTF-8";
#wrapper {
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 800px;
	height: auto;
	background-color: #F7F7EF;
}
* {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shadow {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #logotop {
	background-image: url(../images/navtop.png);
	background-repeat: no-repeat;
	height: 230px;
}
#wrapper #navigationleft {
	width: 160px;
	float: left;
	list-style-type: none;
	background-color: #FBFBF7;
	height: auto;
}
#wrapper #body {
	background-color: #F7F7EF;
	float: right;
	width: 640px;
	height: auto;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
}

#shadow #wrapper #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

