div#header {
	background-image: url("/img/layout/homepage-top.png");
	height: 130px;
}

p#homepage_text_1 {
	margin-top: 0; /* Don't push down the main div! */
}

div#main {
	background-image: url("/img/layout/homepage-bottom.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 564px;
	min-height: 0;
}

div#before_steps {
	height: 372px;
}

div#homepage_object {
	float: right;
	height: 230px;
	margin: 34px 75px 40px 40px;
	width: 348px;
}

p#homepage_text_1,
p#homepage_text_2,
p#homepage_text_3,
p#homepage_text_inner {
	font-size: 14px;
	font-weight: bold;
}

p#homepage_text_1 {
	margin-left:	140px;
	padding-top: 34px;
}

p#homepage_text_2 {
	margin-left:	100px;
}

p#homepage_text_3 {
	margin-left:	70px;
}

p#homepage_text_inner {
	color: #1F2572;
	margin-left:	70px;
	margin-right:	70px;
	margin-top: 60px;
	/*width: 600px;*/
}

div#steps {
	clear: both;
	height: 150px;
	margin-bottom: 40px;
}

* html div#steps { /* IE6 tomfoolery */
margin-top: -20px;
}

div#step_1,
div#step_2,
div#step_final {
	color: white;
	float: left;
	margin-top: 40px;
	width: 210px;
}

div#step_1 h2,
div#step_2 h2 {
	display: none;
}

div#step_1 {
	margin-left: 75px;
}

* html div#step_1 { /* IE6 silliness */
margin-left: 40px;
}

div#step_2 {
	margin-left: 50px;
}

div#step_final {
	margin-left: 52px;
	width: 187px;
}

div#step_final p {
	margin: 0;
}

div#step_final p a {
	display: block;
	height: 25px;
	margin-top: 55px;
}

div#step_final p a span {
	display: none;
}



#step_1, #step_2 {
    font-size: 14px;
}

#step_1 a, #step_1 a:visited {
    color: #FFF;
    text-decoration: underline;
}

#footer{
    clear: both;
}


#homepage_intro, #homepage_right_block {
    font-family: Verdana, Helvetica;
    color: #333;
}


#homepage_intro {
    margin-left: 250px;
    margin-bottom: 10px;
    padding: 10px 40px 0 0;
}

#homepage_intro p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
#homepage_left_block {
    float: left;
    margin: 20px 0 0 50px;
    width: 400px;
    height: 250px;
}
#homepage_right_block {
    float: right;
    margin: 20px 40px 0 0;
    width: 370px;
    height: 250px;
    font-size: 12px;
    line-height: 16px;
}

* html #homepage_right_block { /* IE6 nonsense */
	margin: 20px 0 0 0;
}

div#footer { /* IE needs this */
	margin-top: 15px;
}

div#prefooter ul {
padding-left: 257px;
margin-left: 0;
}
