@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 25px 0 25px 0;
	outline: 0;
	border: 0;
	background: #98FB98;
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	vertical-align: baseline;
	line-height: 1;
	color: #000000;
}

#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#header {
	background: #98FB98 url('http://mestephen.com/header1.png');
	border: 0px solid #000000;
	height:165px;
	padding: 0;
}

	#header p {
	position:relative;
	text-align:left;
	width:70%;
	color: #000000;
	left:200px;
	top:17px;
	font-style:italic;
	}

	#header img.logo {
		position:relative;
		left:38px;
		top:27px;
		width:339px;
		height:107px;
	}

#topbar {
	width:100%;
	height:26px;
	background: url('http://mestephen.com/header2.png');
}

	#topbar ul {
		padding:5px;
	}

	#topbar li {
		display:inline;
	}

		#topbar a.toplink:link { 
			text-align: center;
			text-decoration:none;
			background-color: ;
			color: #000000; 
			padding:0.2em 0.6em;
		}

		#topbar a.toplink:visited {
			text-align: center;
			text-decoration:none;
			background-color: ;
			color: #000000; 
			padding:0.2em 0.6em;
		}
		
		#topbar a.toplink:hover {
			color:#FFFFFF;
		}

#content {
	padding: 0 20px;
	background: #FFFFFF;
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-left: 1px #00CC00;
	border-right: 1px #00CC00;
}

	#content h1 {
	margin: 0;
	padding: 10px 0;
	font-size:xx-large;
	font-weight:bold;
	list-style: none;
	}
	
	#content h2 {
	margin: 0;
	padding: 10px 0;
	font-size:x-large;
	font-weight:bold;
	}
	
		#content h2:hover {
			color: #000000;
			text-decoration: none;
		}
	
	#content p {
		padding: 0 0 15px 0;
	}
	
	#content ul {
		list-style:square;
		margin-left: 40px;
	}
	
		#content ul.left {
			list-style:square;
			margin-left: 40px;
			float:left;
		}
	
		#content ul.right {
			list-style:square;
			margin-left: 40px;
			float:left;
		}
	
			#content li {
				list-style:none;
				margin-left: 20px;
			}
	
	#content img {
		padding: 20px;
	}
	
	#content img.aboutmepic {
		float: right;
		padding-top:0px;
	}
	
	#content small {
		font-size:x-small;
		text-align:right;
		padding: 0 0 10px;
		display:block;
	}

#footer {
	background: #98FB98 url('http://mestephen.com/footer.png');
	height:70px;
	padding: 0px 10px;
	clear:both;
	margin-top: 10px;
}

	#footer p {
		padding: 10px 0;
		font-size: small;
		text-align:center;
	}
	
img.links {
	display:inline;
	padding: 10px 20px 10px 20px;
	border:none;
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
