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;
}

.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}

.lyrRel{
    width: 100%;
    height: 100%;
    position: relative;
}

#nav1 a { border:none;}
#nav2 a { border:none;}
#nav3 a { border:none;}
#nav4 a { border:none;}
#nav5 a { border:none;}
#nav6 a { border:none;}

form{
    padding: 0;
    margin: 0;
}

/* Hide dotted image outline from Firefox and Netscape */ 
a, input { outline: none; }

#social{
    position: absolute;
    bottom: 25px;
    right: 32px;
    width: 105px;
    height: 45px;
    z-index: 200;
}
#social a{border: none;}
#social #facebook{margin-right: 10px;}
#navbg{ 
	width: 450px;
	height: 68px;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left: 357px;
}

#navholder{
	width: 450px;
	height: 68px;
	position: relative;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6{
	position: absolute;
	top: 31px;
	height: 23px;
}


#nav1{ left: 25px; }
#nav2{ left: 85px; }
#nav3{ left: 180px; }
#nav4{ left: 270px; }
#nav5{ left: 420px; }
#nav6{ left: 500px; }



#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;
    z-index: 100;
}

#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; }
