* {
margin:0;
padding:0;
}

body{ 
background:#FFFFFF;
}

#pagewrapoutter {
width:920px;
height:auto;
margin:0 auto;
background:url(../images/background.jpg) repeat-y;
}

#pagewrapinner {
position:relative;
width:900px;
height:auto;
margin:0 auto;
}

#header {
position:relative;
width:900px;
height:155px;
margin:0 auto;
background:url(../images/header1.jpg) no-repeat;
}

#intro {
position:relative;
width:900px;
height:200px;
margin:0 auto;
}

/* Home Page */

#leftcontent {
position:relative;
float:left;
width:320px;
height:400px;
}

#rightcontent {
position:relative;
float:right;
width:540px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:justify;
color:#333333;
padding-right:10px;
padding-left:10px;
}

#homepictures {
position:relative;
width:540px;
height:500px;
}

/* Doctor Bio Files */

#bioleft {
position:relative;
float:left;
width:320px;
height:640px;
padding-left:20px;
}

#bioright{
position:relative;
float:right;
width:510px;
height:640px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
padding-right:20px;
text-align:justify;
}

/* Meet The Doctor */

#maincontent {
position:relative;
width:860px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
margin:0 auto;
}


#footer {
clear:both;
position:relative;
width:900px;
height:120px;
margin:0 auto;
}