html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #ffffff;
	background: #313131;
	padding-top: 35px;
  font-size: .875em;
  line-height: 1.25em;
  padding-bottom: 35px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  width: 830px;
  min-height: 542px;
  margin: 0 auto;
  position: relative;
  background: #6d6d6d;
  overflow: hidden;
}
#nav {
  float: left;
  padding-left: 25px;
  width: 70px;
  padding-top: 172px;
  font-size: .857em;
}
#nav li {
    padding-bottom: 25px;
}
#content {
  float: left;
  width: 640px;
  padding-top: 20px;
    padding-bottom: 20px;
  min-height: 540px;
}
#logo {
  display: block;
  width: 473px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.vidPage #logo {
  padding-bottom: 25px;
}
#footer {
  padding-top: 10px;
  clear: both;
  font-size: .857em;
  margin: 0 auto;
  width: 815px;
  color: #6d6d6d;
  text-align: center;
}
strong {
  color: #000000;
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
