body {
	background-color: #000000;
	background-image: url(images/pagebggrey.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p.style3 {font-size: 16px}
/** Index **/
#container1 {
	background: url(images/mainbg.jpg);
	margin: auto;
	position: relative;
	text-align: centre;
	width: 920px;
	height: 659px;
}

#txt1 {
	width: 248px;
	height: 200px;
	position: absolute;
	top: 180px;
	left: 50px;
	color: #000000;
}

#txt2 {
	width: 248px;
	height: 200px;
	position: absolute;
	top: 100px;
	left: 327px;
	color: #000000;
}

#txt3 {
	width: 240px;
	height: 132px;
	position: absolute;
	top: 64px;
	left: 620px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	font-style: italic;
	line-height: 19px;
}

/** Sub pages **/
#container2 {
	background: url(images/galbg.jpg);
	margin: auto;
	position: relative;
	text-align: centre;
	width: 920px;
	height: 659px;
}

#container4 {
	background: url(images/specbg.jpg);
	margin: auto;
	position: relative;
	text-align: centre;
	width: 920px;
	height: 659px;
}

#gal {
	width: 597px;
	height: 364px;
	position: absolute;
	top: 68px;
	left: 278px;
	text-align: center;
}

#txt4 {
	width: 207px;
	height: 419px;
	position: absolute;
	top: 160px;
	left: 39px;
	color: #000000;
}

#txt5 {
	width: 593px;
	height: 44px;
	position: absolute;
	top: 487px;
	left: 280px;
	color: #000000;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

#txt5a {
	width: 575px;
	height: 81px;
	position: absolute;
	top: 473px;
	left: 290px;
	color: #000000;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

/** contact page **/
#container3 {
	background: url(images/mapbg.jpg);
	margin: auto;
	position: relative;
	text-align: centre;
	width: 920px;
	height: 659px;
}

#txt6 {
	width: 396px;
	height: 88px;
	position: absolute;
	top: 160px;
	left: 46px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#txt7 {
	width: 405px;
	height: 88px;
	position: absolute;
	top: 160px;
	left: 466px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

#txt8 {
	width: 407px;
	height: 50px;
	position: absolute;
	top: 93px;
	left: 272px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

/** nav bar **/
#nav {
	background: url(images/navbg.jpg) repeat-x;
	text-decoration: none;
	width: 900px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#nav ul {
	color: #FFFFFF;
	display: block;
	margin: 11px;
}

#nav li {
	display: inline;
	padding: 12px;
	text-decoration: none;
}

#nav .important {
	background-color: #000066;
	background-image: url(images/linkbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/** end nav bar **/

#footer {
	color: #FFFFFF;
	position: absolute;
	top: 617px;
	left: 20px;
	font-size: 10px;
}
