@import url("styles.css");

#wrapper{
margin: auto;
width: 908px;
}

#header{
width: 908px;
float: left;
height: 111px;
}



#headerimage{
width: 908px;
float: left;
height: 296px;
}

#bookingleft{
width: 268px;
float: left;
height: 296px;
background-image:url(images/images/BLMain_05.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

#bookingleft .padding{
padding-left: 20px;
padding-top: 10px;
}

#imageright{
width: 640px;
float: left;
height: 296px;
}

body.home #headerimage {
 background-image: url(images/header_home.jpg);
}

body.becomeagent #headerimage {
 background-image:url(../images/header_becomeagent.jpg);
}

body.hostparty #headerimage {
 background-image:url(../images/header_hostparty.jpg);
}

body.contact #headerimage {
 background-image:url(../images/header_contact.jpg);
}

body.login #headerimage {
 background-image:url(../images/header_login.jpg);
}

body.showmeshoes #headerimage {
 background-image:url(../images/header_showmeshoes.jpg);
}

body.starring #headerimage {
 background-image:url(../images/header_starringshoequeen.jpg);
}

body.everygirl #headerimage {
 background-image:url(../images/header_everygirl.jpg);
}

body.shoetodiefor #headerimage {
 background-image:url(../images/header_shoetodiefor.jpg);
}

#content{
width: 908px;
float: left;
height: auto;

background-color: #240E57;
}

#content .padding{
padding: 20px 20px 20px 30px;
}

#menuleft{
width: 268px;
float: left;
height: autopx;
background-color: #240E57;
}

#textright{
width: 640px;
float: left;
background-color: #ffffff;
height: auto;
min-height: 305px;
}




#footer{
width: 908px;
float: left;
height: 48px;
background-color: #B8B8B8;
}


html>body .nopad{
margin-top: 0px;
margin-bottom: 0px;
}