/**********************************************************
 **                 Main Window Layout                   **
 **********************************************************/
#outer {
	text-align: left;
	width: 980px;
	margin: auto;
}

div#hdr h1 {
	margin: 0px;
	padding: 0px;
}

h1#logo {
	background: url(/images/izepto_logo.png) no-repeat;
	height: 70px;
	width: 400px;
	float: left;	
}

#tagline {
	background: url(/images/izepto_tagline.gif) no-repeat bottom;
	height: 70px;
	width: 400px;
	float: right;		
}

#bodyblock {
	margin: 4px -1px;
}

#cont {
	width: 990px;
	text-align: left;
}

#ftr {
	width: 964px;
	float:left;
}