body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	background:#acacac;
	font-size:11px
}
/* ============================================ Wrapper*/
.clear {
	float:none;
	clear:both;
}
/* ============================================ Wrapper*/
.wrapper {
	width: 770px;
	margin: 0 auto;
}
.header {
	width: 770px;
}
.middle {
	background-color: #ffcc00;
	background-image: url(images/content-bg.gif);
}
.middle_left {
	width:220px;
	height:500px;
	float:left;
	background-image: url(images/side-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.middle_right {
	width:550px;
	float:right;
}

/* ============================================ Side*/
.side_service {
	width:170px;
	float:right;
	margin-top:50px;
	margin-right:20px;
	padding:0px;
}
.side_service img {
	margin-bottom: 10px;
}

/* ============================================ Content*/
.content {
	width:520px;
	text-align:justify;
	color:#000000;
	padding:0px 10px;
}
.content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
}
.content p {
	line-height: 20px;
}
.project {
	text-align:left;
}

/* ============================================ cOPYRIGHT*/
.copyright {
	width:550px;
	text-align:center;
	float:right;
	font-size:10px;
	color:#990000;
	margin:10px 0;
	line-height: 15px;
}


/* ============================================ Contact Us*/
.contact_box {
	margin-bottom:15px;
}
