﻿/**********************************************************************************
* 
* © 2010 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: layout.css
* Description: Layout CSS file for the Drake Counseling Services website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);


/* Reset browser defaults
------------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }


/* Content
------------------------------------------------------------------------------------*/

#content
    {
    background:#ffffff;
    }

.section
    {
    float:left;
    width:100%;
    margin-bottom:2em;
    }

.section-cell
    {
    float:left;
    width:100%;
    margin:0px 0px -1px 0px;
    padding:1em 0px 0px 0px;
    border-top:1px solid #b0b0b0;
    border-bottom:1px solid #b0b0b0;
    }

.section-cell img
    {
    float:left;
    margin:0px 1em 1em 0px;
    /*border:1px solid #999999;*/
    clear:both;
    }