html, body{
    padding: 0px;
    margin: 0px;
    background-color: #860a05;
    color: #fff;
    font-family: Georgia, Georgia, serif;
    font-size: 15px;
}

a{ 
    color: #fff; 
    border-bottom: 2px solid #c3a799; 
    font-size: 15px; 
    text-decoration: none;
}

#nav1 a { border:0;}
#nav2 a { border:0;}
#nav3 a { border:0;}

form{
    padding: 0;
    margin: 0;
}

/* Hide dotted image outline from Firefox and Netscape */ 
a, input { outline: none; }


#navbg{ 
	width: 450px;
	height: 68px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left: 503px;
}

#navholder{
	width: 450px;
	height: 68px;
	position: relative;
}

#nav1, #nav2, #nav3{
	position: absolute;
	top: 31px;
	width: 85px;
	height: 23px;
}


#nav1{ left: 75px; }
#nav2{ left: 168px; }
#nav3{ left: 295px; }



#nav-btn1{
    width: 202px;
    height: 68px;
    position: absolute;
    top: 16px;
    left: 499px;
}

#nav-btn2{
    width: 231px;
    height: 68px;
    position: absolute;
    top: 16px;
    left: 721px;
}

#nav-btn1 a, #nav-btn2 a{border: none;}

#footer{
    position: absolute;
    top: 760px;
    left: 90px;
    width: 841px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

#footerLinks{
    width: 100%;
    padding: 0 0 16px 0;
}

#footerLinks a{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; border: 0; }
#footerLinks a:hover{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline; border: 0; }