@charset "utf-8";
/* CSS Document */

#Main_container {
	position:relative;
	width:100%;
	height:870px;
	margin:0;
	padding:0;
}
#Main {
	position:relative;
	width:940px;
	height:870px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/rightProject/background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/*-------------LeftStart------------*/
#leftGroup {
	position:absolute;
	width:200px;
	height:870px;
	top:0;
	left:0;
	background-image: url(images/leftProject/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Project_title {
	position:absolute;
	width:200px;
	height:45px;
	top:0;
	left:0;
}
#tips {
	position:absolute;
	width:185px;
	height:600px;
	top:45px;
	left:5px;
}
#tips_txt{
	position:absolute;
	width:660px;
	height:56px;
	top:0;
	left:50px;
	padding: 0 0 0 10px;
	background-image: url(images/tips/tips_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#tips_img{
	position:absolute;
	width:50px;
	height:56px;
	top:0;
	left:0;
}
#tips_h{
	position:absolute;
	width:660px;
	height:30px;
	top:15px;
	left:0;
}

#pre_area {
	position:absolute;
	width:173px;
	height:200px;
	top:650px;
	left:10px;
	background-image: url(images/leftProject/pre_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#pre_title {
	position:absolute;
	width:173px;
	height:30px;
	top:0;
	left:0;
}
#pre_table {
	position:absolute;
	width:173px;
	height:auto;
	top:30px;
	left:0;
}
#pre_bottom {
	position:absolute;
	width:173px;
	height:15px;
	bottom:0;
	left:0;
}
/*-------------LeftEnd------------*/

/*-------------RightStart------------*/
#rightGroup {
	position:absolute;
	width:740px;
	height:870px;
	top:0;
	left:200px;
}
#new_title {
	position:absolute;
	width:720px;
	height:56px;
	top:10px;
	left:0;
}
#orderlist{
	position:absolute;
	width:600px;
	height:323px;
	top:66px;
	left:35px;
}
#contant_title{
	position:absolute;
	width:720px;
	height:56px;
	top:400px;
	left:0;
}
#forproject{
	position:absolute;
	width:550px;
	height:80px;
	top:460px;
	left:35px;
}
#moneylist{
	position:absolute;
	width:480px;
	height:60px;
	top:550px;
	left:35px;
}
/*-------------RightEnd------------*/
