html,body {
	margin: 0px;
	text-align: left; /* centering the content for IE6 */
	font-family: Arial, Helvetica, sans-serif;
	color: #D2D1D1;
	font-size: 12px;
	background-color: #101010;
	background-repeat: repeat;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2D1D1;
}

#main {
	margin:auto; /* for IE6 and Firefox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left*/
	width: 780px;
	height: 100%;
	display: table;
}
#frontpageimg {
	background-image: url(../images/front-page-image.jpg);
	background-repeat: no-repeat;
	height: 463px;
	width: 780px;
	margin-bottom: 15px;
}

#navcont {
	width: 780px;
	margin: auto;
	height: 95px;
	background-image: url(../images/top_bar3.jpg);
	background-repeat: no-repeat;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 36px;
}
.imgfloatright {
	color: #FFFFFF;
	float: right;
}

.heading {
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #DCA450;
}
.subheading {
	font-size: 15px;
	font-weight: bold;
	color: #DCA450;
	line-height: 22px;
}
.subheadwhite {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
	line-height: 150%;
	list-style-type: square;
}

.smlsubheading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120%;
}
.small {
	font-size: 11px;
	color: #FFFFFF;
}
hr {
	font-size: 1px;
	color: #DCA450;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.text13px {
	font-size: 13px;
}

#title {
	background-image: url(../images/bg_title_bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 765px;
	padding-left: 15px;
	font-family: "Viner Hand ITC", "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
}

#footer {
	height: 20px;
	width: 550px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #CCCCCC;
}


a:link {
	color: #DCA450;
	text-decoration: none;
}
a:visited {
	color: #DCA450;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#footer a:link{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #DCA450;
}
#footer a:visited{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#topban {
	background-image: url(../images/bg_topban.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 780px;
}
#boxcentrehome {
	float: left;
	padding-left: 15px;
	width: 550px;
}
#boxcentre {
	float: left;
	width: 760px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	text-align: justify;
	background-color: #323331;
	background-image: url(../images/bg_celt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.subnav a:link {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
}
.subnav a:hover {
	color: #DCA450;
	font-size: 13px;
	text-decoration: none;
	background-image: url(0);
	padding-left: 0px;
}
.subnav a:visited {
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
}
.subnav a:active {
	font-weight: normal;
	color: #FFCC66;
}
.subnav {
	text-align: left;
	padding-top: 5px;
	float: left;
	width: 150px;
}
/* ------------ Image styles for portfolio --------------*/

#imgslideshow {
	position: relative;
	clear: left;
	text-align: center;
	width: 720px;
	float: left;
}

#img-containers  li {
	display:inline;
}
#img-containers {
	width: 645px;
	height: 100%;
	padding-left: 10px;
}
.thumbs {
	border: 1px solid #DCA450;
}
.img-placeholder {
	border: 1px solid #92BB01;
	padding: 5px;
}
.img-thumb {
	border: 1px solid #92BB01;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 8px;
	margin-left: 1px;
}
img {
  border: none;
}

a {
  outline: none;
}
.imgleft {
	float: left;
	margin-right: 12px;
}
.imgright {
	float: right;
	margin-left: 15px;
}
.colleft {
	float: left;
	width: 580px;
}
#maincontent1 {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
}

