@charset "utf-8";
/* *******************************
* Author: Lianca van der Merwe   *
* Copyright: 2010 SABC           *
* Date: October 2010             * 
* File: Global Style sheet       *
******************************** */

/*---------------------------- General -----------------------*/

body{margin:0px; padding:0px; background-color:#FFFFFF;}
	
div, img, {padding:0px; margin:0px;}

img{border:0px;}

/*---------------------------- Layout -----------------------*/
div#wrapper{margin:0 auto; background:#FFF; width:974px;}/*continer for the whole website*/

div#leftcol { width: 467px; float:left;}
div#rightcol { width:507px; float:right;}

div#background1 {background:url(../images/404-error_01.jpg) no-repeat; width:467px; height:222px;}

div#background2 {background:url(../images/404-error_02.jpg) no-repeat; width:507px; height:220px;}

div#background3 {background:url(../images/404-error_03.jpg) no-repeat; width:507px; height:235px;}

div#background4 {background:url(../images/404-error_04.jpg) no-repeat; width:507px; height:194px;}

div#message{ height:387px; float:left; padding:20px;}

#home{float:left; padding-right:20px; }

#contact{ float:left;}

/*---------------------------- Font -----------------------*/

h1{ font:35px BorisBlackBloxx, Futura, "Century Gothic", AppleGothic, sans-serif; line-height:35px;}

h2{font:30px cafeta, Trebuchet, Tahoma, Arial, sans-serif; line-height:30px;}

ul{font: 14px Arial, Helvetica, sans-serif; line-height:25px;}

p{color:#0f188b; font: 16px Arial, Helvetica, sans-serif; }

