* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #321B25;
}
#container {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#topLeft {
	float: left;
}
#topRight {
	float: left;
}
#content {
	clear: both;
}
#content p {
	font-size: 14px;
	color: #232327;
	width: 597px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#ftr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #736163;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
}
#clear {
	clear: both;
}

#disclaimer {
	float: left;
	width: 300px;
	text-align: left;
}
#copyright {
	float: left;
	width: 300px;
	text-align: center;
}
#mass {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	text-align: right;
}
#left {
	float: left;
	margin-left: 180px;
	width: 350px;
	font-size: 16px;
	margin-top: 50px;
}
#left a {
	color: #321B25;
	line-height: 24px;
}
#left a:hover {
	text-decoration: none;
}

#right {
	float: left;
	width: 150px;
	margin-left: 50px;
	height: 370px;
	font-size: 16px;
	margin-top: 50px;
}
#right a {
	color: #321B25;
}
#right a:hover {
	text-decoration: none;
}
