/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EAEAEA;
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	background-color: white;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	background-color: white;
	}

.widecolumn {
	line-height: 1.6em;
	background-color: white;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


	

/* End Typography & Colors */



/* Begin Structure */

#left {
	position: absolute;
	display: inline; 
	top:0;
	left:0;
	width: 109px;
	margin-top:30px;
	margin-left:51px;
      }

#page {	
	text-align: center;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 1000px;	
	position: relative;
	background: url('column.gif') repeat-y top;
	}
	
	
#footer {
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background: url('bottom.gif') no-repeat bottom;
	height: 80px; padding-left:0px; padding-right:0; padding-top:0px; padding-bottom:0;
        
}

#page  p {
	margin-top: 10px;
	margin-bottom: 10px;
        margin-left: 220px;
        margin-right: 80px;
        text-align: left;	
	}
#footer p {
	margin: 0 80px 0 0;
	text-align: right;	
	}
/* End Structure */



