body {
	font-family: "Times New Roman", Times, serif;
	background-color: Black;
	color: White;
	text-align: center;
	font-style: italic;
	background-repeat: repeat;
	background-image: url(images/bggallery.jpg);
	background-position: top center;
	font-size: 110%;
}

tr {
	vertical-align: top;
}
	
.textCentre {
	text-align: center;
}
.textCentreBoldLarge {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.larger{
	font-size: 130%;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ff0000;
}
.red {
	color: #ff0000;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

img.Left {
	float: left;
	margin: 0 5px 5px 0;
}
img.Right {
	float: right;
	margin: 0 0 5px 5px;
}
#clear {
	clear: both;
}
#nav {
	
	width: 100%;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#nav li {
	display: inline;
	
	
}
#nav a:link, #nav a:visited {
	padding: 3px 5px 3px 5px;
	margin: 0 10px 0 10px;
	color: White;
	background-color: #0001AC;
	text-decoration: none;
	border-top: 2px solid #1517FF;
	border-left: 2px solid #1517FF;
	border-bottom: 2px solid #000099;
	border-right: 2px solid #000099;
	
	
	
}
#nav a:hover {
	color: White;
	background-color: #1719FF;
	border-top: 2px solid #000099;
	border-left: 2px solid #000099;
	border-bottom: 2px solid #1517FF;
	border-right: 2px solid #1517FF;
}

#centrebox {
	background-color: #F0F8FF;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000099;
	padding: 10px;
	
}
#centrebox1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#centreboxhome {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
}
#gallery{

	width: 1000px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: repeat;
	padding: 10px;
	
	color: white;
	
}
#gallery ul {
	list-style: none;
}
#standard {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header1 {
	height: 100px;
	width: 450px;
	background-image: url(images/logo3.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	
}
#header2 {
	height: 100px;
	width: 742px;
	background-image: url(images/4stroke3.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	
}
form {
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


