body { 

	background-color:#EDEBF0 ;
							//background-image:url(../images/basic/background.png);
background-color:#E0D7BA;
						background-repeat:repeat-x;
						background-position:top;


}

#header,#footer  {width:100%}
#header { background: url('../images/basic/topbar_bg.png') repeat-x;}
#header #slogan { position:absolute; top:67px; z-index:2; left:180px;}

#logo { position:absolute; top:20px;left:20px;}
body {
	min-width: 1200px;
	margin:0;
	padding:0;
	background-position: top left;

}

#left-side-outer {
	width:50%;
	float:left;
	margin-right:-400px;
	height: 100px;
}
#left-side{
	margin-right:400px;

	height: 50px;
}
#center-column {
	width:900px;
	float:left;
	color: #000003;
	background-color: #transparent;
	border: none;
	position:relative;
	z-index:10;

}
#step2, #step3 {
	width:900px;
	float:left;
	color: #000003;
	background-color: #FFF;
	border: solid 1px #FEE3AD;
	position:relative;
	z-index:10;
	margin-top:20px;


}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-401px;
	height: 60px;
}
#right-side {
	margin-left:400px;
	height: 40px;

}
#header{
	clear:both;
	height: 125px;

}
#footer {margin-top:25px; clear:both; background: url('../images/basic/footer2.png') repeat-x #000000; height:40px;}

 a:link              { color:#C5B591; text-decoration:none; }
    a:visited           { color:#C5B591	; text-decoration:none; }
    a:hover             { color:#902533; text-decoration:none; }
    a:active            { color:#C5B591	; text-decoration:none; }