@charset "UTF-8";
/* CSS Document */
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:175%;
  margin:0 0 0px;
  color:#666666;
  background-color:#CCCCCC;
  background: url(image/background.png) repeat-y center;  
 }
#body{
}
#wrapper{
  width:980px;
  margin:0 auto;
}
#header{
  margin:0px 10px 0px 10px;
  background: url(image/header.jpg) no-repeat center;
  height:30px;
  width:960px;
  color:#FFFFFF;
}
#header-links{
  height:30px;
  width:560px;
  color:#FFFFFF;
  padding-left:300px;
  font-size:13px;
  padding-top:7px;
}

#picture{
  margin:0px 10px 0px 10px;
  height:232px;
  width:960px;
}
#main{
  margin:0px 10px 0px 10px;
  width:960px;
  background:#FFFFFF;
  height:auto;
}
#content{
  float:left;
  width:540px;
  margin: 30px 5px 30px 30px;
}
#sidebar{
  float:right;
  width:350px;
  margin: 30px 30px 30px 5px;
  
}
h1.title{
  font-size:20px;
  color:#000000;
  font-weight:normal;
}
h2{
  font-weight:normal;
  font-size:16px;
}
#header-links li{
  display:inline;
  margin-top:0px;
  margin-bottom::0px;
  line-height:100%;
  padding-right:15px;
  padding-left:5px;
  margin-right:5px;
  padding-top:2px;
  padding-bottom:2px;
  border-right: solid #999999 thin;
}
#header-links ul{
  margin-top:0px;
  margin-bottom::0px;
  line-height:100%;
}
#header-links li a{
  color:#FFFFFF;
  text-decoration:none;
}  
#header-links li a:hover{
  text-decoration:underline;
  color:#FF0000;
}  
#sidebar img {
  border-width:0px;
}
table{
  width:100%;
}
.content table {
  margin: 1em 0;
  width:100%;
}
td, th {
  padding: .3em .1em;
}
tr {
  border: solid #d3e7f4;
  border-width: 1px 0;
}
tr {
  background-color: #fff;
}
tr{
  background-color: #fff;
}
td {
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

a {
  text-decoration:none;
  color:#000000;
}
a:hover{
  text-decoration:underline;
  color:#FF0000;
}
  

  