html, body {
    height:100%;     
    margin:0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#a2a4a7;
	background-color:#000;
}
form, div, span, h1, h2, h3, h4, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
#next img { behavior: url("assets/iepngfix.htc") }
/* container -------------------------------------------------*/
div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;               /* Bump div#container down half the height of the screen. */
    margin-top: -280px;        /* Half the height of div#container. */
    float: left;
}
div#container 
{
    margin:0 auto;
    width:990px;
    height:560px;
    clear: both;
    position: relative;
    top: -280px;
    /* IE4ever Hack: Hide from IE4 **/
    position: static;
    /** end hack */
}
/* Hide from IE5mac \*//*/
    div#shim {
        display: none;
    }
    html, body {
        height: auto;
    }
/* end hack */

/* main -------------------------------------------------*/
#main {
	margin:0 80px;
	width:830px;
	height:480px;
	position:relative;
	background-color:#5f6062;
}
/* banner -------------------------------------------------*/
#banner {
	width:830px;
	height:259px;
}
#next a {
	position:absolute;
	display:block;
	top:99px;
	right:9px;
	width:62px;
	height:124px;
	background:transparent;
	cursor:pointer;
	z-index:1000;
	
}
/* menu -------------------------------------------------*/
ul#menu {
	width:752px;
	height:53px;
	padding-left:78px;
	list-style:none;
}
ul#menu li {
	float:left;
	padding-right:2px;
	background:transparent url(nav-div.gif) no-repeat top right;
}
ul#menu li.last {
	padding-right:0;
	background:none;
}

/* content -------------------------------------------------*/
#content {
	width:830px;
	height:168px;
}
#main-content {
	width:682px;
	height:168px;
	padding-left:78px;
}
#main-content h1 {
	height:29px;
}
#main-content h1.ttl-about { background:transparent url(ttl-about.gif) no-repeat; }
#main-content h1.ttl-current { background:transparent url(ttl-current.gif) no-repeat; }
#main-content h1.ttl-current-lot1 { background:transparent url(ttl-current-lot1.gif) no-repeat; }
#main-content h1.ttl-completed { background:transparent url(ttl-completed.gif) no-repeat; }
#main-content h1.ttl-completed-allure { background:transparent url(ttl-completed-allure.gif) no-repeat; }
#main-content h1.ttl-completed-339cambridge { background:transparent url(ttl-completed-339cambridge.gif) no-repeat; }
#main-content h1.ttl-completed-blackwoodr { background:transparent url(ttl-completed-blackwoodr.gif) no-repeat; }
#main-content h1.ttl-completed-caledonia { background:transparent url(ttl-completed-caledonia.gif) no-repeat; }
#main-content h1.ttl-completed-troode { background:transparent url(ttl-completed-troode.gif) no-repeat; }
#main-content h1.ttl-directors { background:transparent url(ttl-directors.gif) no-repeat; }
#main-content h1.ttl-directors-jarrad { background:transparent url(ttl-directors-jarrad.gif) no-repeat; }
#main-content h1.ttl-directors-warren { background:transparent url(ttl-directors-warren.gif) no-repeat; }
#main-content h1.ttl-contact { background:transparent url(ttl-contact.gif) no-repeat; }
#main-content h1 span {
	display:none;
}
#main-content p {
	color:#a2a4a7;
	font-size:12px;
	padding-bottom:11px;
}
#main-content a, a:active, a:visited {
    text-decoration:none;
    color:#b2bb1c;
}
#main-content a:hover {
    text-decoration:none;
    color:#000;
}

/* logo -------------------------------------------------*/
#logo {
	width:990px;
	height:80px;
	text-align:right;
}
