#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #E8E8E8;
}

#body_container {
	position: absolute;
	width: 960px;
	height: 1200px;
	background:url(../images/body.png);
	top: 200px;
	z-index: 1;
}

#body_container2 {
	position: absolute;
	width: 960px;
	height: 1200px;
	background:url(../images/body.png);
	top: 60px;
	z-index: 1;
}

#controller {
	position: relative;
	border-style: none;
	top: 60px;
	left: 20px;
	z-index: 1000;
}

#logo_left {
	position: relative;
	border-style: none;
	top: 0px;
	left: 20px;
	z-index: 1000;
}

#logo {
	display: block;
	float: right;
	border-style: none;
}

#flash {
	display: inline-block;
	position: relative;
	width: 400px;
	height: 225px;
	background-color: blue;
	top: 10px;
	left: 440px;
}

#menu {
	display: inline-block;
	position: absolute;
	width: 950px;
	height: 32px;
	background-color: black;
	top: 240px;
	left: 4px;
}

#menu2 {
	display: inline-block;
	position: absolute;
	width: 950px;
	height: 32px;
	background-color: black;
	top: 140px;
	left: 4px;
}

#content {
	display: inline-block;
	position: absolute;
	width: 620px;
	height: 800px;
	top: 340px;
	background-color: none;
	left: 300px;
}

#left_banner {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 420px;
	background-color: none;
	top: 720px;
	left: 40px;
}

#left_top {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 40px;
	background-color: none;
	top: 340px;
	left: 40px;
}

#left_middle {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 300px;
	background-color: none;
	top: 380px;
	left: 40px;
	overflow: auto;
}

#it_logo {
	display: inline-block;
	position: absolute;
	width: 220px;
	height: 160px;
	top: 105px;
	left: 120px;
	
}

#logo_it {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}

#msc_number {
	position: relative;
	display: block;
	float: right;
	border-style: none;
	top: 80px;
	margin-right: 60px;
	z-index: 1001;
}

#click_below {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#msc_building {
	margin-top: 20px;
	display: block;
	float: left;
}

#abb {
	padding: 20px;
	font-size: 16px;
	text-align: justify;
}

#footer {
	position: relative;
	top: 1140px;
	height: 40px;
	width: 960px;
	background:url(../images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-top: 10px;
}

#footer2 {
	position: relative;
	top: 1080px;
	height: 40px;
	width: 960px;
	background:url(../images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-top: 10px;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

.heading2 {
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
}

.heading3 {
	font-size: 16px;
	margin: 40px 80px 0px 80px;
}

.heading4 {
	font-weight: bold;
	font-size: 16px;
	margin: 40px 80px 20px 80px;
}

.heading5 {
	font-size: 16px;
	margin: 0px 80px 0px 80px;
}

.title_center_bold {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
	margin-top: 5px;
}

.quick_pic {
	display: block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: none;
}

.quick_pic2 {
	display: block;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: none;
}

.float_right {
	display: block;
	border-style: none;
	float: right;
	padding: 30px 20px 20px 20px;
}