/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* --== Hacked to a bloody pulp by Jeremiah Foster - http://jeremiahfoster.com ==-- */

body {
    background:			white;
    font-size: 			14pt;
    font-family:		'Lato', sans-serif;;
    padding:			0px;
    margin:			0px;
}

a:hover    {  color: #ffcc00;}
a:active   {  color: #ffcc00;}
.header	   {  margin: 1em; background: white; width: 760px; }

h1 {
    font-family: 		'Titillium Web', sans-serif;;
    font-size: 			28px;
}

h2 {
    font:  			Geneva, Arial, sans serif;
    font-size:			28px;
    font-weight: 		bold;
    padding-left:		15px; 	
}

h3 {
    font:                       Arial, sans serif;
    color: 			#440000;
    font-size:			20px;
    font-weight: 		bold;
    margin:			0px;
}

img {
 border:			none;
}

font {
 background: 			white;
 padding: 			6px;
}

/* -------  container centers layout  ------ */
#container {
 width:				950px;
 padding:			0px;
 margin: 			30px;
 border:			2px solid black;
 margin-top:			3px;
 margin-left: 			auto;
 margin-right: 			auto;
} 

/* ----------banner for logo-------------- */
#banner {
 background-color: 		white;
}

/* -----------------content--------------------- */ 
#content { 
    margin:			30px;
    font-size: 			14pt;
    font-family:		'Lato', sans-serif;;
}

/*  ----------------footer---------------------- */ 

#footer {
 padding:		4px;
 background: 		white;
 font:  		9pt Verdana, Arial, sans serif;
 height:		80px;
} 


#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 
