@charset "UTF-8";
/* CSS Document */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
.vwhead {
	background-color:#F26E38;
	font-family: 'Loved by the King', cursive;
	text-align:center;
	padding-top:8px;
	padding-bottom:4px;
	width:100%;
	height:auto;
}
.vwfoot {
	background-color:#4469B2;
	font-family:"Comic Sans MS", sans-serif;
	font-style:italic;
	font-weight:200;
	line-height:26px;
	color:#FFFF66;
	font-size:18px;
	padding-top:10px;
	padding-bottom:20px;
	width:100%;
	height:auto;
}
.vwhead2 {
	background-color:#F37039;
	background-image:url(../images/topstripe.png);
	width:100%;
	height:23px;
}
.vwfoot2 {
	background-color:#FFE73D;
	ont-family:"Comic Sans MS", sans-serif;
	font-weight:300;
	font-size:16px;
	background-image:url(../images/bottomstripe2.png);
	
	width:100%;
	height:30px;
	color: #000000;
}
.vwbody{
		background-color:#FFF;

}
#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	font-family:"Comic Sans MS", sans-serif;
	font-style:italic;
	font-weight:200;
	color:#000000;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

