@charset "UTF-8";
#container {
	height: 768px;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: static;
}
#content {
	float: left;
	height: 555px;
	width: 687px;
	font-style: italic;
	background-image: url(../images/content.jpg);
}
#image {
	height: 313px;
	width: 337px;
	float: left;
}
#editableContent {
	height: 460px;
	width: 530px;
	margin-left: 120px;
	margin-top: 30px;
	padding: 0px;
	float: left;
	font-style: italic;
}
#bottomRight {
	float: left;
	width: 337px;
	height: auto;
}
#header {
	height: 127px;
	width: 1024px;
}
#homeBTN {
	float: left;
	height: 86px;
	width: 147px;
}
#menuLeft {
	height: 86px;
	width: 79px;
	float: left;
}
#aboutBTN {
	float: left;
	height: 86px;
	width: 136px;
}
#serviceBTN {
	float: left;
	height: 86px;
	width: 139px;
}
#contactBTN {
	float: left;
	height: 86px;
	width: 137px;
}
#menuRight {
	height: 86px;
	width: 110px;
	float: left;
}
#productBTN {
	float: left;
	height: 86px;
	width: 137px;
}
#transferBTN {
	float: left;
	height: 86px;
	width: 139px;
}
#editableContent  p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 18px;
	color: #666666;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
}

#editableContent {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	color: #0B5E8B;
	font-style: italic;
	font-weight: bold;
}
#line {
	width: 420px;
	height: 2px;
	background-color: #C4D79B;
}
body{
	background-attachment: scroll;
	background-repeat: repeat-x;
 }
