body {
	background-image: url(../images/index-background.gif);
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:11px;

}


/* default link colours for page*/ 

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #3399CC;
}
a:active {
	color: #3366FF;
}


#container {
	/* this should contain all content and will centre it in middle of page. Width needs to be fixed to top image width*/
	margin: 0 auto;
  	width: 760px;
  	text-align: left;
}

/*stores the swf with teh photo display */
#photos {
	background-image: url(../fla/bg.jpg);
	height: 229px;
	width: 381px;
	background-repeat: no-repeat;
	/*border: thin solid #FF0000;*/
}



/* stores top content */ 
#header {
	background-color: #000000;
	/*border: thin solid #FF0000;*/


}

/* stores bottom content */ 
#footer {
	background-color: #4B7CA3;
	/*border: thin solid #FF0000;*/


}

/* stored middle content*/ 
#content {
	background-color: #000000;
	border: thin solid #000000;


}

/* list styles to set up new CSS menu  */ 
#navbar {
text-align:right;
float: right;
width: 505px;
/*border: thin solid #FF0000;*/

}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0 0 0px;
	margin: 5px 0px 0px;
}
#navbar li {
	display:inline;
	padding-right: 20px;
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
}

#navbar ul a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#navbar ul a:hover {
	text-decoration: none;
	border-top-width: 5px;
	border-top-style: solid;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	border-top-color: #0099CC;

}
/* end CSS menu styles */ 

/* footer text styles for menu at bottom of page. */

.footertext {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	line-height: 10pt;
	color: #FFFFFF;
}


.spec_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
