@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/EE.gif);
	background-repeat: repeat;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}
#wrapper {
	text-align: left;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#centerArtBox {
	height: 720px;
	width: 900px;
	margin-top: 30px;
}
#artLeftBox {
	float: left;
	height: 720px;
	width: 175px;
}
#titleBox {
	font-size: 0.8em;
	color: #666;
	height: 320px;
	width: 175px;
	margin-top: 60px;
	text-align: right;
	line-height: 1.4;
}
#titleBox2 {
	font-size: 0.8em;
	color: #666;
	height: 200px;
	width: 175px;
	margin-top: 60px;
	text-align: right;
	line-height: 1.4;
}
#titleBox p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#titleBox2 p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#mainArtBox {
	float: left;
	height: 720px;
	width: 725px;
}
#mainArtBox img {
	border: 2px solid #DFDFDF;
	padding: 20px;
	margin-top: 6px;
	margin-left: 25px;
}
#arrowBox {
	text-align: right;
	height: 40px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#detailsBox {
	text-align: center;
	height: 175px;
	width: 175px;
	font-size: 0.7em;
	color: #666;
	margin-top: 50px;
	float: left;
}
#detailsBox img {
	margin-bottom: 10px;
	border: 1px solid #666;
	cursor: pointer;
}
#arrowBox a:link {
	color: #5BA3CB;
	text-decoration: none;
}
#arrowBox a:visited {
	color: #5BA3CB;
	text-decoration: none;
}
#arrowBox a:hover {
	color: #5BA3CB;
	text-decoration: none;
}
#arrowBox a:active {
	color: #5BA3CB;
	text-decoration: none;
}
