#wrapper
{
width:1012px;
margin: 0 auto;
color:white;
background-color:black;
}

#banner
{
background: url(images/header_2.gif) repeat-x;
background-position:right;
width:100%;
height:147px;
}

#menu_wrapper
{
background-color:black;
height:57px;
}

#body_wrapper
{
margin-top:1px;
color:white;
background-color:black;
min-height:403px;
border:1px solid black;
margin-left:-1px;
}

#body_left
{
float:left;
width:188px;
background-color:black;
min-height:403px;

}

#body_right
{
float:left;
width:823px;
min-height:403px;
background-color:white;
}

.clear_left
{
clear:left;
}
.clear_both
{
clear:both;
}

.subMenu
{
background-color:#2d3b22;
}

#footer_wrapper
{
background-color:#fdfdfd;
width:1012px;
margin:auto;
}

.footer_item{
float:left;
}

p
{
background-color:white;
color:black;
}

#fashion_info
{
width:824px;
height:403px;
color:white;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 165px;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0.3em auto;
padding-right:10px;
position: relative;
}

#mycustomscroll2{
width: 165px;
height: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
margin: 0.3em auto;
padding-right:10px;
position: relative;
}