body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background:#eee;
	font-size:0.8em;
	text-align:center;
	}

h1 {
	text-align:center;
	font-size:2.5em;
}

#genericframe {
		width:90%;
		margin: 0 auto;
		margin-top:0px;
		padding:0px;
		}
			
#imagebox {
	width:100%;
	height:480px;
	background-color:#eee;
	color:#000;
}

/* Navbox contains top navigation for most pages except Index*/
#navbox {
		width:100%;
		margin-top:3px;
		margin-bottom:0px;
		padding:0px;
		text-align:center;
		background:#eee;
}

.imageleft {
	float:left;
	margin-right:20px;
	border: solid 1px;
}

.navbar {
	margin:0 auto;
	font-size:1.0em;
	background-color:#eee;
	color:#fc6;

}

.imageprop {
	border: solid 1px;
}

.photographer {
	font-size:0.7em;
	color:#666666;
}

/* articletext gives properties general text */
.articletext {
	font-size:1.2em;
	padding-right:2px;
	font-weight:normal;
	text-align:center;
}
 
 /* formatting for the table cell that contains navigation between pages */
.back {
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#eee;
	color:#000;
}


/* formatting for the table cell that contains navigation between pages */
.here{
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#CC3333;
	color:#fff;
}

/* black for link exists but not yet visited second set of link colours*/
.class1 a:link {color:#000; text-decoration: none; background-color: transparent }

/* purple for link exists but not yet visited*/
.class1 a:visited { color:#c09; text-decoration: none; background-color: transparent }

/* green when mouse hovers over link*/
.class1 a:hover { color:#693; text-decoration: underline; background-color: transparent }

/* blue during click or if it stays active as in wretched IE6*/
.class1 a:active { color:#36c;  text-decoration: underline; background-color: transparent }


/* Main navigation link colours*/
/* green for link exists but not yet visited*/
a:link {color:#693; text-decoration: none; background-color: transparent }

/* plum red for link exists but not yet visited*/
a:visited { color:#cc3333; text-decoration: none; background-color: transparent }

/* black when mouse hovers over link*/
a:hover { color:#000; text-decoration: underline; background-color: transparent }

/* blue during click or if it stays active as in wretched IE6*/
a:active { color:#3366cc;  text-decoration: underline; background-color: transparent }

