/* Reset before any actual formatting happens
   ---------------------------------- */

@import url("reset.css");


/* Basic typographical definitions after the reset
   --------------------------------- */

@import url("defaults.css");



/* Basic Layouts---Body, Footer 
  ----------------------------------- */

@import url("commons.css");


/* Basic Layouts---Header
   ------------------------------------- */

@import url("nav-animation.css");



/* Page Specific Declarations
   ------------------------------------- */
@import url("page-specific.css");



/* Format of the Content Area
   --------------------------------------------*/

#content {
    width: 700px;
    margin-left: 200px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #663333;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
    overflow: hidden;
}

 .single-col p {
    line-height: 1.3em;
    margin-bottom: 0.75em;
}
