#main {
  margin-left: 170px;
  width: 440px;
}

#main h1 {
	text-align: center;
}

#banner {
  clear: both;
  width: 600px
  height: 175px;
  background-image: url(../images/logo.gif);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
}

#body {
width: 620px;
}

#sidebar {
float: left;
width: 160px;
background: #fff url(../images/side_shade.jpg) right center repeat-y;
margin-top: 35px;
padding-right: 3px;
line-height: 200%;
}

#sidebar li {
  padding-left: 35px;
  margin-bottom: 15px;
  list-style: none;
  background-image: url(../images/gold_shade.jpg);
  background-repeat: no-repeat;
}

#footer {
color: #ffd700;
text-align: center;
}

.link {
  text-align: center;
}

.clist {
  text-align: center;
}

.email {
  text-align: center;
}
.pr {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
   border: 1px solid #666;
   padding: 10px;
}

.pl {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   border: 1px solid #666;
   padding: 10px;
}

