img {
	display: block;
}
a:link, a:visited {
	color: #c2c2c2;
	text-decoration: none;
}
body {
	font: 12px arial;
	background: #ddd;
}

form, input, textarea {
	margin: 0;
	padding: 0;
}

#main-wrapper {
	width: 900px;
	margin: 10px auto 10px auto;
	position: relative;
	overflow: hidden;
}


#header-container {
	width: 100%;
	height: 150px;
	color: white;
	position: relative;
}

#header-colorlayer {
	position: absolute;
	margin-bottom: -150px;
	width: 100%;
}

#header-container #padding {
	width: 100%;
	height: 10px;
}

#header-container #colorbox {
	height: 140px;
	background: #2c61a2; /* #a22c50, #8ebf40, #2c61a2 */
}

#header-contentlayer {
/* 	display: none; */
	position: relative;
	z-index: 10;
	background: url(images/header-black.png) no-repeat;
/*	_width: 100%;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header-black.png', sizingMethod='crop');
	_background: none;
*/
}

#header-title {
	position: relative;
	height: 80px;
	top: 35px;
	padding-left: 448px;
}

h1 {
	font-size: 1.5em;
	margin: 0;
}

#header-content-title {
	position: relative;
	font-size: 2em;
	padding-left: 30px;
	line-height: 60px;
	color: white;
	background: url(images/header-shadow.png) no-repeat;
	width: 100%;
/* 	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header-shadow.png');
	_background: none; */
	padding-top: 1px;
}

#contentwrap-bigshadow {
	width: 100%;
	color: #969696;
	position: relative;
	background: #444 url(images/pierbg.gif) 430px 0 repeat-y;
}

#bigshadow {
	position: absolute;
	z-index: 90;
	overflow: hidden;
	width: 100%;
	background: url(images/paca.jpg) 130px 0 no-repeat;
	height: 100%;
/* 	_height: expression(parentNode.offsetHeight + 'px');
 */
}

#contentwrap-piershadow {
	width: 100%;
	position: relative;
	z-index: 95;
}

#piershadow {
	overflow: hidden;
	position: absolute;
	left: 421px;
	top: -45px;
	width: 318px;
	height: 120%; /* +20% = approx. 45px at low height */
	background: url(images/piershadow.png) top left no-repeat;
/* 	_height: expression(parentNode.offsetHeight + 45 + 'px');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/piershadow.png');
*/
}

#contentwrap {
	width: 100%;
	background: url(images/pierbg.gif) 430px 0 repeat-y;
	position: relative;
	z-index: 100;
/* 	xmin-height: 490px;
	x_height: 490px; */
}

#nav {
	float: right;
	width: 125px;
	position: relative;
	z-index: 120;
	padding: 30px 0 0 30px;
	font-size: 1.4em;
	line-height: 1.5em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a:link, a:visited {
	color: #e5e5e5;
}

#nav a:hover {
/*	border-bottom: 1px dotted #888;
 	color: #e5e5e5;
 */
	text-decoration: underline;
}

#pier {
	width: 300px;
	margin-right: 15px;
	position: relative;
	top: -40px;
	z-index: 530;
	float: right;
	margin-bottom: -40px;
}

#pier-title {
	background: url(images/pier-headerBg.png);
	height: 40px;
}

#pier h3 {
	line-height: 40px;
	margin: 0;
	padding: 0 20px;
	font-size: 1.5em;
	font-weight: normal;
}

.pier-item {
	background: url(images/pier-itemBg.png);
	color: #333;
	display: table;
	height: 76px;
	border-bottom: 1px solid #444;
}

.pier-item a:link, .pier-item a:visited {
	color: #333;
}

.pier-item .wrapper1 {
	display: table-cell;
	vertical-align: middle;
/* 	_position: relative;
	_top: expression((parentNode.offsetHeight - this.offsetHeight) / 2 + 'px');
	_float: left;
*/
}

.pier-item .wrapper2 {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	width: 100%;
/* 	_position: relative;
	_top: expression((parentNode.offsetHeight - this.offsetHeight) / 2 + 'px');
	_width: expression(parentNode.offsetWidth - previousSibling.offsetWidth - 3 + 'px'); /* maybe that extra '- 3' is the 3px bug...? */
}

.pier-item .wrapper2 a {
	padding-right: 10px;
}

.pier-item h4, .pier-item-title {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
}

.pier-item p, .pier-item-date {
	margin: 0;
	font-size: .9em;
}

.pier-item img {
	padding: 2px;
	border: 1px solid #5a5a5a;
	margin: 0 10px 0 20px;
}


#content {
	width: 370px;
	position: relative;
	z-index: 120;
	padding: 30px 25px 0 30px;
/* 	_padding-bottom: 30px;
 */
	line-height: 1.5em;
}

#content img {
	padding: 4px;
	border: 1px solid #636363;
	float: left;
	margin: 0 15px 15px 0;
}

#content h3 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.3em;
}

#content img + h3 {
	padding-top: 70px;
}


#content p {
	clear: left;
	margin: 0; /* original */
	margin: 0 0 10px 0;
}

#content p a.mp3 {
	padding-left: 24px;
	background: url(images/winamp.gif) no-repeat left -1px;
}

#footer {
	clear: both;
	float: left;
	position: relative;
	z-index: 200;
	width: 100%;
}

#footer_bg {
	background: url(images/footer.png);
	width: 100%;
/* 	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png');
*/
}

#footer-wrapper {
	position: relative;
	padding-left: 30px;
	line-height: 70px;
	color: #555;
}

#footer #right {
	float: right;
	margin-right: 30px;
	font-size: .8em;
	height: 1.5em;
}

#footer a:link, #footer a:visited {
	color: #575757;
	text-transform: uppercase;
	border-bottom: 1px dotted #575757;
	position: relative; 
}

#footer #right img {
	display: inline;
	position: relative;
	top: 2px;
}


