html  {  
     _height: 100%;     
     _overflow: auto;
 overflow-y:scroll;
  }
 body  {  
	     height:100%; 
    min-height:100%;   
     _overflow: auto;
	 margin-bottom: 0px;
	  }
div#footer  {  
    width: 100%;  
    color: #FFF;  
    position: fixed;  
    bottom:0;  
    left:0;  
	text-align:center;
	font-size: 0px;
line-height: 0px;

} 

div#main  {  
margin:10px 30px 180px 32px;
} 
body > #h-main{ 
    height:auto; 
}
div#main img  {  
border:0;
}
div#m-body img  {  
margin:0 3px 3px 3px;
border:0;
text-align:left;
}
div#m-body hr  {
  border: 0 none;
  height: 1px;
  color: #d3d4c4; /* for WinIE/MacIE */
  background-color: #d3d4c4; /* for Mozilla */
  } 
a {color:#666666;text-decoration:none;font-weight:normal;}
a:link {color:#666666;text-decoration:none;font-weight:normal;}
a:active {color:#666666;text-decoration:none;font-weight:normal;}
a:visited {color:#666666;text-decoration:none;font-weight:normal;}
a:hover {color:red;text-decoration:none;font-weight:normal;}
.tt {
	border-left:solid 7px #CCCCCC;
	padding-left:5px;
	font-size: x-large;
	font-weight: bold;
	text-decoration:none;
	color:#666666;
}
.entry{
	font-size:small;
	font-weight:normal;
	color:#666666;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#blog-body
	{          float: left;
	width: 400px;
         }
#blog-menu
	{          float: right;
	list-style-type : none;
          width: 200px;
		  font-size:small;
	}
#blog-menu1
	{ padding:10px;}	  
#clear
	{
		  clear : both;}

