/* Layout Stylesheet */ 

body {
 margin:0 auto;
 text-align:center;
}

#container {
 width:880px;
 margin:0 auto;
}

#header {
 width:880px;
 height:288px;
}

#topnav {
 width:880px;
 height:28px;
 background-color:rgb(45,107,137);
 padding-top:7px;
}

#content {
 text-align:left;
 background-color:#FFFFFF;
 margin-left:28px;
 padding-top:24px;
}

#heading1logo {
 position:relative;
 float:left;
 width:44px;
 height:42px;
}

#footnav {
 text-align:left;
 float:left;
 width:880px;
 height:30px;
 margin:10px 72px;
}

#footer {
 text-align:left;
 float:left;
 width:880px;
 height:30px;
 margin:10px 72px;
}

.memberbio {
 clear:both;
 width:840px;
 margin-top:20px;
 padding:15px;
}

.memberbio2 {
 clear:both;
 width:840px;
 margin-top:20px;
 padding:15px;
 background-color:#EEE;
}

.biopic {
 float:left;
 text-align:center;
 width:180px;
 height:260px;
}

.biotext {
}