/**
 * EE Default Layout
 * /css/layouts/default/structure.css
 *
 * @contributers Franklin Clark
 * @updated 12/12/2008
 */

/* Basic
 -------------------------------------------------*/

/* ie6 center main elements */
body {text-align:center}
body * {text-align:left;}

/* Headings
 -------------------------------------------------*/

/* Anchors/Links
 -------------------------------------------------*/

/* Paragraphs
 -------------------------------------------------*/

/* Tables
 -------------------------------------------------*/

/* Images
 -------------------------------------------------*/

/* Lists
 -------------------------------------------------*/

/* Divisions
 -------------------------------------------------*/
div#page {width:960px;}
div#body {width:960px;margin:auto;}
div#body div.content {padding-right:10px;float:left;width:640px; border-right:1px solid #ccc;}

div.efmModule {margin-bottom:20px;}


/* Forms
 -------------------------------------------------*/

