 /* Main Text Definitions */
 
 
 body {
 color: #404040;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 75%;
 margin: 0;
 background:#ffffff;
}


h1 {
  color: #ffffff;
 font-weight: normal;
 font-size: 150%;
 margin: 0px 0px 10px 0px;
 line-height: 22px;
}

h2 {
color: #f0181a;
font-weight: bold;
font-size: 120%;
 margin: 15px 0px 5px 0px;
}

h3 {
color: #ffffff;
font-weight: bold;
font-size: 120%;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}


a img {
 border: 0;
}

a { 
 color: #7c7370;
 text-decoration: none;
}
a:hover { 
 color: #f0181a;
 text-decoration: none;
}

.red_text{
color: #f0181a;
font-weight: bold;
font-size: 120%;
}

.red_text_normal{
color: #f0181a;
font-weight: bold;

}


.white_text{
color: #ffffff;
font-weight: bold;
font-size: 120%;
}

.border{
border-bottom: 1px dotted #dedede;
}

hr{
color: #747474;
height: 1px;
}

.clear{
clear:both;
}

.emph{
font-weight: bold;
font-size: 130%;
}


/************ CONTAINER **************/


#outer_container{
width: 920px;
margin: auto;
padding: 200px 0px 0px 30px;
background:   url("../images/holding_bg.jpg") top no-repeat #08080a;
}

#inner_container{
}


#content{
width: 810px;
padding: 20px 40px 40px 40px;
color: #ffffff;
line-height: 18px;
}

div.feature{
clear:both;
padding-bottom: 20px;
}

/*****videos*****/

div.video_left{
float: left;
width: 620px;
}

div.video_container{
margin-top: 20px;
}

