@charset "utf-8";
body {
	font: 11px Georgia, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	color: #000000;
}




}
#mainContent {
width:500px;

}
#mainContent a {
color:#ff0000;
text-decoration:underline;
}
#mainContent a:hover{
color:#999999;

}
h3{
	font-size:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
h2 {
font-size:14px;
padding: 0px 0;
}

#artDisplay img {
padding-top: 20px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bigButton {
color: #000000;
text-align:center;
width:150px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	background-color:#ffffff;
	border: 1px solid #000000;

}
.bigButton:hover {
color:#FFFFFF;
border: 1px solid #ff0000;
background-color:#ff0000;
}