body {
	background-color: #186DA4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.pad {
	padding-top: 58px;
	padding-right: 20px;

}
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 900px;


}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	width: 96px;
	height: 555px;

}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	width: 72px;
}
.content {
	background-image: url(images/conttest.jpg);
	background-repeat: no-repeat;
	width: 732px;
}
.content2 {
	background-image: url(images/conttest2.jpg);
	background-repeat: no-repeat;
	width: 732px;
}
.foot {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
