* {
margin:0px;
padding:0px;
}

body {
	padding:5px 0 35px 0;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #f3f9fd;
	background-image: url(../images/global/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	margin:0 auto;
	width:760px;
	color:#fff;
	text-align:left;
	border:3px solid #fff;
	background-color: #59aadf;
	background-image: url(../images/global/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

		
		#container		
		{
			background-color: #57AAE0;
			background-image:  url(../images/global/background.jpg);
			background-repeat: repeat-y;
			background-position: right top;
			padding-bottom:25px;
			position:relative;
		}
		
		#header
		{
	background-color: #4996ce;
	height:150px;
	position:relative;
	background-image: url(../images/global/bg-boathead.jpg);
	background-repeat: no-repeat;
	background-position: right top;			
		}
		
		#search
		{
			background-color: #0084c7;
			display:block;
			width:150px;
			height:60px;
		}
		
		#top-nav
		{
			width:610px;
			background-color: #007B66;
			float:right;
		}
		
		#languages
		{
			padding:5px;
			background-color: #1698d1;
		}
		
#content {
	padding: 0;
	background-image: url(../images/navbg.gif); /*this is the background colour of the left column */
	background-repeat: repeat-y;
	background-position: left top;
	width:760px;
}
#left {
	float:left;
	width:560px;
	background:#57AAE0 url(../images/global/bg-content.jpg) left bottom no-repeat;
}
#right {
	float:left;
	width:200px;
	margin-left:-1px;/* makes border line up with #left border */
}
#inner-left {
	float:left;
	width:150px;

}
#inner-right {
	float:left;
	width:359px;
padding:20px 15px;
	margin-left:-1px;/* makes border line up with #left border */
	border-left:1px solid #fff;
	min-height:590px;
	height:auto !important;
	height:590px;
}
		
		#footer
		{
			clear: both;
			background-color: #008061;
			padding: 5px;
			text-align:center;
		}

#company {
font-size:11px;
color:#3f3f3f;
width:600px;
text-align:center;
margin:10px auto 0px auto;
}