@charset "utf-8";
/* CSS Document */
A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #fff;
}
A:hover {
	text-decoration: none;
	color: yellow;
}
body {
	background: #232329;
	background-image: url(images/bgpattern.gif);
	font-family: lucida, verdana, arial, sans-serif;
	font-size: 1em;
}
#artname {
	text-align: center;
}
#hzline {
	margin-left: 19px;
	width: 363px;
	line-height: 1px;
	height: 1px;
	background: #56575b;
}
#leftpattern {
	width: 15px;
	height: 510px;
	margin-left: 5px;
	margin-top: 10px;
	background: #b6b6b7;
}
#leftCol {
	position: absolute;
	width: 165px;
	height: 385px;
	margin-left: 20px;
	margin-top: 10px;
	background: #323237;
	border: 1px solid #323237;
}
#leftColBtm {
	position: absolute;
	margin-left: 20px;
	margin-top: 395px;
	width: 165px;
	height: 115px;
	background: #1f1f23;
	border: 1px solid #1f1f23;
}
#leftColBtm h4 {
	padding-top: 5px;
	padding-left: 8px;
	font-size: .6em;
	color: #fff;
	text-transform: uppercase;
}
#disclaimer {
	padding-left: 10px;
	padding-right: 10px;
	color: #656565;
	font-size: .6em;
}
#rightCol {
	position: absolute;
	margin-top: 10px;
	margin-left: 200px;
	width: 180px;
	height: 385px;
	background: #2b2b30;
	border: 1px solid #2b2b30;
}
#rightColBtm {
	position: absolute;
	margin-top: 395px;
	margin-left: 200px;
	width: 180px;
	height: 115px;
	background: #201f23;
	border: 1px solid #201f23;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-transform:uppercase;
}
.menuitems {
	padding: 8px;
	background: #232329;
	margin-bottom: 2px;
}	
#welcomehdr {
	padding: 6px;
	background: #36363b;
	font-size: .6em;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
}
#RtColTxt {
	padding: 15px;
	font-size: .7em;
	color: #999;
}
#galleryhdr {
	padding: 6px;
	background: #36363b;
	font-size: .6em;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
}
#rightCol img {
	margin-left: 3px;
	margin-top: 7px;
	margin-right: 3px;
	width: 75px;
	height: 55px;
	border: 2px solid #616161;
}
.pageTitle {
	margin-top: 105px;
	text-align: center;
	font-size: 1.4em;
	color:#E5E5E5;
}