/* 
FFFFFF - White 
009900 - Green

1) Header for Webpage
2) Navigation Area
3) Decorated H2
4) Footer
5) Horizontal Navigation Chap 15 & 16
6) Ticker

	line-height: 1em;
*/

h2,h3,h4,h5,h6,p {
	margin:0px 0px 5px 0px;
	padding:0px;
}

.year {
	text-align: center;
	border: 1px solid #069;
	margin: 1em 0 .5em 0;
}


h5 {
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
}

h6 + h4 {
	margin: 1em 0 1em 0;
}

h6 {
	font-style: normal;
	font-size: 70%;
	font-weight: normal;
}

body {
	text-align: center;
	background: #009900; 
}


#content {
/*	float: left; 
	margin-left: 15px;
Was above but Firefox wouldnt work so did the following which seemed to */
	margin-left: 100px;
	padding: 0 0;
}


/* 1) Header for Webpage */

#container {
	text-align: left;
	margin: 0 auto;
	background: #FFF url(../images/bb_sand.gif) repeat-y;
}

h1#header {
	height: 100px; 
	background: #FFF url(../images/bb_sand.gif) repeat;
	color: FFF#;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 15px solid #009900;
}

div.imagecaption {
	float: right;
	width: 486px;
	margin: 0 0 1em 1em;
	display: inline;
}

/* 2) Navigation Area */

#nav {
	float: left;
	width: 90px;
	display: inline;
	margin-left: 0;
	padding: 0;
	background: url(images/bb_sand.gif) repeat;
}

ul#navigation {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}

ul#navigation a {
	display: block;
	text-decoration: none;
	background: #036;
	border: 1px solid #fff;
	color: #fff;
	padding: .2em .2em;
}

ul#navigation a:hover {
	background: #69C;
	color: #000;
}

ul#navigation li {
	display: inline;
}

/* 3) Decorated H2 */

h2.decorative {
	color: #036;
	font: bold 100% arial, helvetica, sans-serif;
	text-align: center;
	background: url(images/chapter9.gif) no-repeat;
	width: 220px;
	padding: 5px 0 0 0;
}

h2.decorative em {
	display: block;
	width: 220px;
	padding: 0 0 5px 0;
	font-style: normal;
	background: url(images/chapter9a.gif) no-repeat 0 100%;
}

/* 4) Footer */

#footer {
	clear: both;
	background: #387A9B;
	color: #fff;
	padding: #fff;
	text-align: right;
	font-size: 80%;
}

/* 5) Horizontal Navigation Chap 15 & 16*/

ul#navig {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
/* Lines below when floating so as to do horizontal */
	background: #036;
	float: left;
	width: 100%;
}

ul#navig a {
	display: block;
	float: left;
/* line above for floating */
	text-decoration: none;
	background: #036;
	border-right: 1px solid #fff;
	color: #fff;
	padding: .2em 1em;
	padding: .2em .5em; for vertical 
/*	width: 7em; */
}

ul#navig a:hover {
	background: #69C;
	color: #000;
}

/* 6) Ticker */

.ticker {
	float: right;
/*	position:relative;
	right:20px */
}