@charset "ISO-8859-1";

html, body {
}

html, body, table, tr, td, div {
margin: 0px;
padding: 0px;
}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;

color: #fff4c4;

background-color: #602605;
background-image: url("bg.png");
background-repeat: repeat-y;
background-position: 0px 0px;
}

a {
text-decoration: underline;
}

a:link, a:active, a:visited {
color: #c6490f;
}

a:hover {
color: #8d650d;
}

td {
vertical-align: top;
}

h1 {
font-size: 125%;
}

h2 {
font-size: 110%;
}

h3 {
font-size: 105%;
}

p {
text-align: justify;
}

img {
border: 0px;
}

#container {
width: 700px;
margin: 0px auto  0px 55px;

background-color: #602605;
}

#header {
}

#catch div {
font-family: serif;
font-style: italic;
font-size: 14px;
font-weight: bold;

text-transform: capitalize;

background-color: #833408;
border: 1px dotted #8d650d;
padding: 4px;
}

#main td {
padding-top: 3px;
}

#illustration div {
width: 210px;
height: 450px;

background-image: url("illustration-home.jpg");
background-repeat: no-repeat;
background-position: 0px 0px;
}

#main #menu {
padding-top: 13px;
width: 150px;
}

#menu ul {
list-style-image: url("bullet.gif");
list-style-position: outside;
list-style-type: none;

margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 20px; 
}

#menu ul ul {
padding-left: 8px;
}

#menu ul ul ul {
padding-left: 16px;
}

#menu ul ul ul ul {
padding-left: 24px;
}


#menu a { 
display: block; 
 
color: #c6490f; 
text-decoration: none; 
 
padding-top: 2px; 
padding-bottom: 2px;
} 

.selected {
color: #fff4c4;
list-style-image: url("bullet_selected.gif");
}

#menu a:hover {
color: #fff4c4;
}

#content {
width: 340px;

padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;

border-left: 1px dotted #8d650d;
border-right: 1px dotted #8d650d;
border-top: 0px none #8d650d;
border-bottom: 1px dotted #8d650d;
}

#teasers {
padding-top: 3px;
}

#teasers td {
padding-left: 1px;
padding-right: 1px;
}

#footer {
font-size: 80%;
color: #833408;
text-align: center;

padding-top: 8px;
padding-bottom: 4px;

background-image: url("bg-footer.png");
background-repeat: no-repeat;
background-position: 0px 0px;
}

#footer a {
color: #833408;
text-decoration: none;
}

#footer a:hover {
color: #fff4c4;
}
