@charset "utf-8";
Body {
	margin: 0px;
	padding: 0px;
	background-color: #e7bde8;
	background-image: url(PrintBackground.jpg);
}
#Headder {
	background-image: url(Header.png);
	background-repeat: no-repeat;
}
#Navigation {
	background-image: url(Banner.png);
	background-repeat: no-repeat;
	height: 20px;
	text-align: right;
	padding-top: 3px;
}
#Page {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}
#Boarder_Left {
	background-image: url(../left_border.png);
	background-repeat: repeat-y;
}
#Boarder_Right {
	background-image: url(../right_border.png);
	background-repeat: repeat-y;
	background-position: right;
}
#ContentHolder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
}
#SideNav {
	width: 160px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 5px;
}
#Content {
	margin-left: 165px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-bottom: 10px;
}
#Content p {
	margin: 0px;
	padding: 0px;
}

