#container {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #888;
	font-size: 12px;
	font-family:century gothic, century, san serif;
	letter-spacing: 4px;
}
#wrapper {
	padding: 25px;
	margin: 0px auto 0px 0px;
	min-height: 300px;
}
#wrappercontent {
	padding: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
	min-height: 400px;
}

#leftCol {
	width: 70%;
	vertical-align: top;
	text-align: right;
}
#rigtCol {
	width: 30%;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
}

#logo {
position: relative;
margin: 10px;
float: right;
}
#top_mn { position: fixed; left: 0px; top: 0px; background: #fff; width: 100%; height: 90px; }
#nav_buttons { position: relative; float: left; left: 20px; top: 15px; }
#links { position: relative; top: 10px; left: 20px; width: 400; height: 60; }
#links a { color: #74b8de; }
#links a:hover { color: #ddd; }
#mousers { position: absolute; top: 60px; left: 20px; visibility: hidden; }
#subL { position: absolute; top: 60px; left: 20px; visibility: hidden; }

#footer {
	float: right
//	width: 800px;
	height: 25px;
	font-size: 9px;
	background: #fff;
	text-align: right;
	padding-top: 5px;
}
#footer a { font-size: 9px; color: #aaa }

a, a:link, a:visited {
	color: #888;
	text-decoration: none;
}
a:link img, a:visited img {
	border: 0px;
}
a:hover {
	color: #ddd;
}
img { padding: 0px; margin: 0px; }

#artist_item { border:3px; clear:left; width: 500px; padding: 5px;}
#arttit {
	color: #000;
	height: 20px;
	padding: 2px;
	text-decoration: none;
}
#artdit {
	color: #aaa;
	font-size: 8pt;
	clear: none;
	padding: 3px;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid black;
}
.pic {
	height: 400px;
	padding: 0px 7px 0px 7px;
	}
#section_copy {
	background: #fff;
	position: absolute;
//	float: left;
	top: 25px;
	left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 30px;
	margin-left: 0px;
	height: 420px;
	width: 240px;
	letter-spacing: 2px;
}
#section_copy a { font-size: 10px; }
leftOv { position: fixed; top: 140px; left: 0; width: 300px; height: 400px; background: #000; }
