body {
	letter-spacing:0;
	background:#fff !important;
	font-weight:300 !important;
    overflow-x: hidden;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif
}

.mainframe {
  text-align: center;
  width: 980px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  }



.frame-content{
  margin-top: 15px;
  border-top: 1px solid red;
  padding-top: 5px;
  padding-bottom: 5px;
}

.frame-pic{
  border-bottom: 1px solid red;
  padding-bottom: 5px;
  
}


.frame-text{
  margin-top: 10px;
  float: left;
  width: 480px;
}

.frame-contact{
  margin-top: 10px;
  float: right;
  width: 480px;
  border-left: 1px solid red;
}



.line-h { 
  border :none; 
  border-top: 1px solid red; 
  background-color:#FFFFFF; 
  height: 1px; 
  width:  440px;

}

ul{
  list-style-type: none;
  color: #646363;
  
}

h1{	
    color: #646363; 
}

h2{	
    color: #646363; 
}

h3{	
    color: #646363; 
}

a{
  color: #FF0000;
}



