html, body {
	background: #dadfe2;
	color: black;
	margin: 0;
	padding: 0;
	font-family: 'Arial', 'Arial Narrow', 'Tahoma', 'serif';
	font-size: 12px;
	height: 100%;
}
a {
	color: #e00805;
	text-decoration: underline;
}
a:active, a:hover {
	color: #e00805;
	text-decoration: none;
}
a img {
	border: 0;
}
table {
	border: none;
}  
td {
	vertical-align: top;
}
h1 {
	color: #e80705;
	font-size: 14px;
	margin: 5px 0 15px;
	padding: 0;
}
p {
	padding: 0 0 15px;
	margin: 0;
	text-align: justify;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul {
	margin-bottom: 15px;
}
#left {
	background: white;
}
#right {
	background: white;
}
#center {
	width: 1000px;
}
#main_tb {
	background: url(images/left.jpg) no-repeat left bottom;
}
#left_td_top {
	background: url(images/menu.jpg) no-repeat left top;
}
#logo {
	height: 72px;
	width: 275px;
}
#logo a, #logo a:hover {
	text-decoration: none;
	display: block;
	width: 234px;
	height: 27px;
	margin: 14px 28px 0 13px;
}
#menu ul {
	margin: 0;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x left bottom;
	width: 267px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu li#menu1 {
	padding-right: 3px;
}
#menu li#menu2, #menu li#menu3, #menu li#menu4 {
	padding-right: 2px;
}
#menu li#menu5 {
	padding-right: 1px;
}
#menu a {
	background: url(images/menu_bg.gif) repeat-x left top;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 22px;
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#header_td {
	background: url(images/head.jpg) no-repeat left top;
	height: 422px;
}
#phone {
	float: right;
	width: 286px;
	height: 38px;
	text-align: center;
	font-size: 18px;
	color: white;
	margin-top: 14px;
	line-height: 38px;
}
#left_td {
	background: url(images/left.gif) repeat-y right top;
}
#left_tit {
	background: url(images/left_tit.gif) no-repeat left top;
	height: 26px;
	line-height: 26px;
	color: white;
	padding: 0 22px 15px;
	font-size: 14px;
}
#left_div {
	padding: 0 22px 190px;
}
.proj_pic {
	padding: 0 10px 5px 0;
}
#content_td {
	background: url(images/mid.gif) repeat-x left top;
	padding: 25px 35px 0 30px;
}

#footer {
	background: url(images/footer.jpg) no-repeat right bottom;
	padding: 90px 35px 10px 35px;
	font-size: 10px;
	line-height: 11px;
}

