@charset "utf-8";

.container {
	width: 768px;
	background: #000;}
.topbox {
	width: 768px;}
.content {width: 308px;}
.vidCol {width: 250px;}
.content2 {width: 580px;}
.sidebar2 {width: 290px;}
.header {top: -200px;}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.35em;
}
/* this rule insures that images floated with the .fltrt and .fltlft styles are resized to allow room for text to float around them */
img.fltrt, img.fltlft {
	max-width: 50%;
	height: auto;
}
.header img {max-width:80%;}
.content img {max-width:100%; height:auto}
.content2 img {max-width:100%; height:auto}
.sidebar2 img {max-width:100%; height:auto}