#wrapper {
	width: 1000px;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @group header and flags */

#header {
	width: 980px;
	height: 109px;
	position: relative;
}

#header ul {
	display: none;
	visibility: hidden;
}

/* @end */


/* @group navbar */

div#navbar {
	width: 980px;
	height: 40px;
	/*overflow: hidden;*/
	display: none;
	visibility: hidden;
}


/* @end */



/* @group rightcol */

#rightCol {
	float: left;
	width: 150px;
}

/* @end */

/* @group home page boxes and news */

#homeBanner {
	height: 245px;
	margin-top: 25px;
	padding: 3px;
}

/* @end */

/* @group leftcol */

#leftCol {
	width: 200px;
	float: left;
	margin-right: 30px;
}

#leftCol ul {
	display: none;
	visibility: hidden;
}


/* @end */

/* @group centrecol */

#centreCol {
	width: 410px;
	margin-right: 1cm;
	float: left;
}



#centreCol {
	width: 524px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	margin-top: 25px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#centreCol p {
	font-size: 0.9em;
}


#centreCol h3 {
	margin: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.8em;
	line-height: 1.3em;
}


#centreCol h4 {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #269aca;
	font-weight: bold;
	clear: both;
	line-height: 1.3em;
}

#centreCol h5 {
	padding-bottom: 5px;
	color: #666;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

/* @end */


/* @group footer */

#footerWrapper {
	width: 100%;
	height: 80px;
	background: url(../images/bg_footer.jpg) repeat-x 0 bottom;
	float: left;
}

#footer {
	width: 980px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	position: relative;
}

/* @end */

