/*maxdesign.css */

/* maxdesign.css */

/* Universal style rule */
* {
margin:0;
padding:0;
}


body {
font-size:95%;
font-family:georgia, times, "times new roman" , serif;
color:#000;
/*background-color:#3f1616;*/
background-image: url("images/speckel.jpg");
margins:0 auto;
padding:0;
}

#wrapper {
/*background-image:url("bckgrndpics/wall-49.jpg");*/
width:66em;
position:relative;
margin:0 auto;
}

div#banner {
color: #c7b37f;
/*background-image: url("images/dgrey047.jpg");*/
background-color:#382525;
height:10.2em;
/*margin:0 auto;*/
width:100%;
}

/*div#banner h1 {
font-size:2.2em;
font-weight:400;
margin:0;
padding:.3em 0 .3em .5em;
}*/
div#banner h1{
  font-size:3.1em;
/*  text-align:center;*/
  color: #c7b37f;
margin-left:25px;

  font-family:"Apple Chancery", "Brush Scrip MT", "Monotype Corsiva", cursive;
   font-style:italic;
  font-variant:small-caps;
 }
div#container,#menu h2 {
background-color:#000;
}

div#container2 {
background-image: url("images/dgrey047.jpg");
background-repeat:repeat;
background-position:right;
width:10em;
text-align:center;
position:absolute;
top:5.5em;
left:0;
}

div#navigation {
position:absolute;
top:13em;
left:2.7em;
width:7.5em;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align:center;
}

#menu a, 
#menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #282530;
margin: 0;
padding: 2px 3px;
width:10em;
}


#menu h2 {
color: #c7b37f;
background-color: #382525;
/*background-image: url("images/pressedpaper.jpg");*/
text-transform: uppercase;
}

#menu a {
color: #000;
background-image:url(images/tantext.jpg);
/*background-color: #b08787;*/
text-decoration: none;
}


#menu a:hover {
color: #fff;
/*background-color: #d9bcbc;*/
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 0;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul {
display: none;
}

div#menu ul ul li:hover ul {
display: none;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
display: none;
}

div#menu ul ul li:hover ul {
display: block;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
display: block;
}

.hotkey {
text-decoration:underline;
}

div#more,div#more h3 {
color:#fff;
}
div#more {
float:right;
width:100px;

margin:0;
padding:2em 10px 0 0;
}

div#more h3 {
margin-top:0;
/*background-image: url("images/dgrey047.jpg");*/
background-color:#382525;
background-position:right;
background-repeat:repeat-y;
width:100px;
padding:.2em;
}

div#content {
margin-left:10em;
margin-right:auto;
/*background-color: #b08787;*/
background-image:url(images/tantext.jpg);
background-repeat:repeat;
line-height:150%;

}

div#content h2 {
font-size:2em;
color:#036;
padding-top:1em;
padding-left:5px;
font-weight:400;
margin:0;
}

div#content h3 {
margin-left:50px;
}

div#content p {
margin-left:40px;
margin-right:60px;
text-align:justify;
 line-height:1.2em;
  font-size:1.6em;
 font-family: "Apple Chancery", "Brush Scrip MT", "Monotype Corsiva", cursive;
font-weight:medium;

}


a img {
border:none;
}

img.thumbs {
width:144px;
height:118px;
text-align:center;
border:none;
}

img.thumbs2 {
height:120px;
width:120px;
}

img.left {
float:left;
}

img.more {
width:100px;
height:100px;
}

img.more1 {
width:100px;
height:170px;
}

img.c1 {
width:190px;
height:170px;
border:none;
}
img.c2 {
width:173px;
height:111px;
}

img.c3 {
width:458px;
height:444px;
}
img.c4{
border: solid 1px #b8860b;
 
}
#cleardiv {
clear:both;
height:1em;
}

div#footer {
clear:both;
width:100%;

/*background-image: url("images/dgrey047.jpg");*/
background-color:#382525;
padding:.5em;
color: #c7b37f;
}

div#footer ul {
list-style-type:none;
margin:0;
padding:0;
}

*div#footer li {
display:inline;
margin-right:1em;
}

div.center {
width:100%;
text-align:center;
clear:both;
}

a:link {
color:#036;
}

a:visited {
color:#066;
}

a:hover,a:active {
color:#001b96;
background-color:#d2b48c;
}

.hiliter {
background-color:red;
}

.hiliteb {
background-color:#23238e;
}

.yellow {
color:#ff0;
}

.red {
color:#bb0000;
}

.navy {
color:#23238e;
}

.lightblue {
color:#87ceeb;
}

.purple {
color:#ba55d3;
}

.pink {
color:#f0a;
}

.green {
color:#698b22;
}

.green2 {
color:#00AF3F;
}

.green3 {
color:#006400;
}


.orange {
color:orange;
}

.beige {
color:#c7b37f;
}

.black {
color:#000;
}

.teal {
color:teal;
}

.gold {
color: #b8860b;
}

.maroon {
color:maroon;
}

.gray {
color:gray;
}

.blue {
color:#33f;
}

.white {
color:#fff;
}

@media print {
#wrapper {
width:100%;
}

#leftcolumn,#navbar,#menu,#footer {
display:none;
}
}