/* CSS Document */

/*---------------------------------------*
** Created: 01-02-2007
** Author: Born Digital
** Website: www.borndigital.co.za
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

#wrapper {
	width: 780px;
	margin: auto;
	margin-top: 0;
}

#nav1 {
	margin-top: 80px;
	padding: 0px;
	color: #C25C8D;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#divBanner{
	height: 105px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/

#colLeft {
	width: 209px;
	height: 460px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-image: url(images/banner_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/

#divMainContent {
	width: 571px;
	border: 0;
	height: 460px;
	float: right;
	background-image: url(images/content_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	<?php @ require_once ("$page.html"); ?>
}

#divMainSpacer {
	margin-top: 5px;
}

#divContentData {
	 align= justify; 
	 padding:0px; 
	 OVERFLOW: auto; 
	 WIDTH: 571px; 
	 POSITION: absolute; 
	 HEIGHT: 420px; 
	 scrollbar-base-color: #F6EAEC; 
	 scrollbar-arrow-color: #000000; 
	 scrollbar-DarkShadow-Color: #000000; 
	 top: 160px; 
	 left: auto; 
	 font-family:Tahoma; 
	 font-size: 12px; 
	 font-color:#000000;
}




#divFooter {
	align=justify 
	style=height:12; 
	width:200; 
	font-family:Tahoma; 
	font-size:10px; 
	color:#000000;
	margin-top: 0px;
	border: 0;
	
}

