div#header {
	background-image: url(../images/bg/inside.gif);
	background-repeat: repeat-x;
	height: 100px;
}

div#logo {
  float: left;
  width: 10px;
  padding: 10px 0 11px 5px;
	background-repeat: no-repeat;
}

div#title {
  padding: 8px 0 0 199px;
}



div.description {
  clear: right;
  float: right;
  width: 220px;
	background-color: #F6F0C2;
	margin-top: 14px;
}


div.main {
	margin: 23px 0 0 230px;
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 1px 0 1px 1px;
	border-style: solid;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 2px 0 2px 42px;
	background-color: #F6F0C2;
	color: #AC260D;
}

div.content {
  padding: 21px 7% 21px 42px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	color: #464032;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A2A49B;
	margin-bottom: 1em;
}

div.content p {
	font-size: 13px;
	padding: 5px 15px 5px 30px;
	line-height: 15px;
/*	text-indent: 1.5em;*/
}

div.content p.nav {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}

div.content p.first { text-indent: 0; }

div#mainmenu ul ul {
	margin: 0;
	padding: 0;
	border-right: 0;
	text-transform: none;
}

div#mainmenu ul ul li {
	margin: 0;
	border: 0;
}

div#mainmenu #home {
  margin-top: 3em;
}

li#currentsection a { background-color: #ffffff; }
li#currentsection>a:link,
li#currentsection>a:visited { color: #6E6F65; }  
li#currentsection li a { background-color: #ffffff; }

li#currentsection li#currentsection2 a {
  font-style: italic;
  font-weight: normal;
  background-color: #F5F5CE;
}

