@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(Background.png);
	background-repeat: no-repeat;
}

p {
	margin-left: 36px;
}
.Container {
	height: auto;
	width: 1000px;
}
.Banner {
	background-image: url(Blank%20Banner.png);
	background-repeat: no-repeat;
	height: 186px;
	width: 1000px;
	margin-left: 2px;
}
.Navigation {
	width: 180px;
	float: left;
}
.WhiteExpand {
	background-image: url(Text%20Expand.png);
	background-repeat: repeat-y;
	height: auto;
	width: 789px;
	float: left;
}
.TextCase {
	height: auto;
	width: 450px;
	float: left;
}
.Bottom {
	background-image: url(Text%20Bottom.png);
	background-repeat: no-repeat;
	float:left;
}
.Woman {
	background-image: url(Woman.png);
	float: right;
	height: 500px;
	width: 337px;
	margin-top:260px;
}
