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

/*For IE6 Shenanigans*/
body {
	text-align: center;
	background-color: #ffe0b0;
	
	}

#wrapper{width:950px; 
height: 710px;
margin:0 auto; 
text-align:left;
background-image: url(background.jpg);
background-repeat: none; } 


/* navigation begins here */
#navlist {
margin-left: 58px;
padding-top: 240px;
width: 200px;
font-family: Arial, Helvetica, san-serif;
font-size: .9em;
text-align: left;
line-height: 16px;
font-weight: bold;
}

#navlist li {
list-style: none;
margin: 0px;
padding: 0.25em;
}

a { text-decoration: none; color: #9A500D; }

a.freshwork:hover { text-decoration: none; color: #FF9900;}

a.navlisthink:hover { text-decoration: none; color: #F3A1A0;}

a.navlistnews:hover { text-decoration: none; color: #A3B56B;}

a.navlistreviews:hover { text-decoration: none; color: #FFB300;}

a.white { text-decoration: underline; color: #FFFFFF; }
a.white:hover { text-decoration: none; color: #FFFFFF; }

p.indent {
text-indent:14px;
margin: 0px;
}

#navcontainer {
width: 200px; }

#Layer 2 {
z-index : 8;
}

#Layer 3 {
z-index : 9;
}

/* navigation ends here */



/*  Scroll bar functions begins here  */
.sContainer {
position : absolute;
width : 600px;
height : 475px;
z-index : 4;
top: 185px;
/* for all browsers */
margin-left: 300px;
}

#Scroller-1 {
	position : absolute;
	overflow : hidden;
	height : 475px;
	width : 600px;
	
}

#Scroller-1 p {
	margin : 0;
	padding : 10px 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 18pt;
	color : #9A500D;
}

.Scroller-Container {
	position : absolute;
	top : 0;
	left : 0;
	margin-left:0px;
	width: 640;
}

.Scrollbar-Track {
	width : 2px;
	height : 475px;
	position : absolute;
	top: 185px;
	margin-left : 900px;
	background-color : #757575;
	z-index: 10;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}


.Scrollbar-Handle {
	position : absolute;
	top : 0px;
	left : -2px;
	width : 8px;
	height : 80px;
	background-color : #757575;
	z-index : 1;
} 
/*  Scroll bar functions end here  */
