body, html {padding: 10px;background-attachment: fixed;}

p, h1, h2, h2, h3, h4, h5, h6, ul {
  padding: 5px;
}

a {
  color: #fff;
}

a:hover {
  color: #ff0000;
}

#artbody {
	
	
}

.clear {clear: both; overflow: hidden; height: 0px;}

.left {
	float: left;
}

.shadow {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url('/template/images/shadow-grid.gif') repeat;
}

/* ie6 ignores this selector */
html>body .shadow {
	margin: 10px -10px -10px 10px;
	background: url('/template/images/shadow.png') right bottom no-repeat;
}

/* shadow corners */
.shadowBefore,.shadowAfter {
  display: block;
  width: 10px;
	height: 10px;
	background: url('/template/images/shadow.png');
}

* html .shadowBefore,* html .shadowAfter {display: none;}

.shadowBefore {
  position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.shadowAfter {
  margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.shadow .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .shadow .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}

.wrap {width: 708px;margin: auto;}
.artPage {
	position: relative;
	width: 708px;
	background: url('/template/images/body.mid.gif') top left repeat-y;
}

#pageTop {
	height: 11px;
	background: url('/template/images/body.top.gif') top left repeat-y;
	overflow: hidden;
}

#pageMid {
	padding: 0 10px 0 10px;
}

#pageBot {
	height: 10px;
	background: url('/template/images/body.bot.gif') top left repeat-y;
	overflow: hidden;
}

#artsNav {
	width: 192px;
	height: 100%;
	z-index: 20;
}

#pCont {
	width: 420px;
	margin-left: 19px;
	background: #393939;
}

* HTML pcont {
	width:440px;
}

#pCont #pageContent {
	padding-left: 12px;
	color: #fff;
}

.demoTitle {
	margin-left: 18px;
}

#lwatermark {
	position: absolute;
	height: 231px;
	width: 192px;
	bottom: 10px;
	left: 10px;
	z-index: 10;
	background: #0a9156;
}

.default_10 {
	position: relative;
	z-index: 20;
}

.disp, #w3Logos {
	width: 702px;margin: auto;
	color: #fff;
	text-align: right;
	padding-bottom: 3px;
}

#w3Logos {
	margin-top: -5px;
}

.disp #display a,.disp #display {color: #fff;}

.wide {
  width: 780px;
  min-height: 600px;
  margin: 20px auto;
  background: #ffffff;
  border: 6px solid #999966;
  color: #000;
}

.wide a {color: #000}

.wide li {list-style: none;}

.border {
  border: 3px solid #D7D7B0;
  min-height: 600px;
}

.wideHeader {
  height: 75px;
  background: url('/template/images/banner.jpg') bottom right;
}





