/* CSS Document */

body {
background: url('img/bg.jpg') no-repeat fixed top right;
background-color: #F6F3E2;
margin-left: 10px;
margin-top: 15px;
}

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

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

#media_content {
position: relative;
width: 800px;
height: 450px;
margin-top: 0;
padding-top: 0;
background-color: #FFF;
border-top: solid 1px #333;
}

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

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

#boxes {
position: absolute;
height: 425px;
top: 15px;
right: 8px;
width: 360px;
background-color: #456D8E;
border: solid 1px #333;
}

iframe {
border: solid 1px #333;
}

#copy_content {
height: 500px;
background: #f7f0db url('img/copy_bg.jpg') no-repeat scroll bottom right;
padding: 40px;
margin: 8px;
border: dotted 1px #456D8E;
}

#copy_content p {
font-size: 16px;
font-family: sylfaen, Georgia, Garamond, Serif;
color: #2a3238;
text-align: left;
}

#footer {
width:800px;
padding: 0;
margin-top: 10px;
margin:0;
background: #FFFFFF url('img/footer_bg.jpg') no-repeat scroll bottom left;
}

#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;
}

h1 {
color:#FFFFFF;
font-size:24px;
font-variant: small-caps;
font-family: Verdana, Tahoma, Arial, Sans Serif;
}

h2 { /*For above the media boxes*/
color:#DFC17B;
font-size: 18px;
font-weight: 100;
padding-bottom: 3;
margin: 0;
font-variant: small-caps;
font-family: Sylfaen, Georgia, Garamond, Serif;
}

h3 {
font-size: 18px;
font-family: 'Century Gothic', 'Gill Sans MT', Tahoma, 'Sans Serif';
text-align:center;
color: #f5a9cf;
}

h4 {
margin: 0px;
padding: 0px;
font-size:16px;
font-weight: 100;
font-family: 'Century Gothic', 'Gill Sans MT', Tahoma, 'Sans Serif';
color: #FFF;
}

h5 {
padding: 0;
margin: 0;
font-size:14px;
font-family: Verdana, Tahoma, Arial, Sans Serif;
text-align:center;
color: #B7080F;
}

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

p {
font-size: 16px;
font-family: sylfaen, Georgia, Garamond, Serif;
}

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 {
font-family: 'Century Gothic', 'Gill Sans MT', Tahoma, 'Sans Serif';
color: #f5a9cf;
text-decoration: none;
}
a:hover {
font-family: 'Century Gothic', 'Gill Sans MT', Tahoma, 'Sans Serif';
color: #f5a9cf;
text-decoration: underline;
}
a:active {
font-family: 'Century Gothic', 'Gill Sans MT', Tahoma, 'Sans Serif';
color: #f5a9cf;
text-decoration: underline;
}

