/**
 * template one.css (one column, top navigation, fixed width)
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   Copyright (c) 2009+ Pictographics Ltd
 * @since       Feb 17, 2009
 */

* { margin: 0 ; padding: 0 ; }
body { background: #a9c2ae ; text-align: center ; }
#wrapper { width: 1000px ; margin: 0 auto ; border: 1px solid #d7e2d4 ;
    border-top: none ; font: 0.9em/1.3em Arial, Verdana, sans-serif ;
    background: #a9c2ae url(img/lemay.png) top left no-repeat ;
}
#header { width: 1000px ; height: 129px ; text-align: left ; }
#header img { border: none ; }
#content-wrapper { width: 1000px ; position: relative;}
#sidebar { width: 1000px ; height: 74px ; }
#sidebar h3 { display: none ; }
#sidebar #nav { padding: 26px 0 0 0  ; display: block ; width: 960px ;
    list-style: none ; text-align: right ; }
#nav li { display: inline ; padding: 0 20px ; }
#nav li.first {}
#nav a { color:#000; text-decoration:none; margin-top:4px ;font-size:110%; }
#nav a:hover, #nav .active a { text-decoration: underline ; color: #CF9126 ; }
#content { margin: 6px 10px ; text-align: left ; min-height: 260px !important ;
    background: url(img/inspiration.png) 0 0 no-repeat ; }
#content #white h1 { font-size: 115% ; margin-bottom: 14px ; }
#content p { line-height: 1.3em ; margin-bottom: 10px ; }
#content img { margin: 4px ; border: 1px solid #333 ; }
#content #white a { text-decoration: underline ; color: #f20000 ; }
#content #white a:hover { text-decoration: none ; color: #f20000 ;}
#content #white { width: 697px ; margin-left: 261px ;
    background: url(img/content_bg.png) 0 0 repeat-y ; }
#content #white #text { padding: 15px ; }
/* extra divs in the content area */
#extra_1 { display: none ; } #extra_2 { display: none ; }
#extra_3 { display: none ; } #extra_4 { display: none ; }
#footer { width: 1000px ; text-align: center ; font-size: 80% ; color: #888 ;
    background: url(img/footer_bg.gif) top center no-repeat ; padding:15px 0; }
#footer span#copyright {}
#footer span#webulation { margin-left: 6px ;border-left: 1px solid #888 ;
    padding-left: 9px ; }
#footer a { color: #333 ; text-decoration: none ; }
#footer a:hover { text-decoration: underline ; }