/* maxdesign.css */

/* Universal style rule */
* {
margin:0;
padding:0;
}

body {
font-size:95%;
font-family:georgia, times, "times new roman" , serif;
color:#000;
/*background-image:url("bckgrndpics/grosskul.gif");*/
background-color:#000;
margin:0;
padding:0;
}

#wrapper {
background-image:url("bckgrndpics/wall-49.jpg");
width:66em;
position:relative;
margin:0 auto;
}

div#banner {
color:#fff;
background-color:#282530;
}

div#banner h1 {
font-size:2.2em;
font-weight:400;
margin:0;
padding:.3em 0 .3em .5em;
}

div#container {
/*background-color:#000;*/
margin-left:14em;
}

div#container2 {
background-color:#52454f;
background-repeat:repeat;
background-position:right;
width:10em;
text-align:center;
position:absolute;
top:5.5em;
left:0;
}

div#navigation {
position:absolute;
top:20em;
left:2em;
width:7.5em;
margin-left:.5em;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
}

#menu a,#menu h2 {
font:bold 11px/16px arial, helvetica, sans-serif;
display:block;
width:9.6em;

margin:0;
padding:2px 3px;
}

#menu h2 {
color:#800000;
background-color:#000;
text-transform:uppercase;
}

#menu a {
color:#698b22;
background-color:#000000;
text-decoration:none;
}

#menu a:hover {
background-color:#000;
}

#menu li {
position:relative;
}

#menu ul ul ul {
position:absolute;
top:0;
left:100%;
width:100%;
}

div#menu ul ul ul,div#menu ul ul li:hover ul ul {
display:none;
}

div#menu ul ul li:hover ul {
display:block;
}

.hotkey {
text-decoration:underline;
}

div#more {
float:right;
width:100px;
color:#fff;
margin:0;
padding:2em 10px 0 0;
}

div#more h3 {
margin-top:0;
color:#fff;
background-color:teal;
background-position:right;
background-repeat:repeat-y;
width:100px;
padding:.2em;
}

div#content {
margin-left:10em;
margin-right:0;
background-image:url(bckgrndpics/beige111.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 {
text-align:center;
}

div#content p {
margin-left:50px;
margin-right:9em;
text-align:justify;
}
h1 {
color:#800000;
}
h2 {
color:#698b22;
margin-left:20px;
margin-right:20px;
}
.hiliter {
background-color:red;
}

.hiliteb {
background-color:#23238e;
}

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:120px;
}

img.more1 {
width:100px;
height:170px;
}

img.c1 {
width:190px;
height:170px;
border:none;
}

#cleardiv {
clear:both;
height:1em;
}

div#footer {
clear:both;
width:100%;
float:left;
background-color:#836c66;
padding:.5em 0;
}

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;
}

.yellow {
color:#ff0;
}

.red {
color:red;
}

.navy {
color:#23238e;
}

.lightblue {
color:#87ceeb;
}

.purple {
color:#ba55d3;
}

.pink {
color:#f0a;
}

.green {
color:#698b22;
}

.green2 {
color:#00AF3F;
}

.green3 {
color:#009b48;
}

.orange {
color:orange;
}

.beige {
color:#c7b37f;
}

.black {
color:#000;
}

.teal {
color:teal;
}

.gold {
color:#eeb422;
}

.maroon {
color:maroon;
}

.gray {
color:gray;
}

.blue {
color:#33f;
}

.white {
color:#fff;
}

@media print {
#wrapper {
width:100%;
}

#leftcolumn,#navbar,#menu,#footer {
display:none;
}
}