/*** Style for document body ***/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	
	color: #000000;
	background-color: #ffffff;
}

/*** style for active links ***/			
a:active { 
  color: #000000; 
	text-decoration: none; 
}
				 			
/*** style for (unvisited) links **/	
a:link {
	color: #b03060;
	text-decoration: none; 
}
			 
/*** style for visited links 	 **/	
a:visited { 
	color: #ff7a9f;
	text-decoration: none; 
}
				 
/*** Hover must come after active & visited ***/

/*** style for hovering over links **/	 
a:hover { 
  color: #ffffff; 
	background-color: #b03060;
	text-decoration: none; 
}

/*** style for overall body div **/	 
#bodyall {
  width:775px; 

  margin-left:auto; 
  margin-right:auto; 
  margin-top:20px; 
  margin-bottom:30px; 

  border: 1px solid #a8a8a8;
}

/*** style for centre-alignment ***/	
.centred {
  text-align: center;
}

/*** style for gallery class ***/
.gallery {
  float: left;
	margin: 20px;
	height: 415px;
}

/*** style for emphasised links class ***/					  
p.emphasis {
  color: #666666;
	background-color: #ffdfe8;
	
	margin: 25px 0;
	padding: 10px 20px;
	
	border: solid 1px #a8a8a8;
}

/*** style for footer DIV ***/	
#footer {
	text-align: center;
	
	color: #ffffff;
	background-color: #b03060;
}

/*** style for gallery links DIV  ***/
#gallerylinks {  
 margin-left: 200px;
 margin-right: 230px;
 border: 1px solid #b03060;
 height: 2200px;
}

/*** style for gallery links text  ***/	
.gallerytext {
  font-variant: small-caps;
	font-style: italic;
	
	color: #b03060;
			  
  font-weight: bold;
	line-height: 180%;
	text-align: right;
				
	padding: 25px 50px;			 
}


/*** style for headers 1 2 3 ***/	
h1, h2, h3 {
  font-variant: small-caps;
	font-style: italic;
	
	color: #b03060;
}

h1 {
 	font-size: 20px;
	text-align: center;
		
	padding: 25px
}

h2, h3 {
	border-bottom: 1px solid #b03060;
}

h2 {
  font-size: 14px;
}

h3 {
	font-size: 12px;
}

/*** style for header DIV ***/	
#header {
  height:180px; 
  
  color: #ffffff;
  background-color: #b03060;
		
	margin-top:0px;
}

/*** style for horizontal rule ***/	
hr {
  color: #ffdfe8;
}

/*** style for images(photos) DIV ***/	
.images {
	margin-left: 40px;
}

/*** style for img within images DIV ***/	

#images img {
	border: 1px solid #ffffff;
	margin-bottom: 12px;
}

/*** style for linked logos images ***/	
img.linklogo { 
  padding: 15px ;
}

/*** style for logo links class ***/	
.links {
  text-align: center;
}

/*** style for legend text  ***/	
#legend {
  color: #666666;
  background-color: transparent;
			  
  font-weight: bold;
	line-height: 180%;
	text-align: center;
				
	padding: 0px 10px;			 
}

/*** style for galley photo load area  ***/
#loadarea {
  text-align: center;
	
	margin-left: 100px;
	
	height: 415px;
}

/*** style for company logo/banner DIV  ***/
#logo {
  padding: 15px 0;
}

/*** style for author/name class  ***/
.peopname {
  color: #666666;
	
	font-style: normal;
	font-weight: bold;
}

/*** style for main text DIV ***/
#main {
  margin-left: 70px; 
	margin-right: 170px;
}

/*** style for main section DIV ***/
#mainsection { 
	min-height:750px;
	height:auto !important;
	height:750px;
	
	background-image: url(images/lscroll.gif);		
	background-repeat: no-repeat;
	background-position: 95% 95%;
}

/*** style for photo class ***/
.photo {
  float: left;
	margin: 20px;
}

/*** style for header DIV ***/	
#subheader, #subfooter { 
	text-align: center; 
	font-weight:bold;
	border-bottom: 1px solid #a8a8a8;
	color: #666666;
	background-color: #ffdfe8;
}

/*** style for tagline/enhance class ***/	
.tagline, .enhance {
  font-size: 14px;
	font-variant:small-caps;
	font-weight: bold;
  font-style: italic;
	
  color: #b03060;
}

.tagline {
	margin: 25px;
}

/*** style for table cells ***/
td.event     
        {
        vertical-align: top;
        padding: 15px;
        }

/*** style for testimonial class  ***/
.testcomm {  
  font-style: italic;
}

/*** style for thumbnails DIV  ***/
#thumbs {  
  margin-left: 70px; 
	margin-right: 100px;
	border: 1px solid #b03060;
	height: 120px;
}

/*** style for WC3 logo links DIV ***/	
#wc3links {
  text-align: right;
	padding: 25px 0;
}					