@charset "UTF-8";
/* CSS Document */

#container {
	width: 800px;
	overflow: hidden;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Helvetica Neue", "Helvetica Neue Light";
}#navigation {
	background-color: #DDD;
	height: 22px;
	width: 800px;
}
#navigation_text {
	width: 800px;
	font-size: 18px;
	font-family: "Helvetica Neue", "Helvetica Neue Light";
	height: 18px;
	letter-spacing: 2px;
	font-weight: 200;
	color: #EEE;
}
#contend {
	width: 800px;
}
#contend_text {
	width: 800px;
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #888;
}
.contend_text_bold {
	font-weight: bold;
}
.contend_text_bold_two {
	font-weight: bold;
	color: #C96;
}
.infolink:link {
	color: #EEE;
	text-decoration: none;
	background-color: #777;
}
.infolink:visited {
	text-decoration: none;
	color: #EEE;
	background-color: #777;
}
.infolink:hover {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.infolink:active {
	text-decoration: none;
	color: #FFF;
	background-color: #777;
}
.musiclink:link {
	color: #EEE;
	text-decoration: none;
	background-color: #888;
}
.musiclink:visited {
	text-decoration: none;
	color: #EEE;
	background-color: #888;
}
.musiclink:hover {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.musiclink:active {
	text-decoration: none;
	color: #EEE;
	background-color: #888;
}
.artlink:link {
	color: #EEE;
	text-decoration: none;
	background-color: #AAA;
}
.artlink:visited {
	text-decoration: none;
	color: #EEE;
	background-color: #AAA;
}
.artlink:hover {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.artlink:active {
	text-decoration: none;
	color: #EEE;
	background-color: #AAA;
}
.worklink:link {
	color: #EEE;
	text-decoration: none;
	background-color: #BBB;
}
.worklink:visited {
	text-decoration: none;
	color: #EEE;
	background-color: #BBB;
}
.worklink:hover {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.worklink:active {
	text-decoration: none;
	color: #FFF;
	background-color: #BBB;
}
.textlinka:link {
	color: #369;
	text-decoration: none;
}
.textlinka:visited {
	text-decoration: none;
	color: #369;
}
.textlinka:hover {
	text-decoration: none;
	color: #000;
}
.textlinka:active {
	text-decoration: none;
	color: #369;
}
.textlinkb:link {
	color: #969;
	text-decoration: none;
}
.textlinkb:visited {
	text-decoration: none;
	color: #969;
}
.textlinkb:hover {
	text-decoration: none;
	color: #000;
}
.textlinkb:active {
	text-decoration: none;
	color: #969;
}
.nonelink:link {
	color: #EEE;
	text-decoration: none;
	background-color: #000;
}
.nonelink:visited {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.nonelink:hover {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
.nonelink:active {
	text-decoration: none;
	color: #EEE;
	background-color: #000;
}
#paintings {
	width: 800px;
}
a:active, a:focus {
	outline:0;
}