* {
	margin: 0;
	padding: .5em;
}

body {
	background-image: -moz-linear-gradient(top, #bbb, #fff);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #bbb),color-stop(1, #fff));
}

#banner {
	width: 725px;
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	background-image: url(imgs/Micah.jpg);
	background-repeat: no-repeat;
	background-position: 0px -190px;
	color: white;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	-moz-box-shadow: 0px 3px 3px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
}

h1 {
	font-family: Garmamond, "Times New Roman", serif;
	font-size: 52pt;
	float: left;
	padding: 0;
	color: #4d4dd9;
	position: relative;
	text-shadow: #333 3px 0px 3px;
}

h2, h3 {
	font-size: 13pt;
	font-family: sans-serif;
}

h3 {
	text-align: right;
	padding: 0;
}

h2 {
	z-index: 2;
	background-color: #444;
	color: white;
	text-shadow: #333 0px 3px 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 725px;
	margin: .3em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: -moz-linear-gradient(top, #4d4dd9, #09094e);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4d4dd9),color-stop(1, #09094e));
	-moz-box-shadow: #333 0px 3px 3px;
	-webkit-box-shadow: #333 0px 3px 3px;
}

p {
	width: 725px;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	border-top: 1px solid #444;
}

ul {
	z-index: 3;
	border: 1px solid #444;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	background-color: white;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-box-shadow: #333 0px 3px 3px;
	-webkit-box-shadow: #333 0px 3px 3px;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear,left top,right bottom, from(#fff), color-stop(.6, #eee), to(#eee));
}

ul li {
	list-style-type: none;
}

ul ul {
	width: 600px;
	background-image: -moz-linear-gradient(top, #a9a9ef, #7575d7);
	background-image: -webkit-gradient(linear,left top,right bottom, from(#a9a9ef), color-stop(.6, #7575d7), to(#7575d7));
}

ul ul li {
	color: white;
	text-align: center;
	font-family: sans-serif;
	text-shadow: #000 0px 2px 2px;
}

.refrences {
	border-top: 0;
	font-style: italic;
	text-align: center;
	color: #09094e;
}

a {
	margin: 0;
	padding: 0;
}

a:link {
	color: #4d4dd9;
}

a:visited {
	color: #09094e;
}

a:hover {
	color: #4d4dd9;
}

h2+#certs {
	position: static;
	height: 10em;
}

#certs li {
	margin-left: 1em;
	margin-right: 1em;
	float: left;
}

#certs li img {
	border: 1px solid black;
	width: 10em;
	padding: 0;
	margin: 3px;
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(white));
	-moz-box-reflect: below 5px -moz-linear-gradient(top, white, transparent);
}

img.portrait {
	float: left;
}
