/*************RESET***************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: rgba(236,240,107,1);
	font-weight: normal;
}
ul {
 list-style-type: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #A7A0EA;
}
img, fieldset { border: 0; }
q:before, q:after { content:''; }



body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#mainWrapper {
	position: relative;
	width: 1004px;
	margin: 0 auto;
}
#home #header,
#contact #header,
#art #header {
	background-color: #000;
	width: 1004px;
	height: 60px;
}
#about #header {
	position: relative;
	width: 1004px;
	height: 60px;
	z-index: 100;
	margin-bottom: -60px;
}
#header h1 {
	position: absolute;
	margin-left: -9999px;
}
#header h2 {
	position: absolute;
	margin-left: -9999px;
}
#navbarTop {
	width: 350px;
	margin: 0 auto;
}
#navbarTop ul {
	font-size: 14px;
}
#navbarTop li,
#navbarBottom li {
	display: inline-block;
	float: left;
	line-height: 60px;
	/*background-color: gray;*/
}
#navbarTop a,
#navbarBottom a {
	color: #fff;
	display: block;
	padding: 0 25px;
}
#navbarTop a:hover,
#navbarBottom a:hover {
	background-color: #eee;
	color: #000;
}
#logo {
	position: absolute;
	z-index: 100;
	left: 50px;
	top: 75px;
}

/*#content needs width and height for each page to show bg image*/
#home #content {
	width: 1004px;
	height: 588px;
	background-image: url(images/hcg-home2.jpg);
	background-repeat: no-repeat;
}
#art #content {
	position: relative;
	width: 1004px;
	height: 618px;
	background-image: url(images/hcg-art.jpg);
	background-repeat: no-repeat;
}
#about #content {
	position: relative;
	width: 1004px;
	height: 726px;
	background-image: url(images/hcg-about.jpg);
	background-repeat: no-repeat;
}
#contact #content {
	position: relative;
	width: 1004px;
	height: 588px;
	background-image: url(images/hcg-contact.jpg);
	background-repeat: no-repeat;
}

/*#infoBox has absolute position so it doesn't affect footer position*/
#home #infoBox {
	width: 415px;
	position: absolute;
	margin-top: 465px;
	margin-left: 45px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #fff;
}
#home #infoBox #p1 {

	padding: 7px;
	padding-left: 12px;
}
#home #infoBox #p1:first-line {
	font-size: 17px;
	font-style: italic;
}
#home #infoBox #p1:first-letter {
	font-size: 20px;
}
#art #infoBox {
	width: 1004px;
	position: absolute;
	margin-top: 205px;
	font-size: 13px;
	line-height: 21px;
	/*background-color: gray;*/
}
#art #p1{
	float: left;
	width: 560px;
	margin-left: 35px;
}
#art #p2{
	float: right;
	width: 250px;
	margin-right: 30px;
}
#art #p2 a {
	text-decoration: underline;
	color: #fbff7e;
}
#art #p2 a:hover {
	color: #A7A0EA;
}
#art #infoBox div:first-line {
	font-size: 16px;
	font-style: italic;
}
#art #infoBox div:first-letter {
	font-size: 19px;
}
#about #infoBox {
	width: 1004px;
	position: absolute;
	margin-top: 550px;
	font-size: 14px;
	/*background-color: gray;*/
}
#about #p1 {
	float: left;
	margin-left: 45px;
}
#about #p2 {
	float: right;
	width: 530px;
	margin-right: 45px;
	line-height: 21px;
	
}
#about #p2 span {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
#about #p2 ul {
	padding-left: 35px;
	list-style-type: disc;
}
#about #p2 p {
	font-style: italic;
}
#about #p2 a {
	text-decoration: underline;
	font-style: italic;
	color: #fbff7e;
}
#about #p2 a:hover {
	color: #A7A0EA;
}
#contact #infoBox {
	position: absolute;
	width: 440px;
	/*background-color: gray;*/
	margin-top: 505px;
	margin-left: 282px;
	text-align: center;
	line-height: 24px;
}
#contact #infoBox a {
	text-decoration: underline;
	color: #fbff7e;
}
#contact #infoBox a:hover {
	color: #A7A0EA;
}
#footer {
	background-color: #000;
	width: 1004px;
	height: 50px;
}
#navbarBottom {
	width: 330px;
	color: #89bae9;	
	margin: 0 auto;
	/*padding-top: 15px;*/
}
#navbarBottom ul {
	font-size: 12px;
}
#navbarBottom li {
	font-size: 12px;
	line-height: 50px;
}
