/* The spacer in the site*/
.head_spacer {
	height:47px;
	width:100%;
	background:url(images/content-BG.gif) repeat-x;
}


/* Generic tound box on the site*/
.round_box {
	width: 460px;
	margin: 20px auto 0 auto;
	background: url(images/snippet-middle.png) repeat-y;
}
.round_box h1, .round_box h1 a, .round_box h1 a:visited, .round_box h1 a:hover {
	color:#FFF;
	padding:8px 0px 0px 5px;
	z-index:9999;
	text-decoration:none;

}
.round_box h2 {
	padding:10px 0px 0px 110px;
	margin:0px -2px 0px 2px;
}
.round_box p {
	padding:10px 10px 0px 120px;
}
.round_box img {
	padding:10px 0px 0px 5px;
	margin:0px;
}
.round_box table {
	padding:10px 0px 0px 120px;
}

.round_box ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.round_box li {
	padding:10px 0px 0px 90px;
	list-style:none;
}


.round_box_bottom {
	background: url(images/round_box_bottom.png) top left no-repeat;
	height:9px;
	width:460px;
	z-index:9999;
	margin:0px 0px 0px 0px;
	clear:both;
}

/* The colour box on the website*/
.round_box_red {
height:35px;
	/*min-height:35px;*/
	background: url(images/bg_round-box-top.png) top left no-repeat;
}
.round_box_blue {
	height:35px;
	background: url(images/bg_round-box-top-blue.png) top left no-repeat;
}
.round_box_green {
	height:35px;
	background: url(images/bg_round-box-top-green.png) top left no-repeat;
}
