body {
    margin: 0;    
    background: url(../sitelayout/tile.png) repeat-x #393939;

}

body, h1 {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: silver;
}

h1 {
    font-weight: normal;
    font-size: 16pt;
}

h2 {
    font-weight: normal;
    font-size: 14pt;
}

#page {
    margin-left: 100px;    
}

#header {
    width: 960px;
    height: 100px;
    text-align: left;
    color: white;
}

#header a {
    color: #393939;
    text-decoration: none;
}

#logo {
    position: absolute;
    left: 112px;
    top: 10px;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#menu {
    position: absolute;
    left: 560px;
    top: 61px;
    width: 500px;
    padding: 5px;
    font-size: 9pt;
    text-align: right;    
}

#menu ul {
    float: right;    
}

#menu li {
    display: block;
    width: 100px;    
    float: left;
}

#menu a {
    display: block;
    text-align: center;    
    padding: 3px;
    color: #3d94c3;
    font-size: 13px;
}

#menu a:hover {
    background: #d6ecf8;
}

#menu a.thisPage {
    background: white;
}

/* End Menu */

#main {    
    clear: both;
    width: 960px;
    text-align: left;
    color: #393939;
    background: url(../sitelayout/submenu-background.gif) repeat-y;
}

#main h1 {
    color: black;
}

#submenu {
    width: 200px;
    vertical-align: top;
    text-align: right;
}

#submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    border-top: 2px solid white;
}

#submenu li {
    padding: 0;
    margin: 0;
}

#submenu a {
    padding: 5px;
    padding-right: 10px;
    border-bottom: 2px solid white;
    display: block;
    color: #2688be;
    text-decoration: none;
}

#submenu a:hover, #submenu a.thisPage {
    background: #76bbe1;
    color: white;
}

#RSSFeeds {
    float: right;
    width: 200px;
    margin-left: 40px;
    margin-bottom: 40px;
}
    
#pictures {
    float: right;
    width: 200px;
    position: relative;
    left: 35px;
}

#pictures span {
    display: block;
    color: silver;
    font-size: smaller;
    padding-bottom: 5px;
}

#RSSFeeds ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#RSSFeeds li {
    display: block;
    margin-bottom: 5px;
}

#content {
    width: 760px;
    margin-bottom: 30px;
    line-height: 1.4em;
    background: white;
}

#content a {
    color: #379cd3;
}

#content a:hover {
    text-decoration: underline;
}

#contentPadding {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

#navigation {
    clear: both;
    text-align: left;
    font-size: 12px;
}

table#navigation  {
    width: 100%;   
}

#navigation td {
    vertical-align: top;
    padding: 10px;
    text-align: left;
}

#navigation ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation ul a {
    display: block;
    text-decoration: none;
}

#navigation li {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #379cd3;
}

#footer {
    padding: 30px;
    font-size: 10px;
    width: 960px;
    text-align: center;
    margin-left: 100px;
}

.error {color: red;}
