@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	width: 100%;
	line-height: 20px;
	text-align: justify;
	background: #efefef url(../Images/bg.gif) top left repeat;
	
}

/*For Page bounding in 995px Css*/
#wrap{
	width: 995px;
	margin: 0 auto;
	color: #fff;
	text-align: justify;
}

.space40{
	height: 40px;
}

.space25{
	height: 25px;
}

.space20{
	height: 20px;
}

.space17{
	height: 17px;
}

.space10{
	height: 10px;
}


.space5{
	height: 5px;
}

.space3{
	height: 3px;
	/*background-color: #c4c4c4;*/
}

.space1{
	height: 1px;
}

.wspace25{
	width: 25px;
}

.wspace10{
	width: 10px;
}

.wspace5{
	width: 5px;
}

.wspace3{
	width: 3px;
	/*background-color: #c4c4c4;*/
}

.wspace1{
	width: 1px;
}

form{
	padding: 0;
	margin: 0;
}

img{
	padding: 0;
	margin: 0;
}

.name{
	background: url(../Images/name.jpg) top right no-repeat;
	width: 495px;
	height: 170px;
}

.work{
	background: url(../Images/work.jpg) top right no-repeat;
	width: 429px;
	height: 145px;
}

.add{
	background: url(../Images/address.jpg) top right no-repeat;
	width: 480px;
	height: 199px;
}

.power:link, .power:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

.power:hover{
	color: #d2e6ff;
}