/* CSS Document */

.banner {
position: relative;
top: 50px;
width: 100%;
height: 40px;
background: #7e7b78 url(banner_bg_2.jpg) center no-repeat;
border:solid;
border-color: #828282;
border-width: 3px 0px 3px 0px;
}

.banner_bottom {
position: relative;
top: 100px;
width: 100%;
height: 28px;
background: #7e7b78 url(banner_bg_2.jpg) center no-repeat;
border:solid;
border-color: #828282;
border-width: 3px 0px 3px 0px;
}
.flasharea {
position: relative;
top: 60px;
height: 70%;
margin-bottom:auto;
}

.vertical_margin {
width: 20%;
max-width: 400px;
margin-right:15%;
margin-left:10%;


}
.description {
text-align:right;
font-family: "Copperplate Gothic Light";
font-size: 20px;
color: #323131;
letter-spacing: 3px;
top: 8px;
width: 350px;
position: absolute;
right: 15%;
color: #323131;

}
.scott_barrow {
text-align:left;
left: 10%;
font-family: "Copperplate Gothic Light";
font-size: 36px;
color: #323131;
letter-spacing: 5px;
width: 400px;
margin-left: 15%;
}

.back_to_main {

width: 147px;
height: 28px;
text-align:left;
left: 15%;
font-family: "Copperplate Gothic Light";
color: #323131;
letter-spacing: 3px;
position: absolute;
font-size: 22px;
text-decoration:none;
}

.copyright {
background-image:url(sb_copy.gif);
height: 28px;
text-align:right;
font-family: "Copperplate Gothic Light";
font-size: 12px;
color: #323131;
letter-spacing: 3px;
width: 355px;
position: absolute;
right: 15%;
color: #323131;

}
