/* 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;
padding: 0;
}
#inner-wrap {

}
#header {
background: #fff url(../images/header.gif) 0 top no-repeat;
height: 125px;
}
#content {
background: transparent url(../images/wrap-back.gif) left top repeat-y;
height: 612px;
overflow: hidden;
}
#content-top-section {
background: transparent url(../images/needle-back.jpg) 0px top repeat-y;
height: 236px;
overflow: hidden;

}
#left-nav {
/*height: auto;*/
width: 150px;
overflow: auto;
padding: 0;
margin: 0;
}
#content-text {
background-color: transparent;
width: 280px;
margin: 15px 0 0 170px;
height: 355px;
overflow: auto;
}
#promotional {
position: absolute;
left: 22px;
top: 370px;
}
#torso-image {
position: absolute;
top: 8px;
right: 0;
z-index: 3;
}
#right-nav {
position: absolute;
top: 180px;
right: 0px;
width: 267px;
background-color: #008b0d;
height: 432px;
overflow: hidden;
z-index: 10;
}
#footer {
	position: relative;
	background: #000 url(../images/footer.gif) left bottom no-repeat;
	height: 75px;
	width: 905px;
	overflow: hidden;
	/*left: 16px;*/

}
