@charset "UTF-8";
/* CSS Document */
* { margin: 0;
	padding: 0;}
	
html * {max-height:1000000px;}
/*script to disable font boosting on Chrome */
body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	font: 100%/1.6 "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
	color: #333;
	
	}

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;}

a img {border: none; }

a.block {
    text-decoration:none;
    display:block;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

p {font-size: 240%; padding-top:5px; }

h1  {font-size: 240%;padding-top:5px;} 

h2 {font-size: 240%; padding-top:5px;}



#container {width: 900px; height:950px;}

#left-column{float:left; width:400px; height:850px; background-color:#333; overflow:scroll;}

#right-column h1  {margin:0px 0px 0px 0px; color:#fff; font-size: 300%;}
#right-column h2  {margin:0px 0px 60px 0px;  color:#999; font-style: italic; font-size: 200%;}
#right-column h3  {margin:5px 0px 0px 0px;  color:#999;font-size: 240%; }
#right-column p  { color:#fff; margin:5px 0px 40px 0px;}

#right-column{float:left; width:420px; height:770px; background-color:#333; overflow:scroll; padding:40px; }

.single-column{float:left; width:900px; height:850px; background-color:#999; overflow:scroll;}

.left-menu-item{float:left; width:320px; height:60px; background-color:#CCC;border-bottom: medium solid #333; padding:20px 40px 0px 40px;}

.top{float:left; width:900px; height:50px;  background-color:#CCC;}

.top-left{float:left; width:380px; height:45px;  padding:0px 0px 0px 20px; background-image: url("../../images/hatch2.png");}

.top-right{float:left; width:460px; height:45px;  padding:5px 0px 0px 40px;background-color:#CCC;}

.scroll-down{float:left; width:360px; height:45px;  padding:5px 0px 0px 40px;background-color:#CCC;}

.scroll-down2{float:left; width:460px; height:45px;  padding:5px 0px 0px 40px;background-color:#CCC;}

.menu-box{float:left; width:420px; height:580px; background-color:#333; margin:20px 0px 0px 20px;}

.menu-box h1{ margin:5px 0px 0px 20px; color:#CCC;font-size: 240%;}
.menu-box h1 a{ color:#CCC;}

.menu-box h3 {font-size: 200%; font-style: italic;color:#fff;margin:0px 0px 0px 20px;}
.image{float:left; margin-bottom:20px;}
.image2{float:left; margin:0px 20px 20px 0px;}




	
	
	