/* CSS Document */

* {
margin:0px;
}

body {
	background-image:url("../images/interface/exhibition_bg.gif");
	background-repeat:repeat-y;
	background-color:#B0B0B0;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
}

#artistlinks{
float:left;
width:323px;
margin-top:20px;
}


#craftlinks {
float:left;
width:323px;
margin-top:20px;
margin-right: 70px;
}

.linkstext {
	padding-bottom:10px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}

.linkstext p {
	padding-top:15px;
}
 
 
.linkstext a {
	/*letter-spacing:.1em;*/
	color:#ffffff;
	text-decoration:none;
	margin-bottom: 1em;
}


.linkstitle h1 {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	font-size:1.3em;
	font-family:  Arial, Helvetica, "Lucida Grande", Verdana, sans-serif;
	padding-bottom: .2em;
}

