/* CSS Document */

body {
	width: 960px;
	margin: auto;
	margin-top: 10px;
	background-color: black;
}

img {
	border: none;
}

#navigation {
	height: 70px;
}

#header {
	margin-bottom: -20px;
}

#leftbar {
	position: absolute;
	top: 65px;
}

#maintext {
	padding-left: 370px;
	padding-right: 25px;
	padding-top: 50px;
	margin-bottom: 10px;
	min-height: 600px;
	background-image: url(../images/mainbkgrnd.jpg);
	background-size: 100% 100%;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
}