body {
background-image: url('bg.jpg');
background-repeat: repeat-y;
background-attachment:fixed;
background-position:50%;
background-color: #731C18;
}

a {
font-family: Arial, Verdana, sans-serif;
color: #ffffff;
text-decoration: none;
}


/* TEXT STYLING */

.lgtitle {
font-family: Arial;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
text-transform:uppercase;
}

.ptitle {
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
text-transform:uppercase;
}

.pnav {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
color: white;
text-transform:uppercase;
}

.btxt1 {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
line-height: 160%;
}

.btxt2 {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
line-height: 130%;
}

.btxt2hilite {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: white;
font-weight: bold;
line-height: 130%;
}

.foottxt {
font-family: Arial, Verdana, sans-serif;
font-size: 9px;
color: white;
}


/* IMAGE STYLING */
.img2 {
border: 5px double #FFFFFF;
}