body {
background: #fcfbe4 url(img/back.jpg) center top no-repeat;
margin: 0px;
padding: 0px;
font: 0.75em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.7em;
color: #000000;
width: 100%;
text-align:center;
}

#page {
margin: auto;
width: 1000px;
text-align: left;
background: #fff;
border-right: #999 1px solid;
border-left: #999 1px solid;
}

#header {
clear: both;
display: block;
width: 1000px;
height: 200px;
}

#left_menu {
padding: 10px;
width: 179px;
min-height: 800px;
background: #fff;
float: left;
}

#left_menu a {
text-decoration: none;
font-weight: bold;
background: #efe5c3;
margin: 0;
margin-top: -11px;
padding: 4px 10px;
display: block;
}

#left_menu a:link, #left_menu a:visited {
color: #600;
}

#left_menu a:hover, #left_menu a:active {
color: #fff;
text-decoration: underline;
background: #ca5;
}

#content {
width:779px;
min-height: 800px;
padding: 10px;
background: #fff;
margin-top: -19px;
margin-left: 200px;
border-left: #ccc 1px solid;
}

h1, h2, h3, h4 {
color: #600;
}

h1 {
margin: 0px;
padding: 5px 10px;
background: #ca5;
font-size: 1.5em;
text-shadow:1px 1px #fd8;
}

h2 {
margin: 20px 0 0 0;
padding: 5px 10px;
background: #efe5c3;
font-size: 1.3em;
text-shadow:1px 1px #fff;
}

#content a {
text-decoration: none;
font-weight: bold;
}

#content a:link, #content a:visited {
color: #600;
}

#content a:hover, #content a:active {
color: #000;
text-decoration: underline;
}

#content table {
width:100%;
border:#999 1px solid;
margin-top: 10px;
}

#content table th {
background: #ddd;
}

#content table th, #content table td {
border: #ccc 1px solid;
text-align: center;
}

#footer {
clear: both;
display: block;
width: 980px;
height: 20px;
border-top: #ccc 1px solid;
background: #ddd;
padding: 10px;
}

#footer a {
text-decoration: none;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #666;
}

#footer a:hover, #footer a:active {
color: #000;
text-decoration: underline;
}

.copyright {
float: left;
}

.powered {
float: right;
}

.alignright {
float: right;
margin: 0 0 10px 10px;
}

#content ul {
margin-left: -25px;
line-height: 2em;
}
