#header .menu a.getStarted {
	background-image: url(../images/menu_get_started_over.png);
	z-index: 100;
}

div#GSHeader
{
	background: black url(../images/backgrounds/get_started.jpg) no-repeat; 
	height: 280px;
}

#contentContainer {
	background: url(../images/backgrounds/parchment.jpg) 0 100px;
}


h1#why
{
color:#FF9900;
width:390px;
font-size:45px; 
line-height:.8;
}

	h1#GSBottomSpan /*will become useless when image is inserte*/
	{
		color:#0033CC; 
		font-size:36px;
	}


div#StepsContainer
{
	padding-left: 40px;
	float: left;
	position: relative;
	padding-bottom: 40px;
	padding-top: 20px;
}
	
	
div#StepsContainer p { padding-top: 20px; }

div.steps
{
	float:left;
	width:225px;
	margin-top:10px;
	padding-right:18px;
	height: 210px;
}
div#steps2, div#steps3
{
	padding-left: 18px;
	background: transparent url(../images/step_divider.gif) left center no-repeat;
	width: 245px;
}

div#steps2 { width: 185px; }

div#steps3 { padding-right: 9px; width: 245px; }

.h1step
{
	display: block;
}
	
div#needHelp
{
	text-align: center;
	padding: 20px;
}

a { color: rgb(83,71,65); }

div#needHelp a {
	color: rgb(83,71,65);
	padding-left: 15px;
	background: transparent url(../images/gray_arrow.png) 0 3px no-repeat;
}

span#help
{
color:#000000;
font:Arial, Helvetica, sans-serif; 
font-size:18px;
font-weight:bolder;
}




