@charset "utf-8";
/
body {font-size: 95%;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.35em;}

.container {width: 100%;}
.vidCol {width: 100%;}
.sidebar1 {	width: 100%;}
.content {width: 100%;}
.content2 {width: 100%;}
.content2 {width: 100%;}
.topbox {width: 100%;}
ul.nav li {
	width: 50%; 
	float:left;
}
/* padding on links is adjusted to give more room for a finger click, width is set to full the full space available and a right border is added to separate the links */
ul.nav a, ul.nav a:visited {
	padding: 5px;
	width: auto;
	border-right: solid 0px #000;
}
/* the content div is set to full width */ 

/* the left sidebar is set to full width and now appears below the content div */ 
.sidebar2 {
	clear: both;
	float: none;
	width: auto;
}
/* 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 {background: #000;
}
.header img {max-width:80%;}
.content img {max-width:100%; height:auto}
.topbox img {max-width:100%; height:auto}
.content2 img {max-width:100%; height:auto}
.sidebar2 img {max-width:100%; height:auto}