html {
	background-color: #990000;
}
body {
	background-color: #990000;
    width: 1123px;
    margin: 0 auto !important;
    padding-bottom: 40px;
}
div.title {
	text-align: center;
	color: white;
}
div.title img {
    float: left;
}
div.award {
    background-color: #fbfbfb;
    width: 583px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    color: #222;
}
div.award p {
	float: right;
    text-align: left;
    font-size: 122%;
}
div.award p span {
    display: inline-block;
    margin-top: 23px;
}
div.twitter-container {
    width: 368px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}
iframe#twitter-widget-0 {
    maxwidth: 368px !important;
    height: 300px;
}
div.video{
    max-width: 500px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    color: #fff;
}
div.video a{
	color:#FFC;
	text-decoration:none;
    line-height:120%;
}
div.video p{
    line-height:130%;
}
div.video h3{
	font-size:24px;
    line-height:120%;
}
div.cd{
    max-width: 368px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    color: #fff;
}
.cd p {
	color: #FFF !important;
}
.cd a {
	color:#FFC !important;
	text-decoration: none !important;
	line-height: 1.2 !important;
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Navigation */
.topnav {
  background-color: #520303;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ffc600;
  color: white;
}