/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
.header_bg{
	background: url(../images/header_bg.jpg);
	background-position: center;
	background-position: top;
	background-repeat: repeat-x;
}
.main_bg {
	/* background: url(../images/main_bg.jpg);
	background-position: center;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F8EDC7; */
      
	background: url(../images/main_bg.jpg);
        background-position: center;
        background-position: top;
        background-attachment: fixed;
        background-repeat: repeat-x;
        background-color: #F8EDC7;
        margin-top: 0px;
        margin-bottom: 0px;

}
#contentContainer{
	position: relative;
	width: 756px;
	padding: 16px 0px 16px 16px;
}

/* START - 2 COLUMN LAYOUT */
#leftCell{
	width: 325px;
	text-align: left;
	float: left;
}
#middleCell{
	width: 14px;
	text-align: left;
	float: left;
}
#rightCell{
	width: 417px;
	text-align: left;
	float: left;
}
#bottomCell{
	width: 756px;
	text-align: left;
	margin-top: 20px;
	float: right;
}
/* END - 2 COLUMN LAYOUT */

/* START - SELECTIONS LAYOUT */
#select_left{
	width: 756px;
	text-align: left;
	float: left;
}
#select_middle{
	width: 14px;
	text-align: left;
	float: left;
}
#select_right{
	text-align: left;
	position: absolute;
	top: 14px;
	left: 490px;
}
#select_bottom{
	width: 756px;
	text-align: left;
	margin-top: 20px;
	float: right;
}
#selections_flash {
	position: absolute;
	/* left: -134px; */
	left:140px;
	top: 330px;
	width:417px;
	height:164px;
}

#selections_flash_winter {
	position: absolute;
	/* left: -134px; */
	left:140px;
	top: 280px;
	width:417px;
	height:164px;
}

#selections_flash_love {
	position: absolute;
	/* left: -134px; */
	left:140px;
	top: 290px;
	width:417px;
	height:164px;
}

#selections_flash_chillout {
	position: absolute;
	/* left: -134px; */
	left:140px;
	top: 550px;
	width:417px;
	height:164px;
}

#selections_flash_ss {
	position: absolute;
	/* left: -134px; */
	left:140px;
	top: 610px;
	width:417px;
	height:164px;
}

/* END - SELECTIONS LAYOUT */

#footer_area{
	width: 756px;
	height: 100px;
	float: right;
}
#footer_area div {
	position: relative;
	top: 60px;
}
