body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu {
	line-height: 52px;
	height: 52px;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	float: left;
	background-position: right top;
	width: 100px;
}
#menu a:hover {
	text-decoration: underline;
}
#big_img {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#steps {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 27px;
	margin-bottom: 27px;
}
.step {
	height: 139px;
	width: 226px;
	float: left;
	line-height: 21px;
}
.step_padding {
	padding-right: 16px;
	overflow: hidden;
}
#app_form {
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 13px;
	color: #5a5a5a;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
}
#form_right {
	float: right;
	width: 430px;
	text-align: justify;
}
#form_block {
	background-image: url(../images/form_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 455px;
	height: 300px;
}
#form_padding {
	padding-top: 48px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#form_padding form {
	margin: 0px;
	padding: 0px;
}
#form_padding  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#footer a {
	color: #000000;
}
