body {
	background: url(http://www.stephlewis.com/images/blueback.jpg);
	background-repeat: repeat;
	}


#steph-banner {
	margin-bottom: 7px;
	border: 1px solid black;
	}

#main-container {
	margin: 20px auto;
	border: 1px solid #454545;
	padding: 7px;
	background-color: #7F9297;
	width: 792px;
	/* BOX MODEL HACK GOES HERE */
	width: 772px;
	}

#navcontainer {
	margin: 0px;
	padding-bottom: 7px;
	background-color: transparent;
	}

#navcontainer ul {
	padding: 2px 0px;
	margin: 0;
	list-style-type: none;
	background-color:  #252A22;
	color: white;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	}


#navcontainer li {
	margin: 0px;
	display: inline;
	}

#navcontainer li a {
	text-decoration: none;
	font-size: 14px;
	background-color: #252A22;
	color: white;
	font-family: arial;
	padding: 2px 18px;
	border-right: 1px solid white;
	}

#navcontainer li a:hover {
	background-color: #3476A6;
	color: white;
	}

#leftmost {
	border-left: 1px solid white;
	}


#steph-content {
	background-color: white;
	border: 1px solid #454545;
	padding: 10px;
	}

h1 {
	text-align: center; 
	font: copperplate gothic; 
	color: #3476A6; 
	letter-spacing: 2px;
	}

h2 {
	text-align: center; 
	font: arial; 
	color: #252A22; 
	font-size: 
	12px; 
	letter-spacing: 
	2px;
	}

p {
	padding-bottom: 20px;
	margin: 0px;
	font: helvetica;
	font-size: 15px;
	color: black;
	}

a:link, a:visited {
	color: #3476A6;
	}

a:hover {
	color: #252A22;
	}

img#header-image {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid black;
	}

h1#header-title {
	text-align: left;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	}
	
tr.homepage-subtitles td {
	text-align: center; 
	font: arial; 
	color: #7F9297; 
	font-size: 12px; 
	letter-spacing: 2px;
	vertical-align: text-top;
	}

#steph-content ul {
	list-style: none;
	margin: 5px;
	}

#steph-content ul li {
	margin: 10px 0px;
	}


tr td img {
	border: 4px solid transparent;
	}

tr td a:hover img {
	border: 4px solid #3476A6;
	}


