.logme{
				background: url(http://greatwebsites.co.uk/images/1px.jpg?wod-index-from-screen2-css);
				font-family: Arial;
				font-size: 18px;
}
P { font-family: Arial;}

BODY {
			background: White;
			background-repeat: repeat-x;
		  max-width:1100px;
		  
}

.rightcol {
	float:right;
	position:static;
	text-align: center;
	background: rgb(206,251,193);
	background-repeat: repeat;
	height:600px;
	width: 230px;
	z-index:5;
	padding-top:2px;  
	padding-right:2px; 
	padding-bottom:2px;
	padding-left:0px; 
}

.fullwideincright {
	width:880px; 
	background:rgb(206,251,193);
	position:absolute;
	left:6px;
	min-width:850px;
	min-height:600px;
	max-width:950px;
	margin:0 auto;
	margin-left:2px;
	text-align: left;
	z-index:3;
	padding-top:0px;
	padding-right:2px;
	padding-bottom:0px;
	padding-left:2px;
	}

	.vline {
		float:left;width:2px;height:1500px;background:white;padding-left:0px;;
	
	}
	
	.head{
		position:static;
		top:0px;
		text-align:top;
		background:rgb(206,251,193);
		height:100px;
		width:100%;
		margin: 0 0 0 0;
		z-index:5;
	}
	
	.foot{
		position:absolute;
		top:630px;
		text-align:bottom;
		background:rgb(206,251,193);
		height:80px;
		width:650px;
		margin: 0 0 0 220px;
		z-index:5;
	
	}
	
A {

		color: DarkGreen;
	}
	

h3 {
	font-family:arial;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	background-color: rgb(206,251,193);
	}
/* IE margin prob hack - this style only works in IE*/	
* html h3 {
	margin:10px 10px 0px 5px;
	}
	

	
h4 {
	font-family:arial;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	background-color: rgb(206,251,193);
	}	

.tabs {
position: relative;
height: 30px;
background-color: #000;
color: rgb(0,0,0);
border-color: rgb(0,0,0);
border-width: 1px;
border-style: solid;
padding: 0 0 0 0;
margin: 0 0 0px 0;
}

.tabs a, .tabs a:visited {
position: relative;
margin-left:50px;
width: 150px;
background-color: #000;
color: rgb(255,255,255);
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 19px;
text-indent: 0;
text-align: center;
padding: 0 0 0px 0;
border-color: #eed;
border-width: 0 0 1px 0;
border-style: none none solid none;
}

.tabs a:hover{
position: relative;
margin-left:50px;
width: 150px;
background-color: #ccf;
color: rgb(0,0,0);
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 19px;
text-indent: 0;
text-align: center;
padding: 0 0 0 0;
border-color: rgb(0,0,0);
border-width: 0 0 1px 0;
border-style: none none dotted none;
}
	
/* extra bits */

	.gadsense {
	float:right;
	background:rgb(206,251,193);
	height:600px;
	width: 160px;
	z-index:5;
	padding-top:2px;  
	padding-right:2px; 
	padding-bottom:2px;
	padding-left:0px; 
	}
