body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #5a471c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.brown {

color:#5a471c;

}
h2 {
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-left: 10px;
}

.navigation {
	background-image: url(images/pageHeader.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
}

.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #89cbdf;
	border-bottom-color: #89cbdf;
	border-left-color: #89cbdf;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #89cbdf;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #89cbdf;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #89cbdf;
	padding-left: 10px;
	margin-top: 0px;
}
.content p {
	padding-right: 10px;
	padding-left: 15px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
a {
	color: #aee376;
	text-decoration: none;
}

a:hover {
	color: #aee376;
	text-decoration: underline;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #89cbdf;
	clear: both;
}
.content img {
	border: 1px solid #000000;
}
.fltR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: .75em;
}

.fltLinivisi {
	float: left;
	margin: 0px;
	position: relative;
	z-index: 3;
}
.navigation img{
	border:0;
	
}

.theArtist p {
	width: 145px;
	text-align: left;
	font-size: .85em;
	margin-top: 5px;
}




.artTable {
	margin-right: auto;
	margin-left: auto;
}

.artTable a{
	text-decoration: none;


}

.artTable a:hover{
	text-decoration: none;


}



.sponsor img {
	/*border: 1px dashed #89cbdf;*/
	border: 0px;
}
input {
	border: 1px dashed #89cbdf;
	color: #000000;
}

#emailForm {
width: 400px;
margin-left: 20px;
text-align: left;
}

