@charset "UTF-8";
/* CSS Document */

body {
margin:0;
background-image:url(scout_honor_bg_new.jpg);
background-color:#000000;
background-repeat: no-repeat;
background-position: top center;
width: 100%;
position: fixed;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #EB7C00}   /* mouse over link */
a:active {color: #000000}   /* selected link */

#container {
height:650px;
width:840px;
margin:55px auto 0px auto;/*
background-image:url(scout_honor_bg_new_sml_n.jpg);*/
clear:both;
}

#vid {
width:700px;
margin-left:41px;
position:relative;
clear:both;
}

.headline {
width:700px;
margin-top:15px;
margin-left:41px;
font: 25px Helvetica, Arial, sans-serif;
font-weight:bold;
color:#FF6600;
text-align:right;
}
.headline a {
	color: #FF6600;
}
.headline a {
	text-decoration: none;
}
.headline a:hover {
	color: #EB7C00;
}

.contact {
width:700px;
margin-top:5px;
margin-left:41px;
font: 14px Helvetica, Arial, sans-serif;
font-weight:medium;
color:#000000;
text-align:right;
}

.copy {
width:700px;
margin-top:5px;
margin-left:41px;
font: 11px Helvetica, Arial, sans-serif;
font-weight:normal;
color:#000000;
line-height:150%;
text-align:right;
}
