#left_column {
	color: #e9b032;
	font-style: italic;
	font-size: 16px;
	text-align: right;
	font-family: Times, "Times New Roman", serif;
}

#right_column {
	color: #999;
	font-size: 18px;
	font-family: Times, "Times New Roman", serif;
}

a:link {
	font-style: italic;
	color: #e9b032;
	text-decoration: none;
}

a:visited {
	font-style: italic;
	color: #e9b032;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
	font-size: 22px;
}

#contact { font-size: 30px; }

.tilde { color: #e9b032; }

#artDetail { font-size: 12px; }


body { background-color: #000; }

#footer {
	border-top: 1px solid #e9b032;
	background-color: #000;
	color: #999;
	font-family: Times, "Times New Roman", serif;
	padding: 3px;
	font-size: 70%;
	text-align: center;
}

#contact_description { font-size: 16px; }

