body {
font-family:Georgia, sans-serif;
font-size:16px;
background-repeat:no-repeat;
background-attachment: fixed;
background-color:#999999;
}


 .floatleft{
     float:left;

     margin-left: 10px;
       	height:100%;
}

     
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


.floatright{
float:left;
  width:600px;
  	height:100%;

 }
 
 .wrap{
 width:950px;
	margin-left: auto ;
  margin-right: auto ; 
  margin-top: -8px;
	min-height: 100%;
        height:     auto !important;
        height:     100%;
  }
  

 .neutral{
   color:#6699CC;
 }
 .active{
   color:white;
 }
  .inactive{

   color:#6699CC;
 }
 .onWhite{
    color:blue;
 }
 .sidebar{
 	background-color:black;
 	height:100%;
	background-image:url("https://geneheyman.com/Images/addictionfade.jpg");
	background-repeat:no-repeat;
	vertical-align:top;
	font-family: Georgia, sans-serif;
	font-size: 12px;

 }
 .topbar{
background-color:#003366;
width:600px;
height:100px;
 }
 .blog{
 	font-family: Georgia, sans-serif;
  	background-color:#CCCCCC;
  	border: 1px solid black;
	width:600px;
	margin-bottom: 0px;

 }
 
 .blog A:visited {text-decoration: none; color:#6699CC;}
.blog A:hover {text-decoration: none;; color: #003366;}
 
 .outlinedimg{
 border-width:2px;
	border-style:solid;
	border-color:#003366;

	}
     
.menu { 
	padding:0; 
	margin:0; 
	font-family: Georgia, sans-serif;


	#background-color:black;
	} 
.menu li { 
	list-style-type:none; 
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	
	
	} 
.menu a, .menu a:visited {
  display:block;
  width:15em;
  border:0px solid #808;
  text-align: right;
  padding: .25em;
  text-decoration: none;
  }
  
 .sidebar a{
   
color:#FF33333;
 }
  
  #menu a, #menu a:visited {
  display:block;
  width:15em;
  border:0px solid #808;
  text-align: right;
  padding: .25em;
  text-decoration: none;
  }
 table{
 	
    # -moz-border-radius: 15px;
	#border-radius: 15px;
	padding:10px;
 }
  td{
  vertical-align:top;
  height:100%;
  }
 
 A:link {text-decoration: none; color:#6699CC;}
A:hover {text-decoration: nounderline; color: #003366;}
	
html {min-height: 100%;}