article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{ display: block; }

html
{
  margin: 0;
  padding: 0;
  background: #383c4a;
}
   
body 
{
  margin: 0;
  padding: 0;
  background: #383c4a;
  color: #bbc0ca;
  font-family: "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
}

p 
{
  margin: 4px 20px 4px 20px;  
}

h1 
{
  color:#ffffff;
  font-size: 20px;
  line-height: 2.0em;
  font-weight: bold;
  margin: 6px 20px 4px 20px;
}

h2 
{
  color:#ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 5px 20px 3px 20px;
}

h3 
{
  color:#9fbc82;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 5px 20px 3px 20px;
}

a:link, a:visited 
{
  color: #7cab63;
}

a:hover 
{
  color: #9fbc82;
}

a:active 
{
  color: #ffffff;
}

hr
{
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px solid #454a57;
}

.comment_text
{
  color: #7f8699;
}

.menu 
{
  display: block;
  min-height: 50px;
  height: 50px;
  background: #2e323e;
  vertical-align: middle;
  line-height: 38px;
  padding: 2px 10px 2px 10px;
}

a#logo
{
  display: inline-block;
  font-size: 36px;  
  text-decoration: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 36px;
  height: 36px;
  line-height: 38px;
}

a#logo:link, a#logo:visited, a#logo:hover, a#logo:active 
{
  color: #9fbc82;  
}

.menu_btn
{
  font-size: 14px;
  color: #bbc0ca;
  text-decoration: none;  
  min-height: 36px;
  height: 36px;
  display: inline-block;
  margin: 0px 8px 2px 8px;
  padding: 0px 10px 0px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.menu_btn:link, .menu_btn:visited
{
  color: #bbc0ca;
  background: #2e323e;
}

.menu_btn:hover, .menu_btn:active
{
  color: #bbc0ca;
  background: #3b3f4a;
}

.hdr 
{
  background: #404652;
}

.frm
{
  background: #303440;
}

img.photo {
	border: 1px solid #9fbc82;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	width: 240px;
	height: 240px;
}

#body
{
	display: block;
	background: #2e323e;
	padding: 20px;
	margin: 30px 40px 30px 40px;
    border: 1px solid #454a57;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

ul {
	list-style: disc inside;
}

.table {
	display: table;
  	width: 100%;
   	padding: 0 20px 0 0;
}

.row {
	display: table-row;
	width: 100%;
}

.left_col {
	display: table-cell;
	vertical-align: top;
	width: 260px;
	padding: 20px;
	border-bottom: 1px solid #404652;
}

.right_col {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	border-bottom: 1px solid #404652;
}

#contact {
	vertical-align: middle;
	font-size: 16px;	
}