body {
	background-color: rgb(233,223,191);
	background-image: url(../imgs/bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Luxi Sans", sans-serif;
}

.header {
	width: 980px;
	margin: 0px auto;
	padding-top: 180px;
	background-image: url(../imgs/home_title.png);
	background-repeat: no-repeat;
	background-position: 60% top;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.cleared_centered {
	clear: both;
	width: 900px;
	margin: 0px auto;
}

h1 { display: none; }
h2 { 
	display: block; 
	margin: 0;
	margin-top: 120px;
	padding: 0;
	text-align: center;
}
h3 { 
	text-align: center;
	font-weight: lighter;
	font-size: 1em; 
}

table {
	width: 100%;
	text-align: center;
	background-color: rgb(151,140,122); 
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgb(51,40,22);
	border: 2px solid rgb(51,40,22);
}

hr { width: 900px; margin-top: 15px; margin-bottom: 30px; }

img { border: none; }

.copyright {
	text-align: center;
	font-size: .8em;
}
