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

body{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4D4D4D;
font-size:12px;
line-height:16px;
background-color:#f2f2f2;
}
#wrapper{
width:960px;
margin: 0 auto;
}
#header{
margin-top:56px;
}
#header p{
width:455px;
margin:0 auto;
}

#content{
margin-top:39px;


}

.center_image{
margin:0 7px;

}

.apparel{
margin-right:7px;
}

img{
border:0px solid #f2f2f2;
}

#footer{
width:862px;
margin:76px auto 0px auto;
text-align:right;
}

a:hover img{
 opacity:0.6;
  filter:alpha(opacity=60);


}

