body{
background-color: #ffffff;
margin: 0;
padding: 4;
line-height: 1.7em;
}


body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
a {
	font-size: 9px;
	font-weight: bold;
}
a:link {
	font-size: 9px;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-size: 9px;
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	color: #ffffff;
}
h2 {
	font-size: 20px;
	color: #003366;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	color: #ffffff;
}
h4 {
	font-size: 14px;
	color: #003366;
	font-weight: normal;
}
h5 {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
}
h6 {
	font-size: 24px;
	color: #003366;
	font-weight: bold;
}

b{font-size: 80%;}
em{color: red;}

#maincontainer{
width: 100%; /*Width of main container*/
margin: 12 auto; /*Center container on page*/
background: WhiteSmoke;
}

#topsection{
background: #161614;
background-image: url(http://www.coza1.co.za/images/about_us3a.jpg);
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 30px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px;
}

#leftcolumn{
float: left;
width: 180px;
margin-left: -100%; /*Set left margin to -(MainContainerWidth)*/
background: WhiteSmoke;
background-image: url(http://www.coza1.co.za/images/greybg.jpg);
}

#footer{
clear: left;
width: 100%;
background: midnightblue;
color: #FFFFFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
