body {
background: #000;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFF;
}

#page {
width: 960px;
min-height: 560px;
margin: 0 auto;
background: url(../images/page-tpl-bg.jpg) no-repeat;
}

#container-masthead {
height: 290px;
}

#container-masthead img#logo {
margin: 110px 0 0 0;
}

#content {
width: 442px;
margin: 0 0 0 250px;
}

#content .content-title,
#content .content-content {
border-bottom: solid 3px #b7b2bc;
}

#content h3 {
font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
font-weight: 400;
margin: 10px 0 10px 0;
font-size: 26px;
}

#content h4 {
font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
font-weight: 400;
margin: 10px 0 10px 0;
font-size: 23px;
text-align: right;
}

#content p {
font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
font-weight: 300;
margin: 10px 0 10px 0;
font-size: 25px;
line-height: 28px;
color: #d3d1d4;
}

#content span.yellow {
color: #a99f2d;
}

#content h4 a {
color: #FFF;
text-decoration: none;
}
#content h4 a:hover {
text-decoration: underline;
}



