window
{
  align: center;
}

body
{
  background-color: green;
}
a
{
  color: yellow;
}
#hd-tbl
{
  position: relative;
  left: 25%;
}
#header
{
  color: #FFFFFF;
  font-family: times;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.head-img
{
  width: 150px;
  height: 150px;
  padding-top: 30px;
}
.head-img#left
{
  padding-right: 10px;
}
.head-img#right
{
  padding-left: 10px;
}
p
{
  font-family: verdanda, arial, times, sans-serif;
  font-size: large;
  color: #FFFFFF;
  padding: 5px 5px 5px 5px;
}
p#disclaimer
{
  font-size: small;
}
p#testimonials
{
  line-height: 30px;
}
h2
{
  color: #FFFFFF;
  padding-left: 10px;
}
h3
{
  color: #FFFFFF;
  padding-left: 5px;
}
#login-table
{
  padding-left: 220px;
  color: #FFFFFF;
}
.main_pic
{
  width: 500px;
  height: 500px;
  position: relative;
  left: 100px;
  top: 10px;
  border: 1px solid;
  border-color: #FFFFFF;
}
.pic_nav
{
  width:500px;
  text-align: center;
  align: center;
}
#ntd
{
  width: 100px;
  height: 100px;
}
.pic_text
{
  width: 500px;
  position: relative;
  left: 100px;
  text-align: center;
}

.calendar
{
  text-align: center;
}
#buttons
{
  text-align: center;
  position: relative;
  left: 250px;
}
.prev
{
  font-family: verdanda, arial, times, sans-serif;
  font-size: large;
  display: inline;
  text-align: left;
}
.next
{
  font-family: verdanda, arial, times, sans-serif;
  font-size: large;
  display: inline;
  text-align: right;
  position: relative;
  left: 540px;
}