/* Default Style Sheet for Albumquery */
/* Created Apr 07,    LZ              */

/* html selectors */
body {
	width: 760px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
h1, h2, h3, h4, h5, h6 {
	color: #844D18;
	font-style: bold;
	text-align: left;
	}
h1 {
	font-size: 24px;
	margin: 8px 0 8px 0; /*top right bottom left*/
	}
h2 {
	font-size: 24px;
	font-style: italic;
	margin: 8px 0 8px 0;
	}
h3 {
	font-size: 18px;
	margin: 6px 0 6px 0;
	}
h4 {
	font-size: 18px;
	font-style: italic;
	margin: 6px 0 6px 0;
	}
h5 {
	font-size: 14px;
	margin: 4px 0 4px 0;
	}
h6 {
	font-size: 14px;
	font-style: italic;
	margin: 4px 0 4px 0;
	}
table {
	margin: 10px 0 0 10px;
	}
td {
	vertical-align: top;
	padding: 0 4px 0 4px;
	}
p {
	color: #844D18;
	text-indent: 20px;
	text-align: left;
	margin: 0 0 4px 0;
	}
ul, ol, dl {
	color: #844D18;
	font-size: small;
	text-align: justify;
	margin: 0 0 4px 0;
	}
dt {
	font-weight: bold;
	margin: 0 0 2px 0;
	}
dd {
	margin: 0 0 2px 0;
	}
img	{
	border-style: none;
	border-width: 0px;
	}
emph {
	font-style: italic;
	}	

/* Pseudo classes */

a:hover {
	font-weight: bold;
	text-decoration: underline;
	}

/* ids */

#navigation {
	font-size: x-small;
	position: absolute;
	z-index: 10;
	width: 220px;
	height: 200px;
	margin: 10px 0 0 10px;
	padding: 0 20px 0 0;
	}

#content {
	font-size: x-small;
	position: absolute;
	z-index: 10;
	width: 220px;
	height: 300px;
	overflow: scroll;
	margin: 275px 0 0 10px;
	padding: 0 10px 15px 0;
	}

#imagelinks {
	font-size: small;
	position: absolute;
	z-index: 15;
	height: 570px;
	width: 520px;
	overflow: scroll;
	margin: 10px 0 0 240px;
	padding: 0 20px 10px 10px;
	}

#pageFooter {
	font-size: x-small;
	color: gray;
	position: absolute;
	z-index: 10;
	width: 700px;
	margin: 600px 0 0 10px;
	}