* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image:url(images/shadow.jpg);
  background-repeat: repeat-y;
  background-attachment:fixed;
  background-position:center; 
  background-color: #708090;
  color: black;
  font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
  text-align: left;
}
p {
  margin: 20px 0px;
  font-size: 12px;
}
h2 {
  font-size: 16px;
  color: #696969;
  text-align: center;
}
h3 {
  font-size: 15px;
  color: #696969;
  text-align: center;
}
h4 {
  font-size: 14px;
  color: #696969;
  text-align: center;
}
h5 {
  font-size: 13px;
  color: #696969;
  text-align: center;
}
li {
 font-size: 12px;
 line-height: 30px;
 }	
#container {
  background-image: url(images/headerbg.gif);
  background-repeat: no-repeat;
  width: 760px;
  background-color: white;
  color: black;
  margin-left: auto;
  margin-right: auto;  
}
#header {
  background-image: url(images/pc_banner.jpg);
  background-repeat: no-repeat;
  position:relative;
  width: 760px;
  height: 200px;
  background-color: transparent;  
}
#header h1 {
  font-size: 20px;
  padding: 18px 0px 50px 0px;
  text-align: center;
  color: white;
}
#header h4 {
  margin-left: 180px;
  margin-right: auto;
  color: #1E6CBE;
}
#header a {
  font-size: 15px;
  color: #1E6CBE;
}
#main {
  background-image: url(images/desktop.jpg);
  background-repeat: no-repeat;
  position:relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  clear: both;    
}
#footer {
  width: 760px;
  height: 60px;  
  position: relative;
  background-color: black;
  color: gray;
  clear: both;    
}
#footer p {
  padding: 20px 0px 0px;
  width: 760px;
  text-align: center;
 }
#links {
  text-align: center;
  position: relative;
}
.centerimage {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both
}
.padding {
  padding-top: 10px;  
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
