body {
	background-image: url(http://www.lane-it.com.au/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #535355;
	margin: 0px;
font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 931px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header {
	height: 211px;
	width: 931px;
	margin: 0px;
}
#slideshow1 {
	z-index: 1;
	position: absolute;

}
#frame {
	z-index: 11;
	position: relative;
	background-image: url(http://www.lane-it.com.au/images/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 211px;
	width: 931px;
	margin: 0px;
}
#logo {
	height: 118px;
	width: 350px;
	padding-top: 50px;
	float: left;

}
#buttons {
	float: right;
	width: 217px;
	padding-top: 20px;
}
#menu_horiz {
	height: 41px;
	background-image: url(http://www.lane-it.com.au/images/menubg.jpg);
	border-radius: 15px 15px 0px 0px ;
}
#slideshow3 {
	color: #fff;
	padding: 15px;
	background-image: url(http://www.lane-it.com.au/images/showbg.jpg);

}
#content_wrap {
	background-color: #FFF;
	color: #535355;
        font-size: 14px;
	border-radius: 0px 0px 15px 15px ;

}
#wide {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#left {
	float: left;
	width: 675px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#right {
	float: left;
	width: 215px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;

}

.clearb {
	clear: both;
}

h1 {
	font-weight: bold;
	color: #0063a3;
        font-size: 16px;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #535355;
}