`
/*********** Generic Selectors ***********/

body { 
	margin-left: 10%;
	margin-right: 10%;
}

/*********** IDs ***********/

#header{
	position: absolute;
	width: 100%;
	height: 2050px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding:  5px 0px 0px 0px; /*top right bottom left*/
}

#topbar {
	position: absolute;
	width: 800px;
	height: auto;
	margin-top: 120px;
	margin-left: 200px;
	background: transparent;
	padding: 5px 40px 0px 0px;
	font-family: Arial;
	text-align: right;
}

#sidebar {
	position: absolute;
	width: 180px;
	color: red;
	font-family: "Edwardian Script ITC";
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 475px 5px 0px 5px;
}

#pageImage {
	position: absolute;
	padding: 22px 0px 0px 22px; /*top right bottom left*/
}

#centerDoc {
	position: absolute;
	background-color: #FFFFBF;
	height: auto;
	width: 770px;
	margin-top: 240px;
	margin-left: 210px;
	text-align: justify;
	font-family: Georgia;
	font-weight: bold;
	padding: 5px; /*top right bottom left*/
}

#table {
	border-spacing: 8px;
	text-align: center;
	empty-cells: hide;
}

#table2 {
	font-size: 15px;
	text-align: left;
	empty-cells: hide;
}

#footer {
	position: absolute;
	height: 100px;
	width: 985px;
	padding: 5px;
	margin-top: 1950px;
	background: #FFF3A6;
	color: #8B8B8B;
	line-height: 5px;
	text-align: center;
}
