/* Guru Guide style sheet
Author: Jonathan Morgan
Author URI: http://www.lookscankill.org */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
}
A:link {text-decoration: none; color:#888888}
A:visited {text-decoration: none; color:#888888}
A:active {text-decoration: none; color:#888888}
A:hover {text-decoration: underline; color: color:#888888;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}
.pagepic {
	position:relative;
	margin: 30px 0 15px 0; 
}
.gurubox {
	float:left;
	width:105px;
	border:none;
	margin: 30px 60px 15px 20px;
	text-height: 2px;
}
.gurutitle {
	float:left;
	width:105px;
	height:20px;
	border:none;
	margin: 0 0 5px 0;
	padding-bottom:10px;
	text-height: 0px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.gurudesc {
	float:left;
	width:110px;
	padding-top:10px;
	border:none;
	text-height: 2px;
}
.navigate {
	position:absolute;
	top:434px;
	left:0px;
	width:400px;
	border:none;
	margin: 0 20px 15px 20px;
	font-weight:800;
	text-decoration:none;
	text-transform:none;
	
}	
