/* CSS Document */

body {
	text-align: center;
	margin: 0px;
}

/* STANDARD ISSUE STYLES START HERE */
.floatleft {
	float: left;
}

.nomargin {
	margin: 0px !important;
}

.floatright {
	float: right;
}

.tempborder {
	border: 2px solid blue;
}

.20pxspacer {
	width: 100%;
	height: 100px;
	margin-bottom: 50px;
	clear: both;
	float: left;
}

/* STANDARD ISSUE STYLES END HERE */

#container {
	width: 1000px;
	height: auto;
	/* min-height: 800px !important; */
	margin: 0px auto;
	background: url(img/bodybg.gif) top center repeat-y;
	text-align: left;
	position: relative;
	border-bottom: 1px solid black;
}

#expander {
	clear:both;
	margin-bottom: 100px;
}

#header {
	width:1000px;
	background: url(img/header_bg.gif) top center repeat-y;
	height: 110px;
	position: relative;
}

#logo {
	position: absolute;
	left: 110px;
	top: 20px;
}

#antibody {
	position: absolute;
	left: 535px;
	top: 42px;
}

#australia {
	position: absolute;
	left: 800px;
	top: 10px;
}

/*#iefooter {
	margin: 40px auto 0px auto;
	padding-top: 40px;
	vertical-align: middle;
}*/

#footer {
	position:absolute;
	background: url(img/footer_bg.jpg) repeat-x;
	height: 60px;
	width: 800px;
	margin: 0px auto;
	bottom: 0px;
	left: 101px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p{
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

#footer p span {
	font-weight: bold;
}

#navbg {
	height: 32px;
	width: 1000px;
	background: url(img/nav-bar-bg.gif) repeat-x;
	margin-bottom: 30px;
}


.fattener {
	clear: both;
	height: 200px;
}
