html {
  overflow-y: scroll;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 19px;
  min-width: 12000px;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust:none;
}

.left {
  float: left;
  width: 185px;
  height: 500px;
  padding: 10px;
  margin: 15px 0px 0px 10px;
}

.right {
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 10px;
  height: 500px;
}

.titletext {
  color: #444;
  letter-spacing:0px;
}

.titletextname {
  color: #A00;
}

.menu {
  margin: 20px 0px 0px 0px;
}

.menuselected {
  color: #000;
}

.contactsection {
  margin: 30px 0px 0px 0px;
}

.top {
  height: 468px;
}

.copyright {
  font-size: 12px;
  line-height: 18px; 
  color: #888;
}

.bioimage {
  height: 408px;
}

.biotext {
  width: 500px;
}

.blog {
  width: 600px;
  padding: 5px 0px 0px 0px;
}

.blogentry {
  margin: 0px 0px 25px 0px;
  padding: 5px 0px 0px 0px;
  border-top: 1px dotted #666;
}

.blogtitle {
  color: #000;
}

.blogimage {
  padding: 5px 0px 15px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bloglink {
  color: #66A;
}

a {
 text-decoration: none;
 color: inherit;
}

p {
  margin: 0px 0px 10px 0px;
} 

img {
  border: 0px;
}

table, tr, td {
 font-size: inherit;
 margin: 0px 0px 0px 0px;
 padding: 0px 4px 0px 0px;
}

a:link,a:visited {
  text-decoration:none;
}

a:hover,a:active {
  text-decoration:underline;
}

