* {padding: 0px; margin: 0px;}

body {
	font-family: arial, sans-serif;
	background-image: url("images/tiledbackground.gif");
	background-position: -5px;
}



/*---------------------- a link styles ----------------------*/

a {text-decoration: none;}
a:link {color: #333}
a:visited {color: #333;}
a:hover {color: #009;}
a:active {color: #333}
	

/*----------------------- header styles -----------------------*/

h1 {
	font-size: 1.3em;
	color: #777;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	color: #777;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 10px;
}

div#global {
	margin: 10px auto 0px auto;
	width: 800px;
	background-color: #fff;
}


div#leftgradient {
	float: left;
	width: 10px;
	min-height: 1200px;
	background: url("images/gradleft.gif") repeat-y left top;
}

div#rightgradient {
	float: left;
	width: 10px;
	min-height: 1200px;
	background: url("images/gradright.gif") repeat-y;
}

div#content {
	float: left;
	width: 780px;
	height: 1200px;
	background-color: #fff;
	text-align: center;
}

div#title {
	width: 780px;
	height: 122px;
	text-align: center;
	margin-bottom: 15px;
	border-top: 3px solid #004;
}


div#navigation {
	width: 590px;
	height: 14px;
	text-align: center;
	margin: 0 auto 40px auto;
	background-color: #333;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #777;
}

div#navigation a {
	color: #fff;
	}
	
div#navigation a:hover {
	color: #333;
	}

div#navigation ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	color: #fff;

}

body#index div#navigation ul li#index a,
body#history div#navigation ul li#history a,
body#specs div#navigation ul li#specs a,
body#gallery div#navigation ul li#gallery a,
body#links div#navigation ul li#links a {
	/*background: url("images/buttonon.gif") no-repeat #333;*/
	background-color: #ccc;
	color: #000;
}


div#navigation ul li a {
	list-style-type: none;
	float: left;
	/*background: url("images/buttonoff.gif") no-repeat #fff;*/
	text-align: center;
	width: 118px;
	letter-spacing: 5px;
	font-size: 0.7em;
	font-weight: bold;
	colour: #fff;
}

div#navigation ul li a:hover {
	list-style-type: none;
	float: left;
	/*background: url("images/buttonon.gif") no-repeat #333;*/
	width: 118px;
	background-color: #fff;
}


	
div#text p.pagelink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}

div#text p.pagelink a {
	padding-left: 10px;
	text-decoration: underline;
}

div#text p.pagelink a:hover {
	padding-left: 10px;
	text-decoration: none;
}

div#text p.source {
	margin-top: 5px;
	font-weight: bold;
	font-style: italic;
}

div#text {
	text-align: justify;
	width: 600px;
	font-size: 0.7em;
	margin: 0 auto 0 auto;
}


div#gallery {
	width: 600px;
	height: 400px;
	margin: 0 auto 0 auto;
	font-size: 0.7em;
	text-align: left;
}

div#galleryimage {
	float: left;
	width: 400px;
	text-align: left;
}

div#gallerythumbs {
	float: right;
	width: 150px;
	background-color: #007;
}

div#gallerythumbs a img {
	float: left;
	border: none;
	margin: 0px;
}


div#footer {
	height: 20px;
	width: 400px;
	margin: 10 auto 0 auto;
	background-color: #006;
}


table tr td {
	vertical-align: top;
	padding: 0 20px 2px 0;
}

span.sml {
	font-size: 0.8em;
	color: #777;
	}