﻿@import url("layout.css");
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/beachdunes.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	width:900px;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	width:900px;
	height:150px;
	background-color: #336699;
	background-image: url("../images/ruedugorz_header.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
ol#toc {
    height: 3.5em;
    list-style: none;
    margin: 0;
    padding: 3px;
}

ol#toc li {
    float: left;
    margin: 0 1.5px 0 0;
}

ol#toc a {
    background: #bdf url('../images/tab.png');
    color: #008;
    display: block;
    height: 3.5em;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    text-align:center;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
    text-align:center;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url('../images/tab.png') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: white;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 863px;
	padding: 0 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 863px;
	padding: 0 15px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color:#fea;
	width:900px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
/*a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;*/
a:hover {
	color: #fa3;
	text-decoration: underline;*/
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}