@charset "iso-8859-1";

/* author: brian@currin.co.za 
 
 Copyright 2008 Brian Currin
 
 www.currin.co.za
 
  */	
  
  /* colour codes
  
Background-edge  #060A99  	colour 1

Background-center #FC8811	 colour 2
  
Background-right column #FC9A36	colour 3  

Borders, text, links black colour 4
  
  
  */   
 
body {
background-image: url(bg.jpg); 

background-color: white;	   /* colour 1 */

background-attachment: scroll;
background-repeat: repeat-y;
background-position: top center;

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}		
						
								


.headertext1 {
font-size: 25px; color: #060A99;}

.headertext2 {
font-size: 25px; color: #060A99;}  

.headertext3 {
font-size: 16px; color: #060A99;} 

.border1 {
border:1px solid black;}	

.border4 {
border-bottom: 1px solid white; 
border-left: 1px solid white; 
border-right: 1px solid white;}   

.contact {
background-color:#060A99;  /* colour 1 */
border: 1px solid white;}  	  

.dottedleft {border-left: 1px dotted white;}
	  
#main {
background-color: white;}  /* colour 2 */ 

#right {
background-color: white	 /* colour 3 */
}  
  
#footer {
background-color: white;}  /* 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 #060A99;	 /* colour 1 */
	font-weight: bold;
} 


a {
background: transparent; color: #060A99; font-weight: bold; text-decoration: none; }

a:hover {
background: transparent; color: #4169E1; font-weight: bold}	/* colour 2 */

a:active {
background: transparent; color: #4169E1; font-weight: bold}	 /* colour 2 */

a:visited {background: transparent; color: #060A99; font-weight: bold}	
	 
/* border info */

	
									
.border2 {
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white}	

.border3 {
border-left: 1px solid white;
border-right: 1px solid white}	  
 

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: #060A99}

.font9 {font-size: 9px;}

.font10 {font-size: 10px}	

.bold {font-weight: bold}	



/* End of style section. */




