﻿body
{
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    color: #333;
    padding: 0px;
    margin: 0px;
    background-image: url('../images/bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #ededed;
    font-weight:normal;
    font-size:12px;
}
h1
{
    margin:0 0 10px 0;
    font-size: 26px;
    color: #333;
    font-weight: normal;
}
#container
{
    width: 960px;
    padding:0px;
    margin:auto;
}
#menu
{
    font-weight:bold;
    color: #000;
    margin: 20px 0 20px 0;
}
#menuleft
{
    background-image: url('../images/menu-left.jpg');
    background-repeat: no-repeat;
    width:6px;
    height:40px;
    float:left;
}
#menuright
{
    background-image: url('../images/menu-right.jpg');
    background-repeat: no-repeat;
    width:6px;
    height:40px;
    float:left;
}
#menuitems
{
    background-image: url('../images/menu-bg.jpg');
    background-repeat: repeat-x;
    width: 948px;
    height:40px;
    float:left;
}
#menuitems ul
{
    list-style:none;
    margin:0px;
    padding:0px;
    display: inline;
}
#menuitems ul li
{
    float:left;
    height:40px;
    padding-top:10px;
    background: url('../images/menu-sep.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}
#menuitems ul li a
{
    color:#fff;
    font-size:14px;
    text-decoration:none;
    padding:20px;
}
#logo
{
    float:right;
    margin:8px 20px 0 0;
}
#content
{
}
#footer
{
    text-align:center;
    font-size: 11px;
    color:#666;
    margin-top:20px;
    margin-bottom:20px;
}
#featuredPhoto
{
    text-align:center;
}
#featuredPhoto h1
{
    font-size: 42px;
}
#featuredPhoto img
{
    padding: 3px;
    border: solid 1px #333;
    width:450px;
    background-color:#fff;
}
.form
{
    border: solid 1px #999;
    background-color:#ccc;
    padding:10px;
}
/*MISC*/
.clear
{
    clear:both;
    display:block;
    width:0px;
    height:0px;
}
.error
{
    color: #FF0000;
    font-weight: bold;
}