body {
	background: #000;
	color: #fff;
	font-size: 13px;
	height: auto;
	padding-bottom: 20px;
	line-height: 21px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
	text-align: left;
	padding-top: 50px;
}

h2 {
  padding-top: 20px;
}

p {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 0;
}

.badge {
	width: 80px;
	height: 80px;
	display:block;
	background-color: transparent;
	background-image: url(../images/aw-badge.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	margin-right: 25px;
	margin-top: -50px;
}

.badge:hover {
	background-image: url(../images/aw-badge-hov.png);
}

.vid {float:right;
height:160px;
margin:0;
padding:10px;
}

.container_12,
.container_16,
.container_24 {
  background-color: #000;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}

.grid_7 ul {
	display: block;
	width: 250px;
	height: 40px;
list-style-type: none;
margin-left: 0px;
}

.grid_7 ul li{
	float: left;
	padding: 2px;
	margin: 0;
}