
* {
margin:0;
padding:0;
}

body {
background:#adadad url(background.jpg);
color:#222222;
font:normal 62.5% sans-serif;
padding:10px 10px 10px 10px;
}

#wrapper {
background:#333322;
width:912px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#container {
background:#dcdac9;
border-top:6px solid #333322;
font-size:1.3em;
line-height:1.3em;
width:900px;
margin:0 auto;
}

#menuframe {
position: absolute; 
left: -100px; 
top: -100px; 
width: 0px; 
height: 0px; 
border: 4px solid green;
-webkit-box-shadow:0 0 4px rgba(120,120,120,0.7);
box-shadow:0 0 4px rgba(120,120,120,0.7);
}

h1 {
color:#444422;
padding:8px 0 2px;
font:normal 2.4em serif,sans-serif;
}

h2 {
color:#444422;
padding:8px 0 2px;
font:normal 1.6em serif,sans-serif;
}

h3 {
color:#444422;
padding:8px 0 2px;
font:bold 1.2em serif,sans-serif;
}

p {
padding:2px 0px 10px 0px;
}

ul {
padding: 2px 0px 0px 14px;
}

.content {
background:white;
}

.header {
background:#000 url(header.jpg) no-repeat left bottom;
height:100px;
text-align:center;
}

.bottom {
background:#dcdac9;
border-top:1px solid #aaaa88;
color:#444444;
padding:14px 20px;
}

.bottom .left,.bottom .right {
width:49%;
}

.footer {
background:black url(header.jpg) no-repeat left bottom;
color:#dcdac9;
font:normal 0.8em Tahoma,sans-serif;
border-top:1px solid #aaaa88;
border-bottom:6px solid #333322;
padding:1px 14px 1px 14px;
}


.clear {
clear:both;
font-size:0;
}

.content {
padding:18px 20px;
}

.left {
float:left;
}

.right {
float:right;
}

.right .content {
padding:18px 12px 12px;
}


div.menubar {
border-top:1px solid #aaaa88;
border-bottom:1px solid #aaaa88;
}

div.menubar ul {
list-style:none;
position:relative;
text-align:center;
padding:4px 0px 4px 0px;
}

div.menubar ul li {
display:inline;
padding:10px 10px 10px 10px;
}

div.menubar ul li a {
color:#444422;
font:bold 1em Tahoma,sans-serif;
text-align:center;
text-decoration:none;
}

div.menubar ul li a:hover {
text-decoration:underline;
}

div.menubar ul li.active {
position:absolute;
width:0;
text-decoration:underline;
}

