* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	background: black;
	font-family: 'ArialMT','Arial',sans-serif;
	font-weight: normal;
	font-size: 18px;
}
#contents {
	width: 960px;
	margin: 0px auto;
	background-color: white;
}
#content {
	padding: 20px;
	color: #9E9E9E;
}
#content p {
	text-indent: 0px;
	text-align: justify;
	margin: 32px 0px;
}
#content h3 {
	margin: 72px 0px 12px;
	letter-spacing: 4px;
}
#content h4 {
	letter-spacing: 4px;
}
#header {
	width: 960px;
	height: 960px;
	background: url(../images/posterbackingwebsite2.jpg);
	position: relative;
}
#header h2 {
	position: absolute;
	bottom: 55px;
	left: 190px;
	font-size: 18px;
	color: #696969;
}

#header span {
	position: absolute;
	bottom: 24px;
	left: 240px;
	color: #7290A2;
}

.gallery {
	margin: 32px 0px;
}
.gallery img {
	border: 0px;
	height: 99px;
}

.gallery1 img {
	height: 122px;
	display: inline;
}


.abox p {
	margin: 8px !important;
}
.abox img {
	margin-bottom: 8px;
}
.abox a:hover {
	text-decoration: underline;
}
.abox a {
	margin: 0px 8px;
	color: #667586;
	text-decoration: none;
	font-size: 17px;
}

.abox p a {
	margin: 0px;
	font-size: 15px;
}
.abox {
	font-size: 15px;
	float: left;
	width: 300px;
}