
body
{
  background: #666666 url('../img/backgrad.jpg') repeat-x;
  font-family: verdana;
  font-size: 10pt;
}

img
{
    border: 0px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-centre {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}



#contBox .fullCol {
	width: 100%;
}

#contBox .leftCol {
	width: 300px;
	float: left;
}

#contBox .rightCol {
	width: 300px;
	float: left;
	margin-left: 15px;
}

p.first {
	margin-top: 0px;
}
