/* CSS Document  Created for Dingo Warrior*/
/*Date 06-06-2006 (revised many times since)*/
/*A wise man once said "Stick finger up bum, you end up in shit" this also applies to my code. If you use it you could end up in shit, because even i dont know how it works!!  :) */
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background-image: url(bodybg5.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  
	font: 86% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
p {
	font-size: 1.1em;
}
.pad {padding:10px;}

#goo {
		width: 160px;
		height:600px;
		position:absolute;
		top:324px;
		left:5px;
		background: url(images/google.jpg);
}
.content p {
	line-height: 130%;
}

/* footer styles */
#footer {
	padding: 5px;
	text-align:center;	
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  
	margin-top:20px;
	left: 0px;	
	width: 995px;
	height: auto;
	border-bottom:groove;
	border-top: inset;
	z-index:8;
}
/* end foot */

/* special link effects or is it affects */
.linker  {
	color:#000000;
	/*text-decoration:underline;*/
	}
a.linker:link {
	color:#000000;
	text-decoration:none;
}
a.linker:visited {
	color:#000000;
	text-decoration:none;
}
a.linker:hover {
	color:#ffffff;
	background-color: #283083;
	text-decoration:none;
}
.smalllinker  {
	font-size: 9px;
	color:#283083;
	text-decoration: none;
	}
a.smalllinker:link {
	color:#000000;
	text-decoration: none;
}
a.smalllinker:visited {
	color:#000000;
	text-decoration:underline;
}
a.smalllinker:hover {
	color:#ffffff;
	background-color: #283083;
	text-decoration:underline;
}
/*table effects*/
#table1 td {
	padding: 0.3em 1.5em;
	}
.odd td {
	background: white;
	}
.even td {
	background: #f0f0ff;
	}


