@charset "UTF-8";
/* CSS Document */

body {
	color: #666;
	font-size: 16px;
}

#container {
	min-height: 450px;
}

h1 {
	width: 310px;
	position: absolute;
	top: 83px;
	left: 60px;
	
	margin: 0;

    padding: 54px 0 0 0;
    overflow: hidden;
    background: url("images/im_logo.gif") 0 0 no-repeat; 
    height: 0px !important; /* for most browsers */
    height /**/:54px; /* for IE5.5's bad box model */
}                                                              


h2 {
	margin: 0;
}

h3 {
	width: 198px;
	margin: 0;

    padding: 50px 0 0 0;
    overflow: hidden;
    background-image: url("images/entry_welcome.gif"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:50px; /* for IE5.5's bad box model */
}  



#welcome p {margin: 0 0 10px 0;}


#welcome {
	padding: 0px 42px 0px 117px;
}

#footer {
	margin: 40px 42px 0 117px; 
}

a#growth, a#buyout {
	float: left;
	width: 444px;

	text-decoration: none;
	padding: 220px 0 0 0;
    overflow: hidden;
    height: 0px !important; /* for most browsers */
    height /**/:220px; /* for IE5.5's bad box model */
} 

a#growth {background: url(images/rollover_growth.gif) 0 0 no-repeat;}
a#growth:hover {background: url(images/rollover_growth.gif) 0 -220px no-repeat;}

a#buyout {background: url(images/rollover_buyout.gif) 0 0 no-repeat;}
a#buyout:hover {background: url(images/rollover_buyout.gif) 0 -220px no-repeat;}

#growth {
	margin-left: 107px;
	display: inline;
}