/* CSS Document */

#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	border-left: 1px solid #661526;
	border-right: 1px solid #661526;
	background-color:#FFF;
}
#contentleft {
	width:194px;
	padding:10px 10px 10px 10px;
	float:left;
}
#contentcentre {
	width:303px;
	padding:60px 20px 10px 20px;
	float:left;
	background-image: url(images/middle_tile.gif);
}
#contentright{
	width:193px;
	padding:10px 10px 10px 9px;
	float:left;
}
#tail {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	padding:50px 0px 40px 0px;
	border-left: 1px solid #661526;
	border-right: 1px solid #661526;
	background-image: url(images/tail_dotted.gif);
	background-repeat: no-repeat;
	background-position: top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #15171D;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	color: #661526;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #661526;
}

h3 {
	font-size: 11px;
	color: #661526;
	text-align:right;
}
li {
	list-style-image: url(images/il_icon.gif);
}

.bottom {
	background-color:#FFF;
	padding:0px 0px 0px 0px;
	border-left: 1px solid #661526;
	border-right: 1px solid #661526;
	border-bottom:1px solid #661526;
}