body{
  background:#deb887;
  color:#800000;
  text-align:center;
}

#main{
border:solid red 0px;
}

#left{
width:300px;
height:450px;
position:relative;
float:left;
/*border:green double 4pt;*/
background:white;
}


img{
  border:3px double #800000;  
}

h1{
font-size:18pt;}

#content{
border:pink 0px solid;
}
#theText{
float:right;
width:270px;
margin:auto;
border:blue 0px solid;
padding-right:20px;
padding-left:20px;
}