* {
	margin: 0;
	padding: 0;
	}

   html, body {
      height:100%; min-height: 100%;
   }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #4c4c4c;
	background: #1b573d center top repeat-y url(http://stewardmarine.co.za/site/assets/images/structure/body_bg.jpg);
	}
	
	#outer {
		display: block; float: left; clear: both;
		width: 100%; height: 100%; min-height: 100%;
		}
	
	#siteWrapper {
		border: 0;
		width: 100%; height: 100%; min-height: 100%;
		background: transparent top left repeat-x url(http://stewardmarine.co.za/site/assets/images/structure/bg_grad.png);
		}
		
		#left {
			height: 100%;
			background: transparent top right no-repeat url(http://stewardmarine.co.za/site/assets/images/structure/left_bg.jpg);
			border-right: 1px solid #06302f;
			}
		
		#right {
			height: 100%;
			background: transparent top left no-repeat url(http://stewardmarine.co.za/site/assets/images/structure/right_bg.jpg);
			border-left: 1px solid #06302f;
			}
			
		#inner {
			width: 824px; height: 100%;
			vertical-align: top;
			background: #0f5954 top left repeat-y url(http://stewardmarine.co.za/site/assets/images/structure/inner_bg.png);
			}
			
			.inner {
				position: relative; float: left; display: block; clear: both;
				height: 100%; width: 100%; border-collapse: collapse;
				}
			
			#header {
				position: relative; display: block;
				width: 824px; height: 237px;
				border-bottom: 1px solid #2a6664;
				background: #004240 top left no-repeat url(http://stewardmarine.co.za/site/assets/images/headers/header_01.jpg);
				}
				
				#topNav {
					display: block; position: relative;
					width: 790px; height: 32px; padding-left: 34px;
					top: 205px; left: 0;
					background: #014140 left top repeat-x url(http://stewardmarine.co.za/site/assets/images/navigation/nav_bg.jpg);
					}
				
			#leftCol {
				position: relative;
				width: 564px;
				float: left;
				padding-bottom: 56px;
				}	
			
			#rightCol {
				position: relative; float: right;
				width: 259px; background: transparent top right no-repeat url(http://stewardmarine.co.za/site/assets/images/structure/rightcol_bg.png);
				text-align: center;
				padding-bottom: 56px; padding-top: 20px;
				}
				
				#rightCol img {
					
					margin: 12px 0 0 0;
					border: 3px solid white;
					}
				
			#footer {
				display: block;
				float: left;
				width: 824px; height: 28px; margin-top: -28px;
				background: #014140 top left repeat-x url(http://stewardmarine.co.za/site/assets/images/structure/footer_bg.jpg);
				}

.clearfix:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px; display: none;}