/* CSS Document */

body {
color: #000;
background: #fff url(../images/body-back.jpg) left bottom repeat-x;
font-size: 65.5%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
#wrap {
position: relative;
text-align: left;
width: 905px;
margin: 0 auto;
height: auto;
}
#inner-wrap {
background: transparent url(../images/wrap-back.gif) left top repeat-y;
}

#header {
background: #fff url(../images/header.gif) 0 top no-repeat;
height: 125px;
}
#content {
padding: 20px 10px 0 0;
overflow: hidden;
}

#left-col {
position: relative;
float: left;
width: 150px;
padding: 10px 0;
margin: 0;
z-index: 200;
}
#content-main {
background-color: transparent;
width: 690px;
float: right;
margin-right: 15px;
overflow: auto;
}
#promotional-product {
position: relative;
width: 130px;
padding: 20px 10px;
}
#footer {
position: relative;
background: #000 url(../images/footer.gif) left bottom no-repeat;
height: 75px;
width: 905px;
overflow: hidden;
}
