
/* Main Layout 
------------------------------------------------------------------------- */
/* commented backslash hides from ie5mac \*/ 
html, body {
	margin:0;
	margin-top:12px;
	margin-left:12px;
	padding:0;
	height:100%;
}
/* End hide from IE-mac */ 

html, body {
	padding:0;
	margin:0;
	margin-top:12px;
	margin-left:12px;
	min-width:1002px;/* for mozilla*/
	height:100%;
	background-color: #fafafa;
	font-family: Helvetica, Arial, "Trebuchet MS", Verdana, sans-serif;
	color : #474e4f;
	font-size: 8pt;
	font-weight : lighter;
	font-style : normal;
	line-height: 11pt;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;	
	text-decoration: none; 
	text-align:center;
}

#pagewidth {
	width:1002px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:66px;
	background-color:#fafafa;
	width:100%;
}
#menurow {
	float: left;
	position:relative;
	width:763px;
	top:56px;
	left:0px;
}
#logorow {
	position:absolute;
	top:0px;
	left:763px;
	width:239px;
	height:66px;
	text-indent: -5000px;
	z-index:300;
	background-image: url(../images/iv_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#descriptrow {
	position:relative;
	width:100%;
	margin-top:20px;
	margin-bottom:4px;
	left:0px;
}
#maincol {
	margin-top:20px;
	background-color: #fafafa;
	float: left;
	display:inline;
	position: relative;
	width:100%;
}
#footer {
	position:relative;
	top:60px;
	left:0px;
	width:1002px;

	z-index:300;
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}

#bottom {
	position:relative;
	top:55px;
	left:0px;
	width:1002px;
	height:580px;
	text-indent: -5000px;
	z-index:300;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.separatorfull {
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px solid #474e4f;
	width:100%
}
/* Float containers fix:
------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* commented backslash hides from ie5mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
