
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
  font-size:14px;
}

#header {
  height: 85px;
}

#header h1 {
  display: none;
}

#header img {
  border:none;
}

#menu {
  margin-top:-5px;
  text-align: right;
}

#menu table {
  margin: 0 0 0 auto;
  text-align: center;
}

#menu td {
  width:100px;
  padding: 3px 5px;
  color: #d4112c;
  background-color: #e4e2db;
}

#menu td a {
  color: #d4112c;
  text-decoration:none;
}

#menu td:hover,#menu td.selected {
  color: #e4e2db;
  background-color: #d4112c;
}

#menu td:hover a, #menu td.selected a {
  color: #e4e2db;
}

#wrapper {
  padding: 50px 192px 158px 192px;
}

#content {
}
	
#wrap {
	position:relative;
}

#footer {
  border-top: 1px solid #d4112c;
	position: absolute;
	bottom:0px;
	right:0px;
	width:192px;
	height:138px;
	font-size:0.8em;
}
#footer p {
  padding:0;
  text-align:right;
  margin-right:50px;
  margin-top:15px 0 5px 0;
}
#footer dl {
  margin:0 0 15px;
  padding:0;
}
#footer dd {
  margin:0;
  padding:0;
  float:right;
  text-align:right;
  margin-top:-13px;
  margin-right:50px;
}
#footer dt {
  margin:0;
  padding:0;
  text-align:right;
  color: #e4e2db;
  margin-right:150px
}

#min-height {
	top:0;
	margin:0;
	padding:0;
	width:1px;
	float:right;
}


table table td {
	background-color:#ccc;
	color:#000;
}

table table td:hover {
	background-color:#999;
	color:#fff;
}

table table td.selected, table table td.back {
	background-color:#999;
	color:#000;
}

table table td.back {
	text-align:center;
	font-weight:bold;
}

table table td a {
	display:block;
	width:100%;
	padding:3px;
	color:#000;
	text-decoration:none;
}

table table td:hover a {
	color:#fff;
}

table table td.selected a {
	color:#000;
}

table table td.cat {
	text-transform:uppercase;
}

table img {
	margin:1px 0;
	width:100%;
}
td.pict {
	overflow:hidden;
}

table p {
	color: #444;
	font-size:0.8em;
	margin:0;
	padding: 5px 5px 0 0;
}
