body {
background: #fff url(img/back.jpg) center top;
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: #000 1px solid;
border-left: #000 1px solid;
}

#header {
clear: both;
display: block;
width: 1000px;
height: 380px;
background: #ccc url(img/header.jpg) center top no-repeat;
}

#left_menu {
clear: both;
display: block;
width: 800px;
height: 25px;
background: transparent;
padding: 0 0 0 10px;
text-align: center;
margin-top: -167px;
margin-bottom: 10px;
padding-left:200px;
z-index:1000;
}

#left_menu a {
text-decoration: none;
font-weight: bold;
background: #000 url(img/back_2.jpg) center top;
margin: 0 5px 0 0;
padding: 6px 15px;
display: inline;
float: left;
border-left: #310 2px outset;
border-top: #310 2px outset;
border-right: #310 2px outset;
border-bottom: 0;
font-size: 1.1em;
border-radius: 10px 10px 0 0;
}


#left_menu a:link, #left_menu a:visited {
color: #fff;
}

#left_menu a:hover, #left_menu a:active {
color: #000;
text-decoration: none;
background: #fff;
border-left: #fff 2px outset;
border-top: #fff 2px outset;
border-right: #fff 2px outset;
}

#content {
width:979px;
min-height: 800px;
padding: 10px;
background: #fff;
margin-top: 10px;
}

h1, h2, h3 {
color: #fff;
border-radius: 10px;
text-align: center;
}

h1 {
margin: 0px;
padding: 10px;
background: #000 url(img/header.jpg) center top no-repeat;
font-size: 1.5em;
text-shadow:1px 1px #000;
}

h2 {
margin: 20px 0 0 0;
padding: 10px;
background: #000 url(img/header.jpg) center bottom no-repeat;
font-size: 1.3em;
text-shadow:1px 1px #000;
}

#content a {
text-decoration: none;
font-weight: bold;
}

#content a:link, #content a:visited {
color: #310;
}

#content a:hover, #content a:active {
color: #310;
text-decoration: underline;
}

#content table {
width:100%;
border:#000 1px solid;
margin-top: 10px;
}

#content table th, #content table td {
border: #ccc 1px solid;
text-align: left;
vertical-align: top;
}

#content table th {
background: #000 url(img/header.jpg) center top no-repeat;
color:#fff;
text-align:center;
}

#footer {
clear: both;
display: block;
width: 980px;
height: 20px;
border-top: #000 1px solid;
color: #fff;
background: #000 url(img/header.jpg) center top no-repeat;
padding: 10px;
}

#footer a {
text-decoration: none;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #fff;
}

#footer a:hover, #footer a:active {
color: #ddd;
text-decoration: underline;
}

.copyright {
float: left;
}

.powered {
float: right;
}
