@import url(main.css);

#advice-copy{
	float: left;
	width: 450px;
	margin-top: 40px;
}

#adv-head{
	background:url(../img/advice/hd_advice_on.gif) no-repeat;
	margin: 0 0 0px 33px;
}

#advice-copy p{
	margin: 10px 0px 10px 33px;
}

#advice-lower-shell{
	width: 750px;
	float: left;
	margin: 30px 0 30px 0;
}

#advice-lower-inner{
	margin: 0 20px 0px 30px;
}

#advice-left-shell{
	width: 341px;
	float: left;
	background:url(../img/advice/tile_box1.jpg) repeat-y ;
}

#advice-left-shell p{
	padding: 10px 140px 10px 20px;
}

#advice-left-inner1{
	width: 341px;
	float: left;
	background:url(../img/advice/header_box1.jpg) no-repeat top;
}

#advice-left-inner2{
	float: left;
	background:url(../img/advice/footer_box1.jpg) no-repeat bottom;
	padding: 20px 0 30px 0;
	min-height: 270px;
}

* html #advice-left-inner2{
	height: 270px;
	overflow: visible;
}

#advice-right-shell{
	width: 357px;
	float: right;	
	background:url(../img/advice/tile_box2.jpg) repeat-y ;
}

#advice-right-shell p{
	padding: 10px 140px 10px 20px;
}

#advice-right-inner1{
	width: 357px;
	float: left;
	background:url(../img/advice/header_box2.jpg) no-repeat top;
}

#advice-right-inner2{
	background:url(../img/advice/footer_box2.jpg) no-repeat bottom;
	padding: 20px 0 30px 0;
	min-height: 270px;
}

* html #advice-right-inner2{
	height: 270px;
	overflow: visible;
}
