@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/_gallery/yellowBG.jpg);
	letter-spacing: 0.1em;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#bannerBox {
	background-image: url(../images/_gallery/christyGalNameBG.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 81px;
	width: 100%;
	text-align: left;
}
#mainBox {
	height: 840px;
	width: 100%;
	text-align: left;
}
#titleBox {
	float: left;
	height: 400px;
	width: 325px;
	text-align: right;
	margin-top: 150px;
}
#titles {
	height: 210px;
	width: 275px;
	margin-left: 25px;
	float: right;
}
#titleBox p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#arrowsBox {
	height: auto;
	width: 325px;
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	float: right;
}
#arrowsBox a:link {
	color: #0C0;
	text-decoration: none;
}
#arrowsBox a:visited {
	color: #0C0;
	text-decoration: none;
}
#arrowsBox a:hover {
	color: #FFF;
	text-decoration: none;
}
#arrowsBox a:active {
	color: #FFF;
	text-decoration: none;
}
#artworkBox {
	float: left;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-left: 30px;
}
#artworkBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerBox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
