@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E1F4FF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.container {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	float: left;
	height: 250px;
	width: 900px;
}
.content {
	float: left;
	width: 630px;
	background-color: #FFFFFF;
	padding: 0px 10px;
	line-height: 1.2em;
}
.leftimages {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
}
.footer {
	background-color: #FFFFFF;
	float: left;
	width: 890px;
	padding: 5px;
	text-align: center;
}

