* {
  margin: 0;
  padding: 0;

  font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif;
}

body {
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #5A40C5;
}

a:hover {
  color: #3fc49c;
}

a.button {
    color: #5A40C5;
    padding: 2px 5px;
    text-weight: bold;
    background-color:#F5FFFF;
    line-height:0;
    border:solid 1px #D1D9D9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#main {
  position: absolute;

  top: 40px;
  left: 40px;

  width: 650px;
}

#main h1 {
  font-size: 40px;
  font-weight: normal;

  line-height: 40px;

  letter-spacing: -1px;
}

#main h3 {
  padding-top: 10px;
}
#main h4 {
  font-size: 15px;
  line-height:20px;
}

.address {
 margin-top: 10px;
 margin-bottom: 30px;
}

#main p {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 30px;
  
  font-size: 15px;
  
  line-height: 20px;
}



#sidebar {
  position: absolute;

  top: 0px;
  left: 0px;
  width: 200px;
  height: 100%;
  min-height:100%; 
  padding:60px 20px 0 0; 

  text-align: right;
  
}
#navlist li
{
display: inline;
}
#navlist img 
{
	padding-right: 5px;
}

#sidebar h2 {
  text-transform: uppercase;

  font-size: 13px;

  color: #333;

  letter-spacing: 1px;

  line-height: 20px;
  
}
#main ul {
 margin: 10px 0;
}
#main li {
 margin: 5px 30px;
}

#sidebar ul {

  margin: 10px 0;
}

#sidebar li {
  font-size: 14px;

  line-height: 20px;
}

#logos1 td {
  margin: 10px 0;
}
#logos2 td {
 margin: 10px 0;
}
