/**
 * 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 {
    text-align: center ;
    background: #e7723d ;
}

#wrapper {
    text-align: left ;
    width: 900px !important ;
    margin: 0 auto ;
    font: 0.9em/1.3em Arial, Verdana, sans-serif ;
    overflow: hidden ;
}

#header {
    width: 900px ;
    height: 269px ;
    border: 1px solid #333 ;
    border-width: 0 1px ;
    background: #fff url(img/header_logo.jpg) 0 no-repeat ;
    color: white ;
}

#header h1 {
    padding: 120px 300px 1px 10px ;
    font-size: 55px ;
}

#header img {
  padding: 120px 300px 1px 10px ;
}

#header a {
    text-decoration: none !important ;
    color: white !important ;
}

#header h2 {
  font-size: 25px ;
  padding: 20px 0 1px 100px ;
}

#content-wrapper {
    background: #fff ;
    border: 1px solid #333 ;
    border-width: 0 1px 1px 1px ;
    width: 100% ;
}

#sidebar {
    width: 900px ;
    border: 1px solid #333 ;
    border-width: 1px 0 ;
    background: #369 ;
}

#sidebar h3 {
    display: none ;
}

#sidebar #nav {
    display: block ;
    width: 900px ;
    margin: 4px 0;
    list-style: none ;
    text-align: center ;
}

#nav li {
    display: inline ;
    padding: 0 5px ;
}

#nav li.first {}

#nav a {
    color: #fff ;
    text-decoration: none ;
    margin-top: 4px ;
    font-size: 15px ;
}

#nav a:hover {
    text-decoration: underline ;
    color: #fff15f ;
}

#content {
    padding: 10px ;
    color: #369 ;
}

#content h1 {
    margin: 6px 0 ;
    font-size: 115% ;
}

#content p {
    line-height: 1.3em ;
    margin-bottom: 10px ;
}

#content img {
    margin: 4px ;
    border: none ;
}

#content a {
    text-decoration: underline ;
    color: #f20000 ;
}

#content a:hover {
    text-decoration: none ;
    color: #f20000 ;
}

#content table {
  color: #369 ;
  font: 0.9em/1.3em Arial, Verdana, sans-serif ;
}

/* extra divs in the content area */
#extra_1 { display: none ; }
#extra_2 { display: none ; }
#extra_3 { display: none ; }
#extra_4 { display: none ; }

#footer {
    clear: both ;
    width: 900px ;
    margin: 20px auto ;
    text-align: center ;
    font-size: 80% ;
    color: #888 ;
}

#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 ;
}