/* <!--  © Valente Online Media cc all rights reserved - http://valente.co.za - design@valente.co.za - 082 360 1622 --> */

html,body{background-color:#ffffff;text-align:center;margin: 0 auto;height:100%;font-family:verdana;}

/*begin typograhy*/


.h1{
font-weight:14;
font-family:verdana;
}

.h2{
color:abc837;
font-weight:bold;
font-family:verdana;
}

a {
	color:d4aa00;
	
	}
	
a:hover{
	color:d40000;
	}
	
a.active{
	color:d40000;
	}	

/*begin structure*/

/*wrapper*/

#wrapper{
width:1000px;
background-color:#FFFFFF;
background:url(images/mid.png);
margin:auto;
}

/* header */

#header{
height:185px;
background:url(images/header.png) no-repeat;
text-align:center;
color:#ffffff;
}
#header a{
color:#ffffff;
font-size:14px;
text-decoration:none;
}


/*----START MAIN CONTENT-----*/

/*main*/

#main{
background:url(images/mid.png) repeat-y;
padding-left:62px;
padding-right:62px;
padding-bottom:30px;
font-family:verdana;
font-size:10px;
color:#333333;
text-align:left;
}

.col{
float:left;
width:35%;
padding:30px;
}

.col2-wrap{
padding-left:62px;
padding-right:62px;
text-align:left;
}

.col2{
float:left;
width:170px;
}

.col2-content{
padding:15px;
}


/*----END MAIN CONTENT-----*/

/*footer*/

#footer{
height:60px;
background:url(images/footer.png) no-repeat;
text-align:center;
font-family:verdana;
font-size:10px;
color:#333333;
clear:both
}


