/* CSS Document */

body {
background-image:url(img/bg.jpg);
background-attachment: fixed;
background-position: top left;
background-repeat: repeat;
margin-left: 10px;
margin-top: 15px;
background-color: #cfd8e2;
}

#container {
border: solid 1px;
width:800px;
padding: 0px;
background-color: #FFFFFF;
}

#header {
width:800px;
height: 161px;
padding: 0;
margin-bottom: -0;
}


#media_content {
position: relative;
width: 800px;
height: 425px;
margin-top: 0;
padding-top: 0;
background-color: #FFF;

}

#flv {
position: absolute;
height: 410px;
top: 15px;
left: 8px;
margin: 0 5 0 0;
padding: 0 5 0 5;
background-color: #B1B47F;
border: solid 1px #333;
}

#media_box {
padding: 0;
margin: 0;
border: solid 1px #333;
}

#boxes {
position: absolute;
height: 410px;
top: 15px;
right: 8px;
width: 365;
background-color: #785050;
border: solid 1px #333;
}

#copy_content {
background-color: #FFFACD;
padding: 20px;
margin-top: 10px;
width: 742px;
border: solid 1px;
}

#footer {
width:800px;
padding: 0;
margin-top: 10px;
margin:0;
background: url(img/footer_back.png) bottom center no-repeat;
background-color: #FFFFFF;
}

#footer p {
font-size: 14px;
font-style: italics;
font-weight: 600;
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
text-align: center;
}

#ytw_footer {
width:625px;
align:center;
padding: 15;
margin: 0;
}

#ytw_footer p {
font-size: 14px;
font-style: italics;
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
text-align: center;
}

#ytw_footer img {
padding: 0px;
margin: 0px;
}

p {
color: #755718;
font-weight: 600;
font-face: Bodoni, Garamond, Serif;
font-size: 14px;
}

h1 {
color:#FFFFFF;
font-size:24px;
font-variant: small-caps;
font-family: Bodoni, Garamond, Serif;
}

h2 { /*For above the media boxes*/
color:#FFFFFF;
font-size:20px;
padding-top: 1;
padding-bottom: 1;
margin-top: 3;
margin-bottom: 3;
font-variant: small-caps;
font-family: Bodoni, Garamond, Serif;
}

h3 {
font-size:18px;
font-family: Bodoni, Garamond, Serif;
text-align:center;
color:#1C5570;
}

h4 {
font-size:14px;
font-family: Bodoni, Garamond, Serif;
color:#330033;
}

h5 {
/*Blank*/
}

h6 {
font-size:14;
font-style:italics;
font-family: Bodoni, Garamond, Serif;
text-align:center;
}

p {
font-size: 16px;
}

ul {
text-align: left;
list-style-image: url(img/arrow.gif);
list-style-position: outside;
padding-left: 15px;
}

li {
padding-left: 4px;
padding-top: 4px;
padding-bottom: 4px;
font-family: Verdana, Tahoma, Arial, Sans Serif;
font-size: 15px;
}


a:link, a:visited {
color:#755718;
text-decoration: none;
}
a:hover {
color:#755718;
text-decoration: underline;
}
a:active {
color:#755718;
text-decoration: underline;
}

@font-face {
    font-family: Bodoni;
    font-style:  normal;
    font-weight: normal;
    src: url(BODONIM0.eot);
}