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

a:link{
color:#000000;
text-decoration:none;
}

a:visited{
color:#000000;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:underline;
}

a:active{
color:#000000;
text-decoration:none;
}


body,html {
    margin:0px;
    padding:0px;
    height:100%;/* Allows fullscreen flash in internet explorer and opera */
	}

body{
padding:0px;
margin:0px;
font-family:Verdana;
font-size:11px;
line-height:14px;
}

.left_container {
	position:fixed;
	overflow:auto;
	width:191px;
	margin: 0 0 0 40px;
	
	height: 100%;/*helps it scroll*/
	}
	
.right_container {
	padding:0px;
	position:absolute;/*makes it work in ie*/
	height: 100%;/*unecessary?*/
    margin: 0 0 0 250px;
	}
	
.scale_container {
	width:100%;
	height:100%;
	overflow:hidden;/*hides the scrollbar of the intro animation in internet explorer*/
}
	
div.description{
width:600px;
}