@charset "utf-8";
/* CSS Document */
html,body {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/back_tile.gif);
	background-repeat: repeat;
	background-color: #2A2829;
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: black;
	scrollbar-face-color: #780000;
	scrollbar-shadow-color: #780000;
	scrollbar-highlight-color: #780000;
	scrollbar-3d-light-color: #780000;
}
#logo {
	position: absolute;
	left: 50%;
	top: 2px;
	margin-left: -78px; /* minus half the width of the movie */	
	width: 153px;
	height:101px;
}
#share {
	position: absolute;
	left: 6px;
	top: 1px;
}
#Top{
	position: absolute;	
	background-image: url(../images/top.jpg);
	width:100%;
	height:24px;
	left: 0;
}
#BottomBar {
	position: absolute;
	background-image: url(../images/bottom.jpg);
	width: 100%;
	height: 25px;
	left: 0;
	top:-25px;
	z-index: 4;
}
#twitter {
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	float:right;
	
}
#advert {
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -98px; /* minus half the width of the movie */
	width: 193px;
	height:34px;
	z-index: 5;
	
}

#Bottom{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
#htmlLnk{
	position: absolute;
	top: -15px;
	width: 100%;
	z-index: 5;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copy{
	position: absolute;
	top: -15px;
	width: 170px;
	z-index: 6;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body:nth-of-type(1) #htmlLnk{
	position: absolute;
	top: -15px;
	width: 100%;
	z-index: 7;
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}
body:nth-of-type(1) #copy{
	position: absolute;
	top: -15px;
	width: 250px;
	z-index: 8;
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}
body:nth-of-type(1) #right_nav{
	position: absolute;
	top: -45px;
	width: 100%;
	z-index: 1;
}
body:nth-of-type(1) #left_nav {
	position: absolute;
	top: -45px;
	width: 350px;
	z-index: 2;
	left:5px;
}
#left_nav {
	position: absolute;
	top: -45px;
	left:5px;
	width: 250px;
	z-index: 2;
}
#right_nav {
	position: absolute;
	top: -45px;
	width: 100%;
	z-index: 1;
}
a:link{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a: active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color: #666666;
}

