body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div {
	overflow:hidden;
	/*text-align:justify;*/
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 13px;
	scrollbar-3dlight-color:#f9a88d;
	scrollbar-arrow-color:#ffffff;
	/*scrollbar-base-color:#f9a88d;*/
	scrollbar-darkshadow-color:#f9a88d;
	scrollbar-face-color:#f46130;
	scrollbar-highlight-color:#f46130;
	scrollbar-shadow-color:#f46130	
	
}
#homelink {
	/*background-color: red;*/
	width: 200px;
	height: 80px;
	position: absolute;
}
#container {
	z-index: 10;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;

}
#base {
	z-index: 30;
	margin-left: -426px;
	position: absolute;
	top: -289px;
	left: 50%;
	width: 852px;
	height: 642px;
	visibility: visible;	
	background-image: url(img/base.png);
	background-repeat:no-repeat;
	text-align:left;
}
#menu {
	z-index: 50;
	margin-left: -440px;
	position: absolute;
	top: 19px;
	padding-left: 0px;
	left: 50%;
	width: 881px;
	height: 20px;

}
#base_shadow {
	background-image: url(img/base_shadow.png);
	background-repeat: no-repeat;
	margin-left: -440px;
	position: absolute;
	top: 77px;
	left: 50%;
	width: 881px;
	height: 232px;
	z-index: 20;
	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled='true', sizingMethod='scale', src='img/base_shadow.png');

}
#inner_container {
	margin-left: 27px;
	margin-top: 25px;
	width: 800px;
	height: 260px;
	/*background-color:#33CC00;*/
}
#content_left {
	float: left;
	margin-top: 80px;
	width: 390px;
	height: 180px;
	overflow:auto;
	padding-right: 10px;
}
#content_left_video {
	float: left;
	margin-top: 80px;
	width: 298px;
	height: 180px;
	overflow:auto;
	padding-right: 10px;
}
#content_video {
	float: left;
	margin-top: 80px;
	width: 800px;
	height: 180px;
	overflow:auto;
	padding-right: 10px;
}
#content_full {
	float: left;
	margin-top: 20px;
	width: 800px;
	height: 240px;
	overflow:auto;
}
#content_right {
	float: left;
	margin-left: 20px;
	width: 370px;
	height: 260px;
	overflow:hidden;
	padding-right: 10px;
}
#content_right_video {
	float: left;
	margin-left: 20px;
	/*margin-top: 35px;*/
	width: 462px;
	height: 260px;
	overflow:hidden;
	padding-right: 10px;
}
#vidsel {
	display: block;
	background-color: #E22A00;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#viddesc {
	margin-top: 6px;
	font-style: italic;
}
#squirrel {
	z-index: 100;
	position: absolute;
	top: 164px;
	left: 0px;
	width: 852px;
	height: 600px;
}

a:link,a:visited,a:active {
	color: #4679d7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p.header {
	display: inline;
	font-family: Impact, Arial, Helvetica;
	font-size:12px;
	letter-spacing: 4px;
	padding-bottom: 2px;
	padding-top: 6px;
	border-bottom: 1px solid white;
}

