@import url('reset.css');

/************************************************************************/
/*  SET UP
/************************************************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtr #content-container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	}


/************************************************************************/
/*  TYPOGRAPHY
/************************************************************************/
	
h1 {
	font-size: 2.5em;
	margin: 15px 0px;
	float: left;
	}
	
h2 {
	font-size: 2em;
	margin: 15px 0px;
	}
	
p {
	font-size: 1.2em;
	margin: 0px 0px 25px 0px;
	}
	
	
a:link {
	color: #a8985e;
	}
	
a:visited {
	color: #8c8c8c;
	}
	
a:hover {
	color: #5e5e5e;
	}