/* CSS Document */
HTML, BODY{
	height:95%;
}
.kwholder{
	
	height:130px;
	width:130px;
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	background-repeat:no-repeat;
	background-color:white;
	background-position:center;
}
.kwholder IMG{
	border:1px solid #EEEEEE
}
Body{
	background-color:#372B1C;
	margin:0px;
	font-size:13px;
	text-align:center;
	
}
.outerTable{
	border:1px solid  #666666;
}
#mycontent{
	position:relative;
	width:1024px;
	height:630px;
}
#mycontent DIV{
	text-align:left;
}
#mycontent INPUT{
	background-color:#dfd5ba;
	border:0px;
	width:100%;
	height:100%;
	font-size:12px;
}
#mycontent TEXTAREA{
	background-color:#dfd5ba;
	border:0px;
	width:100%;
	height:130px;
	font-size:12px;
}
UL.admin LI{
	display:inline; 
	margin-right:10px;
}
