* {margin:0; padding:0;}
body  {text-align: center;}

input {
font-family: Arial;
font-size: 11px;
color: #888;
padding: 5px;
background-image: url(_gfx/input.gif);
background-repeat: repeat-x;
border: 1px solid #bbb;
margin: 0 10px 10px 0;
width: 200px;
}

*html input {
height: 25px;
}

input.chk {
width: 13px;
height: 13px;
padding: 0;
margin: 0 8px 0 0;
border: 0;
background-image: none;
}
input#submit  {
margin: 15px 0 0 0;
width: 120px;
background-color: transparent;
background-image: url(_gfx/submit.gif);
background-repeat: no-repeat;
text-indent: -3000;
background-position: center top;
overflow: hidden;
display: block;
border: 0;
}
input.red {

background-image: url(_gfx/input_red.gif);
color: #ffffff;
}
#site {
font-family: Arial;
font-size: 11px;
color: #666;
text-align: left;
margin: 20px auto 0 auto;
width: 1000px;
height: 550px;
background-image: url(_gfx/background.jpg);
background-repeat: no-repeat;
}
#copy {
float: left;
width: 82px;
margin: 300px 0 0 0;
padding: 0 0 0 15px;
color: #ccc;
}
*html #copy{
width: 97px;
}
#copy a:link, #copy a:visited {
color: #aaa;
font-weight: bold;
text-decoration: none;
}
#copy a:hover {
color: #000;
font-weight: bold;
text-decoration: underline;
}
#content {
padding: 10px 0;
height: 400px;
color: #fff;
}
#content ul {

margin: 10px 0 0 0;
}
#content li {
width: 530px;
list-style-type: none;
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #fff;
}
#content h1 {
color: #D9E6EC;
font-size: 30px;
font-weight: bold;
margin: 20px 0 20px 0;
}
#content form {
font-size: 13px;
}
#footer {
margin: 0 0 0 77px;
color: #fff;
font-size: 16px;
width: 860px;
text-align: justify;
}
#footer #link {
float: right;
margin: 25px 0;
}
#footer #link a:link, #footer #link a:visited {
font-size: 14px;
color: #fff;
text-decoration: none;
font-weight: bold;
}
#footer #link a:hover {
text-decoration: underline;
}

#more {
float: left;
}
#footer #more img {
float: left;
margin:0 10px 0 0;
border: 0;
}
#footer #more p {
margin: 12px 0 0 0;
font-size: 20px;
}
#footer #more a:link, #footer #more a:visited {
color: #fff;
text-decoration: none;
}


#more_links {
float: right;
line-height: 2em;
}
#more_links a:link, #more_links a:visited {
font-size: 14px;
font-weight: bold;
color: #fff;
text-decoration: none;
}
#more_links a:hover {
text-decoration: underline;
}