/* I Met Matt - For when I find myself without business cards */
/* J. Matthew Buchanan */

* { padding: 0; margin: 0; }

body {
	font-size: 1.0em;
	text-align: center;
}

a, a:hover, a:visited { color: #000000; text-decoration: underline; outline: none; }
a img { texh-decoration: none; border-top: none; border-right: 10px solid #000000; border-bottom: 10px solid #000000; border-left: 10px solid #000000; }
a img:hover {  }

div#container {
	width: 900px;
	margin: 2em auto;
	padding: 20px 20px 10px 20px;
	color: #333;
	background-color: #fff;
	text-align: left;
}

div#header {
	width: 900px;
	height: 319px;
	padding: 0 0;
	text-align: center;
	border: none;
	clear: both;
}

div#content {
	width: 900px;
	margin: 0;
	padding: 0;
}

div#intro {
	margin-top: 100px;
	padding: 5px;
	color: inherit;
	display: block;
	background-color: #cccccc;
	text-align: center;
	
}

div#footer {
	width: 900px;
	margin: 250px 0 0 0;
	clear: both;
	text-align: center;
}

div.clear {
	clear: both;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.6em;
}


h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
}

p {
	color: #555;
	background-color: inherit;
	margin: 0 0 0.2em 0;
	font-size: .7em;
}

div#footer p {
	color: #999;
	background-color: inherit;
}
