	body {
		color: black;
		font-weight: normal;
		font-family: Avant Garde, Helvetica, Arial, sans-serif;
		}
	/* I don't want an indent on my photo pages, so I'll comment out this whole indent statement.
	p {
		text-indent: 3%;
		}  */

	/* this code will set default link colors */
		a:link { color: white }
		a:hover {color: rgb(245, 0, 0) }
		a:visited {color: rgb(100, 100, 100) }

	/* h1 is going to be my big pull quote font */
	h1 {
		color: white;
		font-family: Avant Garde, Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 150%;
		}

	/* h2 is my large top links font */
	h2 {
		color: white;
		font-family: Avant Garde, Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 125%;
		}

	/* h3 is my smaller sidebar links font */
	h3 {
		color: white;
		font-family: Avant Garde, Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 100%;
		}

/* Now I'm going to start the divisions for the various sections */
		#container {
			width: 640;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 2px;
			background-color: black;
			width: 640px;
		}

		#sidebar-a {
			float: left;
			width: 148px;
			\width: 148px;
			w\idth: 148px;
			height: 490px;
			margin: 0;
			margin-right: 2px;
			padding: 5px;
			background-color: rgb(190, 190, 190);
		}

		#content {
			padding: 5px;
			margin-left: 160px;
			width: 480px;
			height: 490px;
			background-color: rgb(150, 150, 150);
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 2px;
			background-color: black;
			width: 640px;
		}