
body {
    font-family: Lucida sans unicode, Lucida Grande, lucida, verdana, sans-serif;
    font-weight : normal;
    background: #000;
    color: #eee;
    line-height: 140%;
    margin: 0px 0px 5px 0px;
}

body {
    font-size: x-small;       /* for ie5 */
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;         /* for compliant browsers */
}
html>body .dynamic-slider-control.horizontal .line {
    font-size: small;         /* for opera */
}


a         { color: #d4c4a9; text-decoration: none; }
a:visited { color: #d4c4a9; }
a:active  { color: #d4c4a9; }
a:hover   { color: #d4c4a9; text-decoration: underline; }

/* #aa8954 */

.white a         { color: #886d43; text-decoration: none; }
.white a:visited { color: #886d43; }
.white a:active  { color: #886d43; }
.white a:hover   { color: #886d43; text-decoration: underline; }


div.container {
    padding: 5px 10px 5px 10px;
}

table.container {
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

table.container td {
    vertical-align: top;
    padding: 0px;
}

table.container td.main {
    background: url(/images/background-right.gif) right top repeat-y;
    padding: 10px 40px 100px 40px;
    margin: 0px;
}
table.container td.sidebar {
    background: #222;
    color: #eee;
    text-align: center;
    padding-top: 20px;
}


.container h1 {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 50px;
    font-size: 150%;
    letter-spacing: 0.1em;
    text-transform: lowercase; 
    color: #C60;

    height: 22px;
    background: url(/images/cubes-f80-000.gif) no-repeat 10px 0px;
    height: 22px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

.container h2 {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 50px;
    font-size: 100%;
    letter-spacing: 0.5em;
    text-transform: uppercase; 
    color: #C60;

    height: 22px;
    background: url(/images/cubes-f80-000.gif) no-repeat 10px 0px;
    height: 22px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}









table.menu {
	margin: 1px 1px 0px 1px;
	padding: 0px;
	background: #444;
	width: 99%;
	border-spacing: 0;
	border-collapse: collapse;
	}
table.menu td {
	text-align: center;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	padding: 0px;
}
table.menu td a {
	margin: 0px 0px 0px 0px;
	padding: 1px 0 1px 0;
	color: #f80;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: lowercase;
}

table.menu td a:hover {
	background: #666;
	color: #fc0;
	}


table.menu td a.selected {
	background: #C60;
	color: #000;
	border: #f80;
}


.footer {
  clear: both;
  color: #aaa;
  border-top: 1px solid #aaa;
}
.footer .modified {
  float: left;
  text-align: left;
  width: 48%;
  padding-left: 5px;
}
.footer .copyright {
  float: right;
  text-align: right;
  width: 48%;
  padding-right: 5px;
}


