body
{
	margin: 0;
	background-color: #F4FFE4;
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	height: 100%;
}
#headerLogo
{
	/*height: 99px;*/
	background-color: #FFFFFF;
	color: #ff0033;
	padding: 20px 0 20px 55px;
}
.logo
{
	font: 48px Vladimir Script;
	color: #ff0033;
	letter-spacing: 4px;
}
#headerDate
{
	clear: both;
	height: 21px;
	padding: 5px 0 0 55px;
	background-color: #99CC66;
	border-top: solid 2px #5C743D;
	border-bottom: solid 2px #5C743D;
	font: 11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing: .2em;
}
#container
{
	position: relative;
	min-height: 100%;
}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#step1Column1
{
	float: left;
	background: #ffffff url(images/couple_step1.jpg) no-repeat bottom left;
	color: #3399FF;
	height: 500px;
	width: 370px;
	padding: 0;
}
#step1Column2
{
	background: #ffffff url(images/bg.jpg) repeat-x bottom;
	color: #3399FF;
	float: right;
	width: 100%;
	margin-right: -370px;
	height:500px;
}
#step2Column1
{
	width: 500px;
	padding-left: 55px;
	float: left;
	height: 585px;
}
#step2Column2
{
	position: absolute;
	width: 160px;
	left: 648px;
	top: 185px;
}
#step2Column3
{
	position: absolute;
	left: 820px;
	top: 185px;
	width: 160px;
}
#step2Column4
{
	position: absolute;
	left: 648px;
	top: 420px;
	width: 160px;
}
#step2Column5
{
	position: absolute;
	left: 820px;
	top: 420px;
	width: 160px;
}
#step2Column6
{
	position: absolute;
	left: 648px;
	top: 610px;
	width: 250px;
}
#step2Column7
{
	position: absolute;
	left: 648px;
	top: 680px;
	width: 250px;
}
#topStep1, #topStep3
{
	padding-left: 55px;
	line-height: 18px;
}
#topStep3
{
	width: 900px;
}
#step3Column1
{
	float: left;
	padding-left: 55px;
	width: 500px;
}
#step3Column2
{
	float: left;
	width: 400px;
}
#step3Column3
{
	clear: left;
	margin: 0 0 0 680px;
}
#step4Column1
{
	float: left;
	background: #ffffff url(images/couple_step4.jpg) no-repeat bottom left;
	color: #669933;
	height: 500px;
	width: 750px;
	padding: 0;
}
#step4Column2
{
	background: #ffffff url(images/bg_step4.jpg) repeat-x bottom;
	color: #3399FF;
	float: right;
	width: 100%;
	margin-right: -750px;
	height: 500px;
}

h1
{
	font: 18px Arial, Helvetica, sans-serif;
	/*color: #99CC66;*/
	color: #669933;
	line-height: 26px;
	letter-spacing: 5px;
}
h2
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #669933;
	margin: 20px 0 5px 0;
}
h3
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #99CC66;
	margin: 7px 0;
	letter-spacing: 4px;
}
h4
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #669933;
	margin: 60px 0 0 55px;
}
.black
{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 28px;
	margin-top:12px;
}

.body_text, select, input
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
}

textarea
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	background-color: #ffffff;
	border: solid 1px #336699;
}
input.text
{
	background-color: #ffffff;
	border: solid 1px #336699;
}


select, .larger
{
	font-size: 120%;
}

p
{
	margin: 0 0 8px 0;
}
ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
li.inline
{
	float:left;
	background: url(images/bullet.jpg) left center no-repeat;
	padding: 20px 10px 20px 20px;
}


