#content {
	font-size: 11px;
	background: transparent url(/images/art_image.jpg) no-repeat center top;
}

#info {
	margin: 99px 0px 0px 20px;
	float: left;
	width: 300px;
	height: 362px;
}
* html #info {
	margin-left: 10px;
}

#info #about {
	padding: 5px;
	overflow: auto;
	width: 198px;
	height: 262px;
	margin-bottom: 8px;
	border: 1px solid #555;
}

#info #contact {
	padding: 5px;
	overflow: auto;
	width: 198px;
	height: 83px;
	border: 1px solid #555;
}

#info a {
	font-weight: bold;
	color: #eee;
	text-decoration: underline;
}

#images {
	width: 357px;
	height: 467px;
	margin: 23px 20px 0px 0px;
	overflow: auto;
	float: right;
	border: 1px solid #333;
}
* html #images {
	margin-right: 10px;
}

#images a {
	padding: 2px;
	background: #fff;
	border: 1px solid #666;
	float: left;
	margin: 24px 0px 0px 24px;
}

#images a:hover { border: 1px solid #222; }

#images img {
	float: left;
}

#bottom_padding {
	clear: both;
	height: 24px;
}