body {
  margin: 0px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  background: #333333;
}

h1 {
	font-weight: normal;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #CCCCCC;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
}

#header-top {
  height: 34px;
  background: #333333;
  border-bottom: 1px solid #575757;
}

#social-media {
  line-height: 34px;
  text-align: right;
}

#social-media img {
  vertical-align: middle;
}

#header-bottom {
  height: 130px;
  background: #000000;
}

#header-left {
  float: left;
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
}

#header-right {
  float: right;
  padding: 40px 0px;
}

#navigation {
  height: 48px;
}

#content {
  background: #000000;
}

#footer {
}

#footer-outer {
}

#footer-inner {
  padding: 15px 10px;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 22px;
}

#footer-left {
  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

#footer-inner a {
  color: #CCCCCC;
  text-decoration: none;
}

#footer-inner a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer-inner span.powered-by,
#footer-inner span.powered-by a,
#footer-inner span.powered-by a:hover {
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Misc Styles */
