@charset "utf-8";
/* Author: Matt Perry */
/* Copyright 2011: Sky 1 Technologies */
/* Author's Website: http://www.sky1tech.com */

/* Reset iphone font sizing */
html { -webkit-text-size-adjust:none; }

/* Reset size */
html, body {width: 100%; height: 100%;}

/* Resite Margins and Paddings */
*, html, body, h1, h2, h3, h4, h5, p, div, span, li, ul {margin: 0; padding: 0;}

/* Colors        */
/* Red:  #A50021 */

body          {background: #a50021; font-family: "Times New Roman", Times, serif; color: black;}

#container    {width: 820px; margin: 0 auto;}

#header       {text-align: center;}
#header img   {padding: 20px 0 30px;}

#menu         {background: white;}
#menu li      {float: left; list-style: none; font-size: 20px; padding: 0 1em; height: 35px; display: block;}
#menu li a    {width: 100%; height: 100%; padding: 0 4%; display: block; line-height: 35px; color: black; text-decoration: none;}
#menu li a:hover {text-decoration: underline;}

#content      {height: 530px;}
#content h2   {padding: 10px; text-align: center; background: white; color: #A50021; font-size: 26px;}
#content p    {padding: 12px 0; font-size: 22px; font-weight: bold;}
#content a    {color: black; text-decoration: none;}
#content a:hover {text-decoration: underline;}

#footer       {height: 70px;}
#footer p     {text-align: center; line-height: 70px;}
#footer a     {text-decoration: none; color: black;}
