body, html{
position:absolute; 
top:0; left:0; 
margin:0; padding:0; 
width:100%; height:100%; 
background-color:#656565;
}
#container{
width:100%; height:100%;
}
#left_nav{
position:absolute; 
top:0; left:0; 
width:350px; height:100%; 
background-color:#f4f4f4;
}
#left_nav .link{clear:both;}
#right_content{
position:absolute; 
top: 0; 
left: 350px;
right: 0;
bottom: 0;
background-color:inherit;
}
* html body{ /*IE6 hack*/
padding: 0 0 0 350px; 
background-color:#656565;
}

* html #right_content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
#flashcontent {height: 100%; width:100%;}
#text{
margin:25px; padding:0px 25px 25px 25px;
}
#text h1{
font-family:times, georgia, serif; 
font-size:1.6em; 
line-height:1.3em;
color:#c0ddea;
}	
#text h2{
font-family:times, georgia, serif; 
font-size:1.4em; 
line-height:1.2em;
color:#c0ddea;
}
#text h3{
font-family:times, georgia, serif; 
font-size:1.1em; 
line-height:1.1em;
margin-bottom:-1px;
color:#aaa501;
}
#text p, ul{
font-family:helvetica, verdana, arial, sans-serif;
font-size:.8em; 
line-height:1.1em;
color:#ececec;
}
a{
color:#89d6ff;
text-decoration:none;
}
a:hover{
	color:#e0001d;
}