/* 
Job:				        Half a World Away.
Author:				    Ben Lovecek.
Company:			    Sauce Design, http://www.saucedesign.com.au
Email:				    ben@saucedesign.com.au
Last Edit / By:		14.03.08 / Ben Lovecek.
*************************************************************************
Related CSS Files:	content.css, banner.css
Browser Compatible:	IE5.5+, FF2+ 
*/

html, body {
	margin: 0px;
	height: 100%;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	background: #92937a url(../images/bodyBg.jpg) center top no-repeat;
	}

#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	background: url(../images/contentTile.jpg) repeat-y;
	left: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	min-height: 100%;
	margin-bottom: -30px;
	}

* html #wrapper {
	height: 100%;
	}

#wrapperContainer {
	float: left;
	height: 100%;
	width: 900px;
	background: url(../images/contentBg.jpg) bottom left no-repeat;
	}

#banner {
	float: left;
	background:url(../images/banner.jpg);
	width:900px;
	height: 208px;
	}

#bannerEurope {
	float: left;
	background:url(../images/banners/europeBanner.jpg);
	width:900px;
	height: 208px;
	}

#bannerContent {
	padding-top: 185px;
	padding-left: 30px;
	color: #333030;
	font-size: 80%;
	}

#nav {
	float: left;
	background: #535345;
	height: 29px;
	width:900px;
	}

#navContent {
	padding-left: 30px;
	padding-top: 6px;
	font-size: 80%;
	}

#contentContainer {
	float: left;
	width: 900px;

	}

#contentLeft {
	float: left;
	width: 237px;
	background: url(../images/leftImg.jpg) no-repeat;
	}

#contentLeftText {
	float: left;
	}

#contentLeftTextPages {
	float: left;
	height: 550px;
	}

#contentRight {
	float: left;
	width:630px;
	color: #fff;
	font-size: 75%;
	line-height: 18px;
	}
	

#contentRightText {
	padding-left: 30px;
	padding-right: 20px;
	width: 480px;
	padding-top:20px;
	}

#contentRightTop {
	float: left;
	height: 108px;
	width: 630px;
	background: url(../images/contentStamp.jpg) top left no-repeat;
	}

#contentRightHeader {
	padding-top: 85px;
	padding-left: 27px;
	}

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 15px;
	font-size:70%;
	color: #d3d0b1;
	text-align: center;
	background: #535345;
	padding-top: 10px;
	padding-bottom: 5px;
	}

.object {
		background: url(../images/bigPicBg.png) no-repeat left top;
		padding: 29px 15px 20px 23px;
	}

.backgroundBg {
	float: left;
	background: #dde1be;
	padding: 5px;
	border: 1px solid #6f705f;
	}

.leftBox {
	float: left;
	width: 220px;
	border-right: 1px dashed #fff;
	padding-right: 10px;
	}

.rightBox {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
	}

#captionTop {
	position: absolute;
	left: 600px;
	top: 185px;
	}

.captionBox {
	float: left;
	padding: 5px 15px 5px 15px ;
	background: #efefe0;
	color: #000;
	border: 1px solid #676858;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 95%;
	text-align: center;
	margin-left: -100px;
	}

.ieFix {
	float: left;
	width: 500px;
	padding-bottom: 10px;
	}

.ieFixSml {
	float: left;
	width:190px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	}

.ieFixSmlRight {
	float: left;
	width:190px;
	}
