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

@font-face {
    font-family: 'aaarghnormal';
    src: url('Aaargh-webfont.eot');
    src: url('Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('Aaargh-webfont.woff2') format('woff2'),
         url('Aaargh-webfont.woff') format('woff'),
         url('Aaargh-webfont.ttf') format('truetype'),
         url('Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}



ul.a {
    list-style-type: none;
	margin: 0;
    padding: 0;
}


#danamenu {
   
    padding: 30px;
    width: 200px;
    
    text-align: left;
}

A.class1 {color:dimgray;}
A.class1:link  {text-decoration: none; color: dimgray;}
A.class1:visited {text-decoration: none; color: gray;}
A.class1:hover {text-decoration: none; color: lightgray;}
A.class1:active {text-decoration: none; color: gray;}


A.class2 {color:blue;}
A.class2:link {text-decoration: none; color: blue;}
A.class2:visited {text-decoration: none; color: blue;}
A.class2:hover {text-decoration: none; color: blue;}
A.class2:active {text-decoration: none; color: blue;}



	
#container {
    width: 1020px;
    margin: 0 auto;
}
#primary {
    float: left;
    width: 240px;
}
#thin1 {
    float: left;
    width: 15px;
}
#content {
    float: left;
	
    width: 330px;
}
#thin2 {
    float: left;
    width: 15px;
}
#secondary {
    float: left;
    width: 420px;
}

#footer {
    clear: both;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


menutext {
text-align: left;
font-family: 'aaarghnormal', Fallback, sans-serif;
   font-size: 10pt;
	   line-height: 22pt;	   
}

.headerRD {
text-align: left;
font-family: 'aaarghnormal', Fallback, sans-serif;
font-size: 14pt;
}

.artinfo {
	text-align: right;
	font-family: 'aaarghnormal', Fallback, sans-serif;
	font-size: 11px;
	font-stretch:expanded;
	line-height: 16px;
}

.detail {
	text-align: right;
	font-family: 'aaarghnormal', Fallback, sans-serif;
	font-size: 10px;
	font-stretch:expanded;
	line-height: 16px;
}
.works {
	text-align: center;
	font-family: 'aaarghnormal', Fallback, sans-serif;
	font-size: 10px;
	font-stretch:expanded;
	line-height: 16px;
}

#picture {
display: block;
   width: 21px;
   height: 21px;
   background-image: url(x.jpg);
   border: none;
   text-decoration: none;
}
#picture:hover {
   background-image: url(xlight.jpg);
}


