/* Document */

html, body, table, input, select {
	margin:0;
	padding:0;
	font:9pt "Lucida Grande CE", Verdana, lucida, sans-serif;
	background-color:#fff;
	color:#26211b;
}

html, body {
	background:url('../img/body.png') center top repeat-x #ebe9d9;
	height:100%;
}

/* Layout */

#container {
	margin:0 auto;
	padding:0 0 8px 0;
	width:924px;
	border-top:4px solid #000;
	background:#fff url('../img/menu0.png') right top repeat-x;
}
#container-in {
	margin:0 8px;
}

#heading {
	padding:0 0 16px;
  background:url('../img/theme.jpg') right bottom no-repeat;	
}
#heading ul {
	float:right;
	list-style:none;
	height:32px;
	line-height:32px;
	margin:0;
	padding:3px 0 3px 8px;
}

#heading li {
	float:left;
}

#content {
	float:right;
	width:700px;
	background-color:#fff;
}

#sidebar {
	width:200px;
	float:left;
	margin:0;
	padding:0 0 24px 0;
	background-color:#ece2a3;/*#e3d59b;*/
}

#footer {
	clear:both;
	margin:8px 0 0 0;
	padding:8px 8px 32px;
	background:#ece2a3 url('../img/gluejoint.gif') 75% 100% no-repeat;
}

#footer p {
	margin:0;
	padding:0;
}

.clear {clear:both;}

/* Headings */

h1, h2, h3 {
	margin:0;
	padding:3px 8px;
	font-weight:normal;
	letter-spacing:0.01em;
	background:#e3d59b url('../img/heading') left center repeat-x;
	/*font-family: Georgia, "New York CE", utopia, serif;*/
}

h1 {
	margin:0;
	padding:0 8px;
	font-size:14pt;
}

h2 {
	font-size:14pt;
}

#content h2 {
	font-size:12pt;
}

h3 {
	font-size:10pt;
}

/* Links */

a {color:#a42a00;}
a:hover {color:#000;}

#heading a {
	float:left;
	height:28px;
	line-height:28px;
	padding:0 1em;
	text-decoration:none;
	background-color:#26211b;
	background-image:url('../img/menu1.png');
	background-position:right top;
	background-repeat:repeat-x;
	color:#f2ebad;
	border-left:1px solid #fff;
}

/*#heading a:first-letter {
	text-transform:uppercase;
}*/

#heading a:hover {
	background-position:0 -28px;
	color:#fff;
}

#sidebar h2, h1 {
	margin:0;
	padding:8px 16px;
}

#sidebar dl, #sidebar dt, #sidebar dd {
	margin:0;
	padding:0;
}

#sidebar dl {
	margin:0 8px 16px;
	border-bottom:1px solid #bfa35d;
}

#sidebar dt {
	border-top:1px solid #bfa35d;
}

#sidebar a {
	display:block;
	margin:0;
	padding:0 8px;
	line-height:1.8em;
	text-decoration:none;
}

#sidebar a:hover {
	border-width:0 1px 1px 1px;
}

#sidebar dd a, #sidebar dd a:hover {
	padding:0 24px;
	background-image:url('../img/arrow.gif');
	background-position:0% .5em;
	background-repeat:no-repeat;
}

#sidebar dt:hover, #sidebar dt.selected {
	background:url('../img/menu.png') left center repeat-x;
}

#sidebar dt:hover {
	border:1px solid #bfa35d;
	border-width:1px 1px 0;
}

#sidebar dt.selected:hover {
	border-width:1px 0 0 0;
}

#logo, #logo a, #logo span {
	float:left;
	position:relative;
	left:0;top:0;
	margin:0;
	padding:0;
	width:209px;
	height:88px;
	overflow:hidden;
	cursor:pointer;
}

#logo span {
	position:absolute;
	background:url('../img/logo.png') left top no-repeat;
	z-index:10;
	cursor:pointer;
}

#logo a {
  z-index:20;
  cursor:pointer;
}

/* Content */

p {
	margin:8px;
	padding:8px 8px 16px 8px;
	line-height:150%;
}

table {
	margin:8px 8px 8px 16px;
}

table, tr, td {
  border-collapse:collapse;
}

hr {
  margin-left:16px;
  background:#808080;
  height:1px;
}

td {
  padding:0 2px;
  line-height:175%;
  vertical-align:top;
}

td h2 {
	margin:0 0 8px 0;
}

td ul {
	margin:0 0 0 8px;
	padding:0;
	list-style-type:none;
	background:transparent;	
}

td ul li {
	margin-bottom:4px;
	clear:both;
}

td ul img {
	vertical-align:top;
	float:left;
	margin:0 10px 10px 0;
}

a, a img {
  border:none;
}

.selected {
  font-weight:bold;
}

