div#wrap {
	margin: 10px auto;
	width: 750px;
}

div#header {
	text-align: center;
	background-image: url(../img/common/backgrounds/headers/generic1.jpg);
	background-repeat: no-repeat;
/*	background-color: #ce223a; */
	margin: 0;
/*	height: 144px; */
	height: 100px;
	padding: 10px;
	width: 730px;
}

div#priNav {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	width: 750px;
	float: left;
/*	height: 30px; */
}

div#breadcrumbs a {
	font-size: 0.97em;
	text-decoration: none;
	color: black;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

div#contentHolder {
	margin: 0;
	padding: 0;
	background-color: white;
/*	background-image: url(../img/common/backgrounds/side2.gif);
	background-position: right;
	background-repeat: repeat-y; */
	width: 100%;
}

div#content {
	margin: 0;
	padding: 0;
	background-image: url(../img/common/backgrounds/side2.gif);
	background-repeat: repeat-y;
	width: 100%;
	line-height: 1.5;
}

div#secNav {
	font-size: 0.75em;
	padding: 10px;
	width: 130px;
	float: left;
}

div#main {
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 420px;
	float: left;
}

div#main.full {
	width: 580px;
}

/* IE 6 width override */
* html div#main.full {
	width: 570px;
}

div#main img {
	float: left;
	margin: 0 1em 1em 0;
}

div#main div.right {
	float: right;
}

div#main p.right {
	text-align: right;
}

div#main p.right img {
	float: none;
	margin: 0;
}

div#main .centre {
	text-align: center;
}

div#main .centre img {
	float: none;
}

div#main .right img.right {
	margin: 0 0 1em 1em;
}

div#main .right img.right {
	margin: 0 0 1em 1em;
}

/* Ads sideBar */
div#sideBar {
	padding: 25px 0 10px 10px;
	width: 140px;
	float: right;
}

/* footer */
div#footer {
	border-top: solid #000 1px;
	background-color: #CCCCCC;
	padding: 10px;
	text-align: center;
	clear: both;
	font-size: 0.67em;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
