@charset"utf-8"; /*css document*/

* {
font-family:arial, sans-serif;
/* font-family:"palatino linotype", "book antiqua", palatino, serif; */
}

html {
/* overflow:auto; */
}

body {
background:url(../images/bg.jpg) repeat-x #a5a5a5;
/* background: #ADADAD; */
}

* a {
text-decoration:none;
}

* a:focus {
outline:none;
}

.admintable {
margin:5px auto;
/* width:95%; */
}

.admintable tr.border {
border:1px solid #ccc;
}

.admintable th {
padding:5px;
text-align:left;
}

.admintable td {
padding:5px;
}

.alignright {
float:right;
margin:5px;
width:175px;
}

.clear {
clear:both;
}

.hr {
background-color:#888;
clear:both;
height:1px;
margin:10px auto;
width:85%;
}

.layout {
}

.printonly {
display:none;
}

#container {
background:#fff;
border:1px solid #777;
margin:34px auto 0;
width:900px;
}

#header {
border-bottom:2px solid #bb030b;
background:url(../images/headac.jpg) center right no-repeat;
height:210px;
}

#header img {
height:90%;
margin:15px 0 0 15px;
}

#nav {
border:1px solid #999;
float:left;
font-size:11px;
margin:10px;
padding:5px;
width:170px;
}

#nav p {
font-size:inherit;
margin:5px 3px;
}

#nav strong {
/* color:#B9050B; */
}

#nav a {
color:#777;
display:block;
line-height:1.2em;
margin:3px;
}

#nav a:hover {
color:#bb030b;
font-weight:bold;
text-shadow:1px 1px 3px #000;
}

#nav input[type=text],
#nav textarea {
color:#777;
display:block;
font-size:10px;
margin:2px 0;
padding:2px 4px;
width:160px;
}

#nav input[type=submit],
#nav input[type=reset] {
margin:2px auto;
width:75px;
}

#content {
float:left; /* */
font-size:12px;
padding:10px;
width:678px; /* */
}

#content a {
color:#bb030b;
}

#content h1 {
border-bottom:1px solid #bb030b;
clear:both;
color:#bb030b;
font-size:1.7em;
font-weight:normal;
margin:10px 0;
text-shadow:1px 1px 3px #000;
}

#content h2 {
clear:both;
font-size:1.4em;
margin:20px 0 3px 0;
}

#content h3 {
font-size:1.2em;
}

#content img.centered {
display:block;
margin:0px auto;
}

#content input[type=text],
#content textarea {
color:#777;
display:block;
font-size:10px;
margin:2px 0;
padding:2px 4px;
width:250px;
}

#content input[type=submit],
#content input[type=reset] {
margin:2px auto;
width:100px;
}

#content p {
color:#444;
line-height:1.6em;
margin:0 0 10px 0;
}

#content li {
color:#444;
line-height:1.6em;
}

#footer {
background:#ccc;
border-top:1px solid #777;
color:#555;
padding:10px;
text-align:center;
}

#footer p {
font-size:11px;
margin:0;
}

#bottomspace {
height:30px;
}


@media print {
.printonly {
display:block;
}

#container {
border:none;
width:100%;
}

#nav {
display:none;
}

#content , #content p {
padding:0px;
width:100%;
}

#footer {
border-top:2px solid #999;
}

#bottomspace {
display:none;
}
}
