@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
margin: 0px;
padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
display: block;
}

html {
	background-image: url(../images/_gallery/yellowBG.jpg);
}
/*Fixed layout*/
body {
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
h1 {
    font-style: normal;
}
.h1Header {
    font-size: 1.8em;
    padding-top: .9em;
    color: #fff;
    font-weight: 200;
}
h2 {
    font-style: normal;
}
.h2Header {
	font-size: 1.2em;
    font-weight: 400;
	margin: 0 0 .3em 0;
	color: #000;
}
h3 {
    font-style: normal;
}
.h3Button {
	float: right;
	font-size: 1.2em;
    font-weight: 300;
	border-left: solid 2px #090;
	border-right: solid 2px #090;
	padding: .1em 1em .1em 1em;
	margin: 1.5em .1em 0 0;
}
header {
	width: 100%;
	height: 81px;
	margin: 0 auto;
	background-image: url(../images/_gallery/christyGalNameBG.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.headerBox {
	width: 1040px;
	margin: 0 auto;
	height: 81px;
	text-align: left;
}
.container {
	width: 1040px;
	margin: 0 auto;
}
section {
	float: left;
    width: 1040px;
	padding: 0;
    line-height: 1.5;
}
p {
    margin-bottom: .9em;
}
article {
    float: left;
	width: 1040px;
	margin: 30px 0 0 0;
}
article img {
	border: none;
	-webkit-box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 5px 8px 12px 0px rgba(0, 0, 0, 0.50);
}
aside {
    float: left;
	width: 200px;
	margin: 1.7em 0 0 0;
	text-align: right;
}
.aside1 {
    float: left;
	width: 200px;
	height: 185px;
	margin: 0 0 0 0;
}
.aside1 p {
	font-size: .8em;
	color: #666;
}
.aside2 {
    float: left;
	width: 200px;
	margin: 0 0 0 0;
}
.aside3 {
    float: left;
	width: 200px;
}
aside a:link {
    color: #090;
    text-decoration: none;
}
aside a:visited {
    color: #090;
    text-decoration: none;
}
aside a:hover {
    color: #fff;
    text-decoration: none;
}
aside a:active {
    color: #fff;
    text-decoration: none;
}
.arrowsBox {
	float: left;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	color: #090;
}
cite {
	font-style: normal;
}