
body {
	margin: 0;
	padding: 0;
	background: #30486C;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #F8EEDE;
	}
	
/* link styling */

a:link {
  color: #CCA78D;
	text-decoration: none;
	}
	
a:visited, a:active {
  color: #EAEAEA;
	text-decoration: none;
	}

a:hover {
  color: #9FA9CC;
	text-decoration: underline;
	}
	
/* font styling*/

p {
  text-align: center;
	font-size: 12px;
	}
	
p.bio {
  text-align: justify;
	font-size: 14px;
	text-indent: 2em;
	padding-left: 175px;
	padding-right: 175px;
	}
		
p.credits {
  font-size: 9px;
	font-weight: 100;
	}
	
p.title {
  font-size: 18px;
	font-weight: 600;
	}	
	
p.sold {
  color: #EB8C00;
	font-weight: 600;
	font-size: 15px;
	}
		
/* div boxes */

#pageLeft {
  position: absolute;
	top: 0px;
	left: 0px;
	background: url(bannerleft_monk.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 550px;
	border: none;
	padding-right: 50px;
	}

#pageLeftPlain {
  position: absolute;
	top: 0px;
	left: 0px;
  background: transparent url(bannerleft_plain.gif);
	background-repeat: no-repeat;	
	border: none;
	width: 175px;
	height: 550px;
	border: none;
  padding-right: 50px;
	}	
	
#pageHeaderName {
  position: absolute;
	left: 175px;
	top: 0px;
  background: transparent url(erikbanner.gif);
	background-repeat: no-repeat;
	border: none;
	width: 700px;
	height: 130px;
	padding-bottom: 50px; 
	}	

#content {
  padding-top: 155px;
  padding-left: 50px;
  background: #30486C;
	text-align: center;
	border: none;
	height: 1024px;
	width: 875px;
	}