@charset "utf-8";
/* CSS Document */
#container {
	width: 991px;
	overflow: hidden;
	background-color: #000;
	background-image: none;
	margin-top: -120px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 9px;
}
#logo {
	background-image: url(../images/logo.jpg);
	height: 267px;
	width: 980px;
	float: none;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: right;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
#header {
	font-family: 'Oxygen', sans-serif;
	height: 267px;
	position: relative;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	word-spacing: 0.5em;
	width: 991px;
	padding-bottom: 9px;
	bottom: -100px;
	background-position: 20px;
}

#left_column, #centre_column, #right_column  {
	color: #FFF;
	width: 300px;
	float: left;
	margin-top: 250px;
	border: 1px solid #00F;
	height: 200px;
	text-align: center;
}
#header a {
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
}
#header ul li {
	float: left;
	width: auto;
}

#header ul {
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 4px;
	height: 125px;
	font-size: 18px;
}




#left_column {
	font-family: 'Oxygen', sans-serif;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-color: #000;
	margin-right: 22.75px;
	margin-left: 22.75px;
	list-style-type: none;
}

#main_text {
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	width: 825px;
	position: relative;
	left: 83px;
	top: 254px;
	font-size: 36px;
	line-height: 15px;
}

#right_column {
	font-family: 'Oxygen', sans-serif;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-color: #000;
}

#centre_column {
	font-family: 'Oxygen', sans-serif;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-right: 22.75px;
	background-color: #000;
}


    
#main_image {
	background-image: url(../images/office.JPG);
	background-repeat: no-repeat;
	width: 991px;
	height: 1000px;
	padding-bottom: 9px;
}
