@import "copy.css";

body
{
    background-color: #423f3c;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

a:link, a:visited, a:active
{
    color: #423f3c;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#wrapper 
{
    width:768px;
    margin: 20px auto 0 auto;
}
#strapline
{
    width: 768px;
    text-align: right;
    margin: 0;
}
#topbit 
{
    width: 768px;
    height: 177px;
    margin:0;
	margin-bottom:-3px;
    text-align:center;
}

#page 
{
    width: 744px;
    border: 3px solid #e3deda;
    background-color: #fff;
    margin-left: 10px;
    
}

#page2 
{
    width: 743px;
    border-bottom: 3px solid #e3deda;
    border-left: 3px solid #e3deda;
    border-right: 3px solid #e3deda;
    background-color: #fff;
    margin-left: 10px;
}

#topnav 
{
    width: 100%;
    height: 30px;
    background-color: #e3deda;
    margin: 0;
    padding: 0;
}

#topnav ul 
{
    width: 744px;
    margin:0;
    padding: 5px 0 0 0;
}

#topnav a:link, #topnav a:visited,#topnav a:active
{
    color: #423f3c;
    text-decoration: none;
}

#topnav a:hover 
{
    color: #a08566;
}

#topnav ul li
{
    display: inline;
    font-family: Georgia, Times New Roman;
    font-weight: bold;
    color: #423f3c;
    list-style: none;
    padding: 0 10px 0 10px;
}

#leftcont 
{
    width: 195px;
    float:left;
    clear:none;
}

#rightcont 
{
    width: 515px;
    margin: 15px 5px 5px 8px;
    float: right;
    min-height: 325px;
}
 
#NewsletterContent
{
    margin: 15px auto;
    width: 720px;
}

#bottom 
{
    width: 100%;
}

#bottomleft 
{
    width: 350px;
    height: 70px;
    float: left;
    padding: 5px;
    margin-left:5px;
    border: 1px solid #cdcdcd;
    font-size: 0.9em;
}
    #bottomleft a
    {
        text-decoration: none;
        color: #58514A;
    }

#bottomright 
{
    width: 350px;
    height: 70px;
    padding: 5px;
    float: right;
    margin-right: 5px;
    border: 1px solid #cdcdcd;
    font-size: 0.9em;
}
    #bottomright a
    {
        text-decoration: none;
        color: #58514A;
    }

#footer 
{
    background-color: #a08566;
    min-height:60px;
    width: 741px;
    margin: 15px 1px 1px 1px;
    clear: both;
}

.leftimg 
{
    float:left;
}

.rightimg 
{
    float: right;
}

/*Forms*/
.Input_Small
{
    width: 80px;
    height: 15px;
    border: 0;
    background: #E3DEDA;
}
.Input_Standard
{
    width: 180px;
    height: 15px;
    border: 0;
    background: #E3DEDA;
}
.Input_Multi
{
    width: 240px;
    height: 150px;
    border: 0;
    background: #E3DEDA;
}

.Button_Standard
{
    width: 150px;
    background: #423F3C;
    border: ridge 3px #E3DEDA;
    font-family: Times New Roman, Georgia, Times, Verdana;
    font-size: 1.1em;
    color: White;
}