body
{
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
}

#main_wrapper
{
	border: 0px dashed orange;
	margin-top: 0px;
}

#top_banner
{
	width:950px;
	height:179px;
	background-image: url('images/header_vaalvlei.jpg');
	background-color: #ffffff;
}


#shaddow
{
	background-image: url('images/page_bg.gif');
	background-color: #dddddd;
	padding: 0 10px 0 10px;
	border: 0px dashed green;
	width: 950px;
}


#content_wrapper
{
	width: 950px;
	
	border: 0px dashed red;
	background-color: #ffffff;
	text-align: left;
}

#menu_wrapper
{
	margin-top: 5px;
	background-color: #232631;
}

h2
{
	margin-top: 0px;
	font-size: 20px;
	color: #666666;
}

h3
{
	margin-top: 0px;
	font-size: 16px;
	color: #1F2F5A;
}

.title
{
	font-family: georgia,arial, tahoma;
	font-size: 20px;
	color: #232631;
}

.normal
{
	font-family: georgia,arial, tahoma;
	font-size: 13px;
	line-height: 140%;
	color: #232631;
}

.larger
{
	font-family: georgia,arial, tahoma;
	font-size: 15px;
	color: #232631;
}

.photo_frame
{
	float:left;
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	border: 10px solid #cccccc;
	margin: 0px 20px 20px 20px;
}

.photo_frame1
{
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	margin: 0px 0px 20px 0px;
}

#footer
{
	background-image: url('images/footer2.jpg');
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	height: 280px;
}

.link
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #666699;
	text-decoration: none;
}

.link:hover
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #CC6600;
	text-decoration: none;
}

.hline1
{
	border-top: 1px dashed #cccccc;
	margin:20px 0px 10px 0px;
}

.grey
{
    color: #888888;
}


