body {
	margin: 0 auto;
	height: 100%;
	background-image: url(../images/diagonal_bg.gif);
}

img {
	border-style: none;
}

#kb_wrapper {
	width: 895px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border-bottom: 1px solid #ccc;
}

#kb_header {
	
	height: 75px;
	margin-bottom: 0px;
}

#kb_navi {

	
	background: #fff url(http://www.hydrostore.com/knowledge/client/skin/view_default/Revo/images/nav_bg.jpg) no-repeat;
	height: 60px;
	padding: 15px;
	
	font-size: 1.2em;
}

#kb_content {
	height: 100%;
	padding: 15px;
	background-color: #fff;
}

table {

	padding: 0px;
	margin: 0px;
}

tr {
	width: 800px;
}

a:link {
	color: #666;
	text-decoration: none;
	}
 
a:visited {
	color: #20659b;
	text-decoration: none;
	}



a:hover {
	color: #20659b;
	text-decoration: underline;
}

