@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4c160c;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.constitution #container {
	width: 780px;
	background: #dfd9c0;
	margin: 0 auto;
	text-align: left;
}
.constitution #mainContent {
	padding: 0;
	width: 780px;
	margin: 0;
}
.constitution #content {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	width: 740px;
}
.constitution #content a {
	color: #4c160c;
	font-weight: bold;
	text-decoration: none;
}
.constitution #content a:hover {
	text-decoration: underline;
}
.constitution #footer {
	width: 780px;
	text-align: center;
	color: #4c160c;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	background-image:url(images/bg_burned.jpg);
	background-repeat:no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
}
.constitution #footer a {
	color: #4c160c;
	font-weight: bold;
	text-decoration: none;
}
.constitution #footer a:hover {
	text-decoration: underline;
}