body {
background: #1c1c1c;
text-align: center;
font-family: Verdana;
font-size: 12px;
margin: 0px;
padding: 0px;
}

#box {
margin: 0 auto;
text-align: left;
width: 780px;
background: #fff;
}

#top {
height: 70px;
background: white;
}

#logo { 
float: left;
width: 250px;
height: 54px; 
margin-top: 8px; 
margin-left: 5px; 
background: url('./logo.jpg');
}

#nav {
float: right;
margin-top: 40px;
margin-right: 30px;
word-spacing: 10px;
}
#header {
height: 272px;
background: url(../sys/header.jpg) no-repeat;
}

#content {
padding: 30px;
}

#loga{
clear: both;
height: 120px;
background: url(../sys/loga.jpg) no-repeat;
}

#footer {
clear: both;
height: 61px;
background: url(../sys/footer.jpg) no-repeat;
color: #e77f7e;
}

.footer {
text-align: center;
padding-top: 15px;
}

#top img {
padding: 1px;
padding-right: 6px;
}

#left {
float: left;
width: 220px;
}

#right {
float: right;
width: 490px;
}

p {text-indent: 20px; margin-top: 15px; margin-bottom: 20px;}

h1 {font-weight: bold; font-size: 18px; margin: 10px; margin-bottom: 20px;}

a:link    {color: #000;}
a:visited {color: #000;}
a:active  {color: #000;}
a:hover   {color: #000; text-decoration: none}

h3 {margin: 0px; padding: 0px;}
