/*  
Theme Name: Allen Spalding LLC
Version: .01
Author: Ryan Faubion for Medium Large
Author URI: http://mediumlarge.com/

	Allen Spalding LLC

	This theme was designed and built by Ryan Faubion for Medium Large

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php



/* ----- CSS ----- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #eaebe0;
	color: #9b9b96;
	height: 100%;
	}
/* ----- SITE MODEL ----- */

#container {
	width: 960px;
	height: 100%;
	margin: 10% auto 40px;
	padding: 0px;
	text-align: center;
	}
#content {
	width: 300px;
	margin: -50px auto 40px;
	}
#content p{
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
/* ----- LINKS ----- */

a{
	font:;
	color: #696021;
	text-decoration: none;
	border-bottom:;
	}
a:hover{
	color: #ac9d35;
	text-decoration: underline;
	}
a:link img,
a:hover img,
a:active img {
	border:none;
	}

/* ----- HEADERS ----- */

h4.subtext {
	font-size: 1.6em;
	font-weight: normal;
	}

/* ----- IMAGES ----- */

img{
	}
img a{
	}
img a:hover{
	}

