/* This CSS defines what the default 'home' page for the website looks like */

#home #content {
height:520px; /* make the content section height enough to extend past the bottom of the image - keeps the footer away */
margin:20px 10px 0px 10px;
}

#home #content #image {
float:right;
margin:0 0 0 10px;
}

#home #content #text {
margin:0 0 0 10px;
}
