
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.title {
	color: #006AAA;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	vertical-align: bottom;
}

div.building {
	background-image: url(../images/building.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 21px;
	left: 648px;
	position: absolute;
	width: 299px;
	height: 201px;
}

div.building2 {
	background-image: url(../images/building2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 0px;
	left: 722px;
	position: absolute;
	width: 225px;
	height: 136px;
}

td.building {
	position: relative;
	display: block;
}

.slogan {
	width: 350px;
	height: 100px;
	left: 210px;
	top: 120px;
	position: absolute;
	font-weight: bold;
	color: #0048A9;
}

.slogan2 {
	width: 350px;
	height: 100px;
	left: 140px;
	top:70px;
	position: absolute;
	font-weight: bold;
	color: #0048A9;
}

.company_name {
	font-size: 26px;
}

.scope {
	font-size: 18px;
}

.front_content {
	overflow: hidden;
	padding-top:15px;
}

.second_content {
	overflow: auto;
	height: 374px;
	width: 100%;
	border: 1px solid red;
}

.contact_left {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	width: 110px;
	margin-top: 180px;
	margin-left: 20px;
}

.contact_right {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	margin-top: 180px;
	margin-left: 70px;
	text-align: right;
}

contact_right p {
	height: 0px;
}

.td_menu{
	position: relative;
	display: block;
}

.bottom {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 20px;
	text-decoration: none;
}


