/* Set the global background and font size */
body {
	background-image: url("../images/page_background.png");
	background-repeat: repeat-x;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:14px;
	color:#c1ebf9;
	background-color: #1786db;

}

h4 {
color: #7cbae6;
font-size: .8em;
}

strong,b {
font-weight:bold;
}
em {
font-style: italic;
}


/* Fix the weird 4px margin in ie6
	Luckily ie ignore the important tag (stupid))
*/
#bd {
	margin-top:0px !important;
	margin-top:-4px;

}

/* generic formatting */


p {
	color:#c1ebf9;
	font-size:1em;
	line-height: 1.5em;
}

ul {
	color:#c1ebf9;
}

li {
	padding:2px;
	list-style: square;
	margin-left:16px;
}


#hd {
	height:108px;
}


/* ie cant handle floats so put a clear under the navigation */
.clear {
width:100%;
clear:both;
}
#centre_bar p {

margin-right:0px;

}
