html, body {
    height: auto;
}
div#wrapper-outer{
	height: auto;
}

div#wrapper-inner{
	background: url(images/bg-wrapper-b.png) no-repeat top left #ececec;
}

/*** Header ***/

div#header{
    height: 255px;
}

/* Logo */

div#header div#logo{
	width: 273px;
}
div#header div#logo h1 a{
   height: 218px;
   width: 273px;
   margin-top: 37px;
   background: url(images/logo.png) no-repeat top left;
}

/* Main Nav */

div#header div#main-nav-wrapper{
	margin: 60px 0 0 25px;
}

/*** Content Top - Home Page ***/

div#content div#content-top{
	color: #fff;
	width: 465px;
	float: left;
	display: inline;
	height: 163px;
	background: url(images/bg-content-top.png) no-repeat top left;
	padding: 16px 40px 0 25px;
	margin: 0 0 0 50px;
	clear: both;
}
div#content div#content-top h2{
	color: #000;
	margin: 0 0 16px 0;
}
div#content div#content-top p{
	line-height: 1.6em;
}
div#content div#content-top a{
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	padding: 0 0 0 10px;
	background: url(images/bg-arrow.png) no-repeat center left;
}

/*** Main Content - Home Page ***/

div#content{
	background: none;
   
	margin-bottom: 10px;
}

div#main-content-wrapper{
    clear: both;
    float: left;
	display: inline;
    width: 860px;
	padding: 10px 0 10px 0;
    background: url(images/bg-main-content.png) no-repeat top left #ececec;
}

/* Home Page Quote */

div#main-content-wrapper div#main-content-quote{
    background: url(images/bg-quote.png) no-repeat top left;
	width: 157px;
	height: 94px;
	float: left;
	display: inline;
	padding: 26px 24px 26px 36px;
	margin: 0 0 0 40px;
}
div#main-content-wrapper div#main-content-quote p{
	margin-bottom: 6px;
	line-height: 1.6em;
	font-size: 110%;
}

/* Home Page Content */

div#main-content-wrapper div#main-content{
	width: 507px;
	margin: 16px 66px 0 26px; 
	text-align: justify;
}

div#main-content-wrapper div#main-content h2{
    color: #d70000;
    font-weight: normal;
    font-size: 100%;
    margin: 0 0 2px 0;
}
div#main-content-wrapper div#main-content p{
    margin: 0 0 14px 0;
    line-height: 1.4em;
}

/* Home Page Venture Logo */

div#main-content-wrapper div#venture-logo {
    margin-top:170px;
    margin-left:50px;
    width:140px;
    height:84px;
    background:#fff;
}

/*** Flash ***/

div#wrapper-flash{
	width: 900px;
	height: 260px;
	margin: 0 auto;
	position: absolute;
	top: 420px;
	left: 0;
	z-index: 0;
	
}

/*** Footer ***/

div#footer{
    padding: 0;
	height: 76px;
	
	position: relative;
	
}
div#footer ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ants Off */

div#ants-off{
	color: #000;
	background: #ececec;
	height: 30px;
	padding: 0 0 10px 0;
	width: 100%;
}
div#ants-off p{
    background: url(images/bg-ants-off.png) no-repeat top left;
    height: 22px;
	padding: 8px 10px 0 36px;
	text-align: right;
	float: right;
	font-size: 130%;
}
