/********************************************************************/
/* WCIB MARKETING - Copyright 2006 - www.wcibmarketing.co.uk - v1.0 */
/********************************************************************/

/**********************
 OVERALL LAYOUT
***********************/

body {
	font-family:  verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 13px;
}

	* html body {
		font-size: small;
	}
	
	body a:link; body a:visited {
		text-decoration: underline;
		color: #036;
	}

	body a:hover {
		color: #c00;
	}

#skiptomain {
	display: none;
}

#wrapper {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	text-align: center;
	background: #fff;
	margin-top: 35px;
}

#pagecontainer {
	width: 760px;
	background-color: #fff;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	position: absolute;
	* margin-left:expression(document.body.clientWidth < 760? "-" + parseInt(document.body.clientWidth/2) + "px": "-380px" );
}

#header {
	width: 760px;
	text-align: center;
	margin-top: 50px;
}

#header h1 {
	font-size: 1.3em;
}

#header h2 {
	font-size: 1.0em;
	font-weight: normal;
}

hr {
	color: #000;
	height: 1px;
	margin: 0px 0px 30px 0px;
}

td {
	line-height: 1.4em;
}

td.linker a:link; td.linker a:visited {
	text-decoration: underline;
	color: #036;
}

td.linker a:hover {
	color: #c00;
}

hr.footer {
	color: #000;
	height: 1px;
	margin: 30px 0px 0px 0px;
}

/**********************
 GENERIC CLASSES
***********************/

A:hover {  color: #c00; }
form.inline { 	display:inline; }
img { border: 0; }

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
div.breaker { clear: left; font-size: 0.1em; height: 1px; }
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }
