html, body { height:100% }
body  { color: #fff; background-color: #000; margin: 0; padding: 0 20px; }
body, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
  font-family: 'Roboto', sans-serif;
}

h1 { color: #fff; font-size: 3.6em; text-align:center;font-weight:200;margin:12px 0;line-height:1em;}
h2{ color: #72ffff; font-size: 2.6em; text-align:center;font-weight:200;margin:0}

a { font-weight:bold; text-decoration: none;}
a:link { color: #275364; }
a:visited { color: #aaa; }
a:hover, a:active, a.active { color: #ff8c00; text-decoration: underline; }

p { text-indent:14px; }
p img {float:left; margin: 0 14px 14px 0; border: 4px solid #f2f2f2;}

/*
** Page layout elements
*/

#header {text-align:center;margin:20px auto;}

#header #logo img {border:0}

#header .nav td {}

#content { text-align:center;width:300px;margin:auto;}

#content h1, #content h2 {font-family: 'Permanent Marker', cursive;}

#contact-form { width:50%; text-align:right;}
#contact-form input, #contact-form textarea {margin:10px 0 0 10px;}

#footer {text-align:center;font-size:0.8em;color:#ccc;margin:40px 0px;padding-bottom:20px}

#footer .nav td {}