/*assign background color*/
#body{background:#C0CBE7;}

/*assign alignment, fonts, style, and weight*/
.photo{text-align:center;}
.title{font-size:20px;font-weight:bold;}
.comment{font-size:20px;font-style:italic;}
.text{font-size:20px;}

/*position blocks*/

#headleft{float:left;}
#headright{float:right;}
#main{clear:both;}
#mainleft{float:left;}
#mainright{float:right;}
#foot{clear:both;}
#footleft{float:left;}
#footright{float:right;}
#buttons{clear:both;}
#buttonsleft{float:left;}
#buttonsright{float:right;}


/*over-rides*/
#headcenter1{font-size:40px;}
#headcenter2{font-size:20px;}