* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top left repeat-x;
}

img {
border: 0;
}

#container{
width: 896px;
margin: 0 auto;
}

#banner{
float:left;
margin-top: 34px;
width: 896px;
height: 302px;
background: url(../images/face-medical-banner.jpg) top left no-repeat;
}

#nav{
float: right;
width: 444px;
height: 47px;
margin-top: 235px;
margin-right: 19px;
}

/*  Content */

#content{
float: left;
margin-top: 12px;
width: 651px;
}

#contentTop{
float: left;
width: 651px;
height: 16px;
background: url(../images/content-bg-top.jpg) top left no-repeat;
}

#contentBody{
float: left;
width: 651px;
background: url(../images/content-bg.jpg) top left repeat-y;
}

#leftContent{
float: left;
width: 325px;
}

#rightContent{
float: right;
width: 325px;
margin-top: 65px;
}

#contentBottom{
float: left;
width: 651px;
height: 16px;
background: url(../images/content-bg-bottom.jpg) top left no-repeat;
}

/*  Footer */

#footer{
float: left;
width: 896px;
}

#details{
float: left;
width: 651px;
}

#designedby{
float: right;
width: 245px;
}


/*  Right Column */

#rightCol{
float: right;
width: 245px;
}

/*  Arrange a free consultation */

#arrangeConsultation{
float: right;
margin-top: 12px;
width: 230px;
}

#arrangeConsultationTop{
width: 230px;
height: 43px;
}

#arrangeConsultationBody{
width: 230px;
background: url(../images/box-bg.jpg) top left repeat-y;
}

#arrangeConsultationBottom{
width: 230px;
height: 22px;
background: url(../images/box-bg-bottom.jpg) top left no-repeat;
}

/*  Face Medical Newsletter */

#newsletter{
float: right;
margin-top: 8px;
width: 230px;
}

#newsletterTop{
width: 230px;
height: 43px;
}

#newsletterBody{
width: 230px;
height: 117px;
background: url(../images/box-news-bg.jpg) top left repeat-y;
}

#newsletterBottom{
width: 230px;
height: 16px;
background: url(../images/box-news-bg-bottom.jpg) top left no-repeat;
}


/*  What's the next step? */

#nextstep{
float: right;
margin-top: 8px;
width: 230px;
}

#nextstepTop{
width: 230px;
height: 43px;
}

#nextstepBody{
width: 230px;
height: 135px;
background: url(../images/box-news-bg.jpg) top left repeat-y;
}

#nextstepBottom{
width: 230px;
height: 16px;
background: url(../images/box-news-bg-bottom.jpg) top left no-repeat;
}

/*  Sub/right hand menus */

#submenu{
float: right;
width: 230px;
height: 130px;
background: url(../images/box-bg.jpg) top left repeat-y;
}


