@charset "iso-8859-1";

/* author: brian@currin.co.za 
 
 Copyright 2008 Brian Currin
 
 www.currin.co.za
 
  */	
  
  /* colour codes
  
Background-edge  #F7D651  	colour 1

Background-center #FC8811	 colour 2
  
Background-right column #FC9A36	colour 3  

Borders, text, links black colour 4
  
  
  */   
 
body {
background-image: url(bg1.jpg); 

background-color: white;	   /* colour 1 */

background-attachment: fixed;
background-repeat: repeat-x;
background-position: top center;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}		
						
 .p {text-align: justify;  padding-left: 10px; padding-right: 10px}

.headertext1 {
font-size: 25px; color: gray;}

.headertext2 {
font-size: 25px; color: gray;}  

.headertext3 {
font-size: 14px; color: gray;} 

.border1 {
border:1px solid gray;}	

.border4 {
border-bottom: 1px solid gray; 
border-left: 1px solid gray; 
border-right: 1px solid gray;}    

.border5 {
border-bottom: 1px solid gray; 
border-left: 1px solid gray; 
border-right: 1px solid gray;
background-color: #EFEE91;} 

.contact {
background-color:#E0E05C;  /* colour 1 */
border: 1px solid gray;}  	  

.dottedleft {border-left: 1px dotted gray;}
	  
#main {
background-image: url(bg2.jpg); 

background-color: white;	   /* colour 1 */

background-attachment: scroll;
background-repeat: repeat-x;
background-position: top center;


}  /* colour 2 */ 

#right {
background-color: white	 /* colour 3 */
}  
  
#footer {
background-color: #EFEE91;}  /* colour 2 */  
 	

h2 {font-size: 24px}   

h3 { text-align: left;
	font-size: 14px;
	margin: 10px 10px 12px 10px;
	padding: 10px 10px 2px 10px;
	line-height: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid gray;	 /* colour 1 */
	font-weight: bold;
} 


a {
background: transparent; color: black; font-weight: bold; text-decoration: none; }

a:hover {
background: gray; color: yellow; font-weight: bold}	/* colour 2 */

a:active {
background: gray; color: yellow; font-weight: bold}	 /* colour 2 */

a:visited {background: transparent; color: black; font-weight: bold}	
	 
/* border info */

	
									
.border2 {
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray}	

.border3 {
border-left: 1px solid gray;
border-right: 1px solid gray}	  
 

LI, P, B, H1, H2, H3, H4, blockquote, ol, ul, li, body, span, input, td, center, div, table {font-family: verdana; 
font-size: 12px; 
color: black}

.font9 {font-size: 9px;}

.font10 {font-size: 10px}	

.font16 {font-size: 16px}

.bold {font-weight: bold}	



/* End of style section. */




