/* Dark color #8b4a0f | Light color #b76114 */

body
{
 background-color: #b76114;
 background-image: url(../images/main_bg_orange.gif);
 background-position: top left;
 background-repeat: repeat-x;
}

#datebar{
color: #8b4a0f;
}

#header{
background-image: url(../images/header_orange.gif);
background-position: top left;
background-repeat: repeat-x;
}

#menu{
width:720px;
height:40px;
padding-bottom:15px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/nav_orange.jpg);
background-repeat: no-repeat;
background-position: left top;}

#contactgraphic{
background-image: url(../images/contact_graphic_orange.gif);
background-position: top left;
background-repeat: no-repeat;
}

#maincolumn a:link, #maincolumn a:hover, #maincolumn a:active, #maincolumn a:visited {
    font-weight: bold;
 	color: #8b4a0f;
 	text-decoration: underline;
}


#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
 	color: #8b4a0f;
 	text-decoration: underline;
}

.dark{
color:#8b4a0f;
}
