html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 850px;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 850px;
	text-align: left;
	padding: 0px;
}


#pyro {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #996600;
}

#pyro_mid {
	position: absolute;
	top: 200px;
	left: 0px;
	background: url(background_mid.jpg);
	width: 850px;
	height: 1160px;
}


#pyro_left {
	position: absolute;
	top: 10px;
	left: 45px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
}

#pyro_left h3 {
	text-align: center;
}



/**************************************************************/
/*                   Side naviagtion system                   */
/**************************************************************/


#sidenav ul {
	position: absolute;
	top: 25px;
	left: 630px;
	font-family: Arial, helvetica, sans-serif;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 140px;
}

#sidenav li {
	text-align: left;
	font-weight: bolder;
	font-size: 16px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 2.0;
}

#sidenav ul a:link, ul a:visited {
	color: #996600;
	text-decoration: none;
}

#sidenav ul a:hover {
	color: #ff9900;
}



/**************************************************************/
/*                       Footer                               */
/**************************************************************/


/*** Major place holder for footer of all pages **/

#footer {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	position: absolute;
	top: 1360px;
	left: 0px;
	background: url(background_ftr.jpg);
	width: 850px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}



