/* 
Title:		Client Website
Author: 	e-CBD
*/

@import url("global.css");
@import url("typography.css");
@import url("navigation.css");
@import url("forms.css");

/***SHOPPING CART CSS***/
#header {
	width: 640px;
	height: 160px;
	background-image: url(http://www.thebeautifulgirls.com/images/store_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#bodyContent #footer {
	width: 680px;
	height: 120px;
	background-image: url(http://www.thebeautifulgirls.com/images/store_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#bodyContent {
margin:0 auto;
width:700px;
color: white;
}
.checkoutProgressBar a {
padding-left: 10px;
}

