@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-image: url(images_layout/bg4.jpg);
}
/* CSS Document */

#container {
	width: 925px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
}
#header {
	text-align: center;
	height: 120px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-transform: uppercase;
}

#rightcol {
	width: 460px;
	float: right;
	text-align: center;
	margin-top: 10px;
}
#leftcol {
	width: 460px;
	text-align: center;
	margin-top: 10px;
}
.clear {
	clear: both;
}
#footer {
	height: 75px;
	width: 920px;
	clear: both;
	margin-top: 10px;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-right: 200px;
	margin-left: 200px;
}
#footer ul li {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}
