*{
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 95%;
}
html{
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #D30E3C;
}
body{
  margin: 0;
  padding: 0;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-position: top center;
  color: #D30E3C;
  height: 100%;
}

#header_si {
  width: 135px;
  height: 135px;
  padding: 0px 0px 15px 0px;
  clear: none;
  float: right;
}

#pagetitle {
  padding-top: 106px; 
  padding-left: 3px;
  font-size: 24px;
  height: 24px;
  width: 145px;
  float: left;
  clear: none;
  text-align: left;
}

#header_kelly {
  width: 175px;
  height: 135px;
  padding: 0px 40px 15px 0px;
  clear: none;
  float: left;
}

#container {
  width: 680px;
  height: 100%;
  clear: both;
  padding: 0;
  margin: 0px auto 0px auto;
  background: inherit;
  color: #D30E3C;
}

#navmenu {
  width: 70px;
  height: 105px;
  float: left;
  padding-top: 45px;
}

#phonenumber {
  position: relative;
  float: right;
  left: 325px;
  top: -20px;
  font-size: 18px;
  width: 140px;
  height: 20px;
  background: inherit;
  color: #D30E3C;
}
#photowrapper {
  width: 290px;
  height: 290px;
  clear: both;
  padding: 0;
}

#navmenu li {
  padding: 0 1em 0 0;
	list-style-type: none;
}

#left {
  position: relative;
  float: left;
  width: 294px;
  padding: 22px;
  background-color: inherit;
  color: #ffffff;
  font-size: 30px;
  text-align: right;
}

#right {
  float: right;
  width: 294px;
  padding: 22px;
}

img.homeimages {
  padding-bottom: 6px;
}
a img {
  display: block;
  border: none;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: inherit;
}

.imagethumb {
  width: 85px; 
  height: 50px; 
  padding: 0; 
  margin: 0px 9px 10px 0px; 
  float: right; 
  clear: none; 
  background-color: #D30E3C;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.fullheight{
  min-height: 850px;
  height: 100%;
}

*>.fullheight{
  height:auto;
}

/* ----- LINKS ----- */

a{
  font-size: 100%;
  color: #D30E3C;
  background-color: inherit;
  text-decoration: none;
}
a:hover{
  color: #D30E3C;
  background-color: inherit;
  text-decoration: underline;
}
a:visited{
  color: #D30E3C;
  background-color: inherit;
}
a:active{
  color: #D30E3C;
  background-color: inherit;
  text-decoration: none;
}
a:focus{
  color: #D30E3C;
  background-color: inherit;
  text-decoration: underline;
}

