/* CSS Document */

body {
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	margin: 0px;
}
.bordertable {
	border: solid 2px #E4BD8B;
	padding: 15px;
}
.images {
	border: solid 1px #999999;
	padding: 7px;
	margin: 8px;
}
.padding {
	padding: 10px 0px;
} 
.text {
	font-family: "Times New Roman", Times, serif
	font-size: 14px;
	color: #333333;
}