@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #1f1f1f;	
	margin:10px 0px;
	padding:0px;
	color:#cccccc;
	font-size:0.9em;
}

h1 {
	font-size:1.2em;
	/*color:#5f5f5f;*/
	color:#bc9527;
}

h2 {
	font-size:1.1em;
	/*color:#5f5f5f;*/
	color:#bc9527;
}

a, a:link, a:visited {
	color:#74bee1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul { 
margin-left:0px; 
margin-right:0px; 
} 

#pgcontainer {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1f1f1f;
	padding:0px 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#pgheader { 
	width: 760px;
	border: 0px solid #00CC00;
	margin:0px;
	margin-bottom:1px;
	margin-left:0px;	
} 
#pgheader #logo1 { 
	float:left;
}
#pgheader #logo2 { 
	float:right;
	margin-top:10px;
}
#pgnav { 
	clear:both;
	background-color:#1f1f1f;
	height:18px;
	border-bottom:1px solid #90752b;
} 
#pgnav a { 
	padding-right:18px;
	padding-left:6px;
	padding-bottom:6px;
	color:#ffffff;
}
#pgnav a.sel, #pgnav a:link.sel, #pgnav a:visited.sel { 
	color:#90752b;
}
#pgnav a:hover { 
	color:#90752b;
}

#pgnav a, #pgnav a:link, #pgnav a:visited { 
	text-decoration:none;	
	/*font-weight:bold;*/
	font-family: Tahoma, "Times New Roman", Times, serif;
}

.alltables {border:solid 2px #90752b; }

.tabheader {color: #90752b; font-weight: bold; text-decoration:underline; }

#pgcontent {	
	font-family: Tahoma, "Times New Roman", Times, serif;
	min-height:480px;
	background: #000000 url('images/bgphoto.jpg') no-repeat top left;
	padding:28px 24px;
	font-size:0.9em;
	text-align: justify;
}

#pgfooter {
	background-color:#1f1f1f;
	height:14px;
	border-top:1px solid #90752b;
	margin-bottom:10px;
}

.clr {
	clear:both;
}
.imgdisplay {
	display:block;
	text-align:right;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border: 1px solid #2f2f2f;
	background-color:#1f1f1f;
}

#flash_panel  { left: 20px; padding-left: 0px; padding-bottom: 0px; padding-top: 4px; padding-right: 0px}

.imgcentre {
	display:block;
	left:270px;
	margin-left:5px;
	border: 1px solid #2f2f2f;
	background-color:#1f1f1f;
}

.testimonials p {
	font-style:italic;
}

.col1 {
	float:left;
	margin:0px;
	width:235px;
}
