/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
/*main layout*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	margin-bottom: 1px;
	background-color: #ffffff;
}
#bg {
  height: 100%;
}
#wrapper {
	width: 1050px;
	margin: auto;
	position: relative;
}
#contentwrapper {
	width: 835px;
	margin: 0 auto;
}
#content {
	padding: 20px 0;
	line-height: 160%;
	font-size: 110%;
	min-height: 350px;
}
#content ul {
  list-style: square;
  margin-left: 20px;
}
#footer {
  float: right;
  margin: 10px 0 0 0;
  font-size: 90%;
  color: #5B5B5B;
}
/*boxes*/
.boxcontent {
  padding: 5px 15px 15px 15px;
}
.videosdqabox {
  margin: 0 auto;
  width: auto;
  border: 1px solid #d1d1d1;
  background-color: #efefef;
  background-image: url(images/boxesback.png);
  background-repeat: repeat-x;
	background-position: top;
}
.videosdqabox .videobox {
  text-align: center;
  margin-top: 15px;
}
.videosdqabox .description {
  margin-top: 10px;
}
.videosdqabox .description h4 {
  font-size: 100%;
}
.videosdqabox .description p {
  line-height: 150%;
}
.videobox {
  float: left;
  width: 200px;
}
.videobox img {
  border: 3px solid #dedede;
}
.videobox a:hover img {
	border-color: #c7c7c7;
}
.videobox h3 {
	font-size: 90%;
	line-height: 100%;
	color: #000000;
}
/*whole site styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 200%;
	color: #000000;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	line-height: 180%;
	color: #000000;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	line-height: 150%;
	color: #000000;
	margin: 5px 0;
}
h4 {
	font-size: 100%;
	line-height: 150%;
	color: #000000;
}
a:link,
a:visited,
a:active {
	color: #b22828;
	text-decoration: none;
}
a:hover {
	color: #7c0e0e;
	text-decoration: underline;
}
p {
	padding-bottom: 5px;
}
p.right {
  float: right;
  margin: 5px 0 5px 0;
}
p.spacer {
  line-height: 90%;
}
br.clear {
  clear: both;
  line-height: 0;
}
.hidden {
  display: hidden;
}
p.hidden {
  line-height: 0;
}
.bold {
  font-weight: bold;
}
.green {
  color: #1f822d;
}
.grey {
  color: #676767;
}
.violet {
  color: #7F177D;
}
