/* Basic Elements */

body {
		font-size : small;
		font-size: 10pt;
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		background-color:#FFC019;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		min-height: 831;
		text-align: center;
		background-image: url('/images/gila-bg.gif');
		background-repeat: repeat;

	}

p {
		margin-top: 10px;
		text-align: justify;
		font-family: arial;
		font-size: 10pt;
		line-height: 12pt;
	}

h1, h2, h3, h4, h5, h6 {
		text-align: justify;
	}
	


/* Other Elements */

#shadow {
		width: 705px;
		border-left: 8px solid #ECB117;
		border-right: 8px solid #ECB117;
		margin: 0px;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		position: relative;

	}

#header {
		width: auto;
		height: 125px;
		background-color: #CDE64D;
		border: 1px solid #CF7B25;
		border-bottom-color: #A2B22E;
		text-align: justify;
	}

#links {
		width: auto;
		height: 50px;
		text-align: center;
		background-color: #B3C531;
		border: 1px solid #CF7B25;
		border-top: 0px;
		border-bottom-color: #A2B22E;
	}

#links ul {
		margin: 0;
		padding: 0;
	}

#links li {
		background-color: #BDD035;
		border: 1px solid #A2B22E;
		list-style-type : none;
		display: inline;
		margin-right: 5px;
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 3px;
		line-height: 25px;
	}

#links a {
		text-decoration: none;
		color: #000000;
	}

#links li:hover {
		background-color: #CDE64D;
		text-decoration: underline;
	}

#body {
		width: auto;
		height: auto;
		border: 1px solid #CF7B25;
		border-top: 0px;
		border-bottom: #DBE1D6;
		background-color: #F7FBFA;
		padding: 10px;
	}

#content {
		width: auto;
		height: auto;
		border: 1px solid #E2E8DC;
		background-color: #FFFFFF;
		padding: 5px;
		background-image: url('/images/books.png');
		background-repeat: no-repeat;
		background-position: top right;
	}

#footer {
		width: auto;
		height: auto;
		border: 1px solid #CF7B25;
		border-top-color: #CED4C8;
		background-color: #E2E8DC;
		text-align: center;
		font-size: 8pt;
		padding: 3px;
		line-height: 10px;
	}
#footer li {
		list-style-type : none;
		display: inline;
		padding: 3px;
	}

#footer ul {
		margin: 0;
		padding: 0;
	}