/* 

This CSS stylesheet deals purely with the physical layout and element placement on the home page.

For individual styling of content block elements on the home page (headers, paragraphs, links, lists, etc), see hp_style.css 

*/

* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
background-color:#28313e;
}

/* eliminates space between images */

#container { 
margin:0 auto;
width:960px;
background-color:#ffffff;
}

#row_1 {
width:960px;
height:175px;
}

#row_2 {
width:960px;
background-color:#ffffff;
}

#clear_div {
clear:both;
}

#bio_info {
clear:both;
width:960px;
height:300px;
background-color:#ffffff;
}

