html,body{
 background-color:#000;
 font-family:Calibri, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#fff;
 margin: 0px auto 0px auto;
 height: 100%;
 text-align:center;
}

#parent{
 position:relative;
 width:755px;
 min-height:100%;
 margin: 0px auto 0px auto;
 background-color:#000;
}

#header{
 position:relative;
 width:755px;
 height:500px;
 margin: 0px 0px 0px 0px;
 background-color:#000;
 text-align:left;
}

#title{
 position:relative;
 top:165px;
 left:524px;
 width:378px;
 height:75px;
 background-color:#aaa;
}

#menu{
 position:relative;
 top:-175px;
 left:4px;
 width:280px;
 height:150px;
}

#content{
 position:relative;
 width:755px;
 margin: -10px auto 0px auto;
 text-align:left;
}

#onlycolumn{
 position:relative;
 width:675px;
 float:left;
 background-color:#000;
 margin-left:40px;
}

#leftcolumn{
 position:relative;
 width:540px;
 float:left;
 background-color:#aaa;
}

#rightcolumn{
 position:relative;
 width:208px;
 float:right;
 background-color:#999;
}

#footerparent{
 position:relative;
 width:755px;
 margin: -150px auto 0px auto;
}

#footer{
 position:relative;
 width:755px;
 height:150px;
 margin: 0px auto 0px auto;
 background-color:#777;
 clear:both;
}

img.line{ margin:15px 0px 10px 0px; }
img.subheading { margin:10px 0px 5px 0px; }

/* NAV POSITIONS */
#biography{ position:absolute; top:0px; left:0px; width:167px; height:30px; }
#speakingtopics{ position:absolute; top:30px; left:0px; width:234px; height:30px; }
#testimonials{ position:absolute; top:60px; left:0px; width:201px; height:30px; }
#photos{ position:absolute; top:90px; left:0px; width:124px; height:30px; }

/* NAV ROLLOVERS */
a.biography {background: url("../images/menu/biography.jpg") 0 0 no-repeat; display: block; width: 167px; height: 30px; text-decoration: none;}
a:hover.biography {background-position: 0 -30px;}	
a.speakingtopics {background: url("../images/menu/speakingtopics.jpg") 0 0 no-repeat; display: block; width: 234px; height: 30px; text-decoration: none;}
a:hover.speakingtopics {background-position: 0 -30px;}	
a.testimonials {background: url("../images/menu/testimonials.jpg") 0 0 no-repeat; display: block; width: 201px; height: 30px; text-decoration: none;}
a:hover.testimonials {background-position: 0 -30px;}	
a.photos {background: url("../images/menu/photos.jpg") 0 0 no-repeat; display: block; width: 124px; height: 30px; text-decoration: none;}
a:hover.photos {background-position: 0 -30px;}	

