html  { border:0; margin:0; padding:0; }
body {
	background-image: url(page-bg.gif);
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
img {
	border: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	margin-bottom: 5px;
}
.text-std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;	
}
#container-page {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#container-bg-left {
	background-image: url(page-shadow-left.gif);
	background-repeat: no-repeat;
	height: 551px;
	width: 39px;
	float: left;
	margin:0;
	padding:0;
	display: inline;
}
#container-centre {
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#pre-header {
	background-image: url(page-shadow-top.gif);
	height: 15px;
	width: 900px;
}
#container-header {
	height: 290px;
	width: 100%;
}
#breadcrumbs {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 60px;
}
#container-content {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

* html #container-content {
    \width: 840px; /* for IE5 and IE6 in quirks mode */
}

#container-footer {
	padding: 0px;
	height: 20px;
	width: 800px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-left: 65px;
	text-align: right;
	display: inline;
}
#container-bg-right {
	background-image: url(page-shadow-right.gif);
	background-repeat: no-repeat;
	height: 551px;
	width: 39px;
	float: right;
	margin:0;
	padding:0;
	display: inline;
}
#logo-placement {
	margin-top: 10px;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.repeat-none {
	background-repeat: no-repeat;
}
.repeat-x {
	background-repeat: repeat-x;
}
.repeat-y {
	background-repeat: repeat-y;
}
