@charset "utf-8";
/* CSS Document */

/* COLORS
ivory: #ECE8D9
brown: #401500
background brown: #20130B
orange: #E9721F
dark orange: #591108 
*/

body {
background-image: url(images/nav/bg.png);
background-repeat: repeat-x;
background-color: #20130B;
padding: 0;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#591108;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#591108;
margin-bottom: 0;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#591108;
margin-bottom: 0;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#591108;
margin-bottom: 0;
}

a:link {
color:#E9721F;
text-decoration:none;
}
a:visited {
color:#E9721F;
text-decoration:none;
}
a:hover {
color:#E9721F;
text-decoration:underline;
}
a:active {
color:#E9721F;
text-decoration:underline;
}

.footerText {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color: #ECE8D9;
}
.footerText a:link{
color: #ECE8D9;
text-decoration:none;
}
.footerText a:visited{
color: #ECE8D9;
text-decoration:none;
}
.footerText a:hover{
color: #E9721F;
text-decoration:underline;
}
.footerText a:active{
color: #ECE8D9;
text-decoration:none;
}

p {
margin-top: 0;
}
.video{
width: 300px;
height: 225px;
float: right;
margin: 0 8px 0 8px;
border: 1px solid;
border-color: #20130B;
}

img {
border-color: #401500;
}