body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
	color: #2F1310;
	position: relative;
}

img {
	display: block;
	behavior: url(iepngfix.htc); 
}

#Lvl0 {
	margin: 25px auto 50px auto;
	width: 740px;
	background: #584240;
	position: relative;
}

#Lvl1 {
	background: #FFF;
	margin: 0px;
	padding: 20px 12px 10px 12px;
	border: 2px solid #584240;
	position: relative;
}

#mastHd {
	background: #422927 url(images/bg_topL.jpg) no-repeat;
	height: 279px;
	position: relative;
}

#tl_box {
	float: left;
	width: 243px;
	text-align: center;
	position: relative;
}

#Lvl2 {
	background: url(images/bg_main.jpg) repeat-y;
	width: 712px;
	position: relative;
}

#col_L {
	background: url(images/bg_leftCol.jpg) no-repeat;
	float: left;
	width: 245px;
	position: relative;
}

#col_R {
	background: url(images/bg_text.jpg) no-repeat;
	float: right;
	width: 470px;
	margin-left: -3px;
	position: relative;
}

#clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#credit {
	font: italic 12px/18px Georgia, Times New Roman, serif;
	padding: 18px;
}

.clear {
	clear: both;
}

/* Nav */

#nav {
	background: #FFF;
	border: 2px solid #584240;
	position: relative;
	top: -115px;
	left: 20px;
	width: 190px;
	text-align: center;
}

#nav ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

#nav li {
	border-bottom: 1px dotted #584240;
}

#nav a {
	font: bold 18px/1em Arial Narrow, Helvetica, sans-serif;
	color: #584240;
	display: block;
	text-decoration: none;
	padding: 18px 0px 18px 0px;
}

#nav a:hover {
	background: #E3E8EE;
}

#nav a.lang {
	font: bold 16px/18px Arial Narrow, Helvetica, sans-serif;
	color: #FFF;
	background: #647289;
	display: block;
	text-decoration: none;
	padding: 9px 0px 9px 0px;
}

#nav a.lang:hover {
	background: #8191AB;
}

#comment_nav {
	margin-top: -90px;
}

#comment_nav a {
	font: italic bold 14px/18px Georgia, Times New Roman, serif;
	text-decoration: none;
}

#comment_nav a:hover {
	text-decoration: underline;
}

/* END Nav */

/* Text */

h1 {
	font: bold 18px/1em Arial Narrow, Helvetica, sans-serif;
	color: #32465E;
	margin: 20px 0px 0px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #32465E;
}

h2 {
	font: bold 16px/1em Arial Narrow, Helvetica, sans-serif;
	color: #584240;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

p {
	margin: 10px 0px 0px 0px;
}

.p_Dotted p {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px dotted #584240;
}

.padHome {
	padding: 0px 30px 30px 30px;
}

a {
	text-decoration: underline;
	color: #584240;
}

a:hover {
	text-decoration: none;
}