html {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

p.center {
	text-align: center;
	padding: 7px;
}

p.justify {
	text-align: justify;
}



#container {
	background: #361b00;
	margin: auto auto;
	width: 1000px;
}

#header {
	background: url("../images/banner.png") no-repeat;
	width: 110px;
	height: 215px;
	float: left;
	margin: 0 0 0 0;
	padding: auto;
	clear: both;
}

#header a {
	width: 90px;
	height: 190px;
	position: absolute;
	margin: 0 0 0 0;
	padding: auto;
	clear: both;
}

#nav {
	clear: both;
	background: #008080;
	width: 890px;
	height: 215px;
	margin: 0 0 0 110px;
}

#content {
	clear: both;
	background: url("../images/title_bar.jpg") #dfdbd4 repeat-y;
	width: 996px; /* 850 */
	color: #46371a;
	margin: 0 0 0 0;
	float: left;
	border: 2px solid #46371a;
}

#title_bar p {
	clear: both;
	font: 170% century gothic;
	color: #ffffff; /* ff8000*/
	margin: 30px 25px 20px 117px;
	text-align: justify;
	font-weight: bold;
}

/* #par {
	clear: both;
	float: left;
	font:77% century gothic;
	color: #46371a;
	background: #ffffff;
	width: 996px;
}

#par p {
	clear: both;
	margin: 0 45px 10px 145px;
	float: left;
}
*/

#par {
	clear: both;
	font: 79% century gothic; 
	color: #2a2110; /* 46371a; */
	margin: 0 20px 10px 145px;

}

#par a {
	color: #2a2110;
	text-decoration: none;
	/* font-weight: bold; */
}

#par a:hover {
	background: #b5af97;
	color: #46371a;
	text-decoration: none;
	/* font-weight: bold; */
}

.bg_table {
	background: url("../images/right_bg.png") repeat-y;
	font: 98% century gothic;
	color: #2a2110;
}

#footer {
	clear: both;
	background: #46371a;
	float: left;
	width: 1000px;
	margin: 0 0 0 0;
	padding: auto;
}

#footer p {
	clear: both;
	font: 78% century gothic;
	color: #7a7049;
/*	text-align: center; */
	padding: 0;
	margin: 0;
}

#footer a {
	text-decoration: none;

	color: #7a7049;
}

#footer a:hover {
	background: #b5af97;
	color: #46371a;
	text-decoration: none;
}
