/* 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;
} 
p.text {
	font-family: "Times New Roman", Times, serif
	font-size: 14px;
	color: #333333;
}
a.text {
	text-decoration: none;
}
div.footer {
	width: 834px;
	border: solid 2px #E4BD8B;
	padding: 5px 15px 5 px 15 px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.footer {
	color: #333333;
	text-decoration: none;
}
p.footer {
	font-family: "Times New Roman", Times, serif
	font-size: 8px;
	font-variant: small-caps;
	color: #333333;
}
