body{
  margin: 0;
  padding: 0;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 12px;
  background: #ffffff url("../images/body-tile.png")  center top repeat-y;
}

h1{display: none;}
h2{font-size: medium;}
h3{font-family: Georgia, "Times New Roman", serif; font-size: medium;}
h4{}

a{}
a:link, a:active{}
a:visited{}
a:hover{}

ul{}
li{}

p{text-align: justify;}

address{font-style: normal;}

input, textarea{ border: 0; border: 1px solid #ccc;}

table{font-family: Arial, "Times New Roman", serif; font-weight: bold;}

.clear{clear: both; width: 100%;}

.hr{border-bottom: 1px solid #666;}
.hr hr{
display: none;
}

/* Container Elements */
#container{
  margin: 0 auto;
  width: 825px;
}

#wrapper{
  width: 585px;
  padding: 20px;
  margin-left: 35px;
}

#content{
  width: 100%;
  margin-top: 30px;
}

#left-col{
  float: left;
  width: 575px;
}

.rightimage{
  float: right;
  padding: 0 0 0 30px;
}

#right-col{
  float: left;
  width: 325px;
  margin-left: 30px;
}

#contact-left{
  float: left;
  width: 220px;
}

#contact-right{
  float: right;
  width: 325px;
}

/* End Container Elements */

/* Block Elements */
#header{
  width: 375px;
  float: right;
  background: url("../images/logo.jpg") no-repeat;
}

#nav{
  width: 100%;
  margin: 0 0 0 -10px;
}

#footer-top{
  display: inline;
  float: right;
  width: 623px;
  height: 55px;
  margin: 20px 0px 0px 32px;
  
}

#footer{
  display: inline;
  float: right;
  width: 750px;
  height: 100px;
  margin: 0px 0px 0px 32px;
  padding-top: 15px;
  background: url("../images/footer-tile.png") no-repeat;
}

#copyright{
  display: inline;
  float: right;
  margin: 0;
  padding-top: 15px;
 
}

.copyrighttext{
  display: inline;
  float: right;
  margin: 0;
  padding-top: 15px;
 
}

/* End Block Elements */

/* Links, fonts & images */
#header h1{
  display: block;
  margin-top: 60px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: large;
  color: #666;
  text-align: center;
}

#nav{
  font-family: Arial, "Trebuchet MS", serif;
  font-size: medium;
}

#nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul li{
  display: inline;
  padding: 0px 10px;
  border-right: 1px solid #000;
}

#nav ul li a{}
#nav ul li a:hover, #nav ul li.current{color: #000;}
#nav ul li.current{text-decoration: none;}

.contact{
  color: #333;
}

#footer{
  text-align: center;
  color: #333;
}
/* End Links, fonts & images */
