/* CSS Document */

.container {
	background: url(images/bg_main.jpg) #ffffff no-repeat;
	background-position: center top;
	width: 1124px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-position: center;
	height: 190px;
	width: 1124px;
}

.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 600px;
	margin: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: -1em;
}

.maincontent p strong {
	color: red;
}

h2 strong {
	color: #0072BC;
	font-weight: normal;
}

:focus {
	outline: 0;
}

#mainimg {
	margin-top: 20px;
	z-index: 2;
}

.footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 103px;
	width: 1124px;
	z-index: 3;
}

.listBox {
	width: 500px;
	padding: 0 20px 20px 20px;
}

.listBox h4 {
	margin-top: 20px;
}

ul li {
	margin-top: 10px;
	text-align: left;
}
