@charset "utf-8";

#header-container {
	background: url(../images/bg-header.png) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 100%;
	position: relative;
}

#waccpc span {
	display: none;
}
#waccpc {
	background: url(../images/banner-CentreTitle.jpg) no-repeat;
	height: 105px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	margin: 0px auto;
	height: 175px;
	/*width: 900px;*/
	width: 800px;
	position: relative;
}
#header #waccpc-art {
	background: url(../images/banner-WACCPClogoArt.jpg) no-repeat;
	height: 175px;
	width: 154px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #waccpc-collab {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	margin-top: 110px;
	margin-left: 0px;
	position: absolute;
}
#content-container {
	background-color: #fff;
}

#content, #footer {
	margin: 0px auto;
	padding: 15px;
	/*width: 900px;*/
	width: 800px;
	/*w\idth: 870px;*/
	w\idth: 770px;
	font-size: 1.2em;
}
#footer-container {
	background: #bbb5a6;
	min-height: 15em;
}

* html #footer-container {
	height: 15em;
}
#footer {
	font-size: 1em;
	position: relative;
}
#header #waccpc-menu {
	position: absolute;
	left: 3px;
	top: 140px;
}
.clearing {
	clear: both;
	height: 0px;
}
#content-twocol #content-twocolright {
	float: right;
	width: 210px;
}
#content-twocol #content-twocolleft {
	/*width: 640px;*/
	width: 540px;
	float: left;
}
#header #waccpc-search {
	position: absolute;
	top: 70px;
	right: 170px;
}
#header #waccpc-search #waccpc-q {
	background: #FFFFFF no-repeat right center;
	border: 1px solid #FFFFFF;
	margin-right: 3px;
}
#footer #footer-logos {
	list-style: none;
	position: absolute;
	bottom: 15px;
	right: 5px;
}
#footer #footer-logos li {
	display: inline;
	margin-right: 10px;
}
#footer p, #content p {
	margin-top: 1em;
}
/*ol.showNums {
	list-style: decimal outside;
}

ol, ul {
	margin-top: 1em;
	list-style-position:outside;
}*/
.fltlft {
	float: left;
	margin-right: 0.5em;
}
.fltrgt {
	float: right;
	margin-left: 0.5em;
}
.booktitle {
	font-size: larger;
	font-weight: bold;
}.nodots {
	list-style: none;
}
.spaced li {
	margin-top: 1em;
}

