html {
  background: #131313 url(image/background.jpg) no-repeat center top; 
}

body {
  text-align: center;
}

#content {
  width: 942px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  float: none;
  display: block;
  margin-bottom: -50px;
}

#header {
  width: 942px;
  height: 200px;
  background: url(image/header.php) no-repeat;
  margin-top: 10px;
  position: relative;
  display: block;
}

#header h1 {
  font-family: Century Gothic;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  padding: 68px 0 0 50;
  margin: 0;
}

#header h2 {
  font-family: Century Gothic;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  padding: 0 0 0 50px;
  margin: 0;
}

#position {
  font-family: Verdana;
  font-size: 10px;
  text-align: left;
  position: relative;
  margin: 30px 11px 0 11px;
  padding: 0;
  color: #CCCCCC;
}

#position a, a:visited {
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  color: #CCCCCC;
}

#position a:hover, a:active {
  font-family: Verdana;
  font-size: 10px;
  text-decoration: none;
  color: #FFFFFF;
}

#position .login {
  position:absolute;
  text-align:right;
  top:3px;
  right:0;
}

#main {
  width: 942px;
  position: relative;
}

#secondary {
  width: 201px;
  float: left;
}

#list {
  width: 201x;
  margin-top: 22px;
  position: relative;
  display: block;
}

#list .head {
  height: 40px;
  background: url(image/menu_head.jpg) no-repeat;
}

#list .bg {
  background: url(image/menu_bg.jpg) repeat-y;
  overflow: auto;
}

#list .foot {
  height: 10px;
  background: url(image/menu_foot.jpg) no-repeat;
}

#list h1 {
  font-family: Verdana;
  font-size: 14px;
  font-variant: small-caps;
  color: #BFBFBF;
  padding: 16px 0 0 26px;
}

#list h1:first-letter {
  font-family: Verdana;
  font-size: 12px;
}

#list ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 8px 31px;
}

#list #current a {
  color: #FFFFFF;v
}

#list a,
#list a:visited {
  font-family: Verdana;
  font-size: 14px;
  text-decoration: none;
  color: #CCCCCC;
}

#list a:hover,
#list a:active {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

#primary {
  width: 699px;
  margin-left: 233px;
  font-family: Verdana;
  font-size: 14px;
  color: #FFFFFF;
}

#primary h1 {
  font-family: Century Gothic;
  font-size: 30px;
  color: #BFBFBF;
  padding: 22px 0 0 22px;
  margin: 0;
}

#primary h2 {
  font-family: Century Gothic;
  font-size: 18px;
  color: #BFBFBF;
  padding: 22px 0 0 22px;
  margin: 0;
}

#primary p {
  font-family: Verdana;
  font-size: 14px;
  text-align: justify;
  color: #FFFFFF;
  margin: 18px 10px 18px 22px;
}

#primary img {
  margin-right: 5px;
  margin-bottom: 7px;
}

#primary a,
#primary a:visited {
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
  text-decoration: none;
  color: #565A9E;
}

#primary a:hover,
#primary a:active {
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
  text-decoration: underline;
  color: #565A9E;
}

#primary .date {
  font-family: Verdana;
  font-size: 12px;
  float: right;
}

#footer {
  width: 942px;
  height: 49px;
  background: url(image/footer.jpg) no-repeat;
  margin-top: 22px;
  position: relative;
  float: left;
}

#copyright {
  font-family: Verdana;
  font-size: 14px;
  text-align: center;
  color: #CCCCCC;
  padding-top: 19px;
}

#copyright a,
#copyright a:visited {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold; 
  text-decoration: none;
  color: #565A9E;
}

#copyright a:hover,
#copyright a:active {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #565A9E;
}