  body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#leftpanel {
		float: left;
		position: relative;
		top: 6px;
		padding-top:5px;
		width:150px;
		
		background:#eee;
		
		}
  #mainmenu {
    
  }
  
 #sponsored {
    
    text-align:center;
    margin-top: 10px;
  }

	#content {
	  /* margin: 0px 25% 0 165px; */
	  margin-left: 160px;
   	margin-right: 0px;
   	margin-top: 10px;
   	background:#fff;
		

		}

#submenu {
		float:right;
  	width: 250px;
   	padding: 3px;
		width:175px;
		background:#eee;
}
		
	
	
	#header {
	
		background-image: url(/images/lotus_top.jpg);
		color: white;
		height:150px;
		text-align:center;
		vertical-align: middle;
		
		}
		
	html>body #header {
		height:150px;
		}
		
		
	#header #logo {
		
		float:left;
		margin:0px;
		padding:0px;
		width:150px;
		height:150px;
		background:white;
		}
		
  #footer {
	  position: relative;
		top: 15px;
	  text-align: left;
	  border-top:1px solid;
		height:80px;
		clear:both;
		}
		
	  html>body #footer {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:18px;
		padding-top:10px;
		}
		
	#header h1 {
		font-size:24px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#mainmenu p {
		
	}
	
	
.menu, .menuactive {
	
}

.menuactive {
	font-weight: bold;
}

.submenu, .submenuactive {
	font-size: 13px;
	margin: 8px;

}

.submenuactive {
	font-weight: bold;
}

.admin {
  background: #fc1;
}
.builder {
  background: lightblue;
}
a {
	
	text-decoration: none;
}

a:hover {
	
	background: blue;
	color: white;
}

form.blogin {
  
  
  font : 10px/10px verdana, geneva, helvetica;
}
span.blogin {
 border : 1px dashed #eee;
}
input.blogin {
  border : 0px;
  border-bottom: 1px dashed #000;
}

input.bsub {
  background-color : #eee;
  color : #000;
  font : bold 10px/10px verdana, geneva, helvetica;
  border : 1px solid #000;
}


div.todoitem {
 border : 1px dashed #000;
 padding : 1px;
}

div.completetodoitem {
 border : 1px dashed #000;
 padding : 1px;
 color : black;
 background-color : lightblue;
}

div.todoinfo {
  background-color : #eee;
  color : black;
  float : right;
  width : 300px;
  padding : 2px;
}
div.todoinfohigh {
  background-color : #fc1;
  color : black;
  float : right;
  width : 300px;
  padding : 2px;
}