/* this clears all presets or phoney formats */
html, body, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	}

body {
	position: relative;
	background-color: #FFFFFF;		/* white */
	background-image:url('images/background_image.jpg');
	margin-left: 40px;			/* distance from edge on left */
	margin-right: 30px;			/* distance from edge on right */
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;					/* your fonts */
	font-size: 90%;				/* take that, IE6! */
}

h1 {
	padding-left: -9999em;
	}

h2 {
	padding-bottom: 10px;
	font-size: 1.25em;
	}

h2, p {
	text-align: left;
	}

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

ol, ul {
	list-style-position:outside;
	padding-left: 14.25px;
	padding-top: 5px;
	padding-bottom: 5px;

	}

blockquote {
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
	font-size: .8em;
	padding: 5px;
	padding-left: 20px;
	width: 380px;
	float: left;
	}

.clearfix2 {
			overflow: auto;			/* auto, hidden works */
			}

	#wrapper { 
		width: 960px;
		}
	
	#header {
		position: absolute;
		width: 950px;
		height: 100px;
		text-align: left;
		float: left;
		}
	
	/* Used Web in-class discussion as a basis for the design of the navigation */ 
	/* navigation */
	#nav {
		position: absolute;
		margin-top: 85px;
		font-size: .8em;
		width: 800px;
		}

	#nav ul li {
		text-align:center;
		vertical-align: middle;
		line-height: .5em;
		display: inline;			/* block, inline, list-item, table, none*/
		}
	
	#portrait #nav_portrait,
	#stage #nav_stage,
	#street #nav_street,
	#interior #nav_interior,
	#place #nav_place,
	#blog #nav_blog,
	#about #nav_about
	{
	/*	color: #FFFFFF;				/* setting only hover */
	/*	background-color: #666666;   /* grey */
		text-decoration: underline;
		}			
		
	#nav ul li a {
		text-decoration: none;		/*takes out the underline*/
		padding: 0px 10px 0px 0px;			/* spaces the bullets out*/
		color: #666666;				/* grey header */
		}
	
	#nav ul li a:hover {
	/*	color: #fff;				/* setting only hover */
	/*	background-color: #666666;   /* grey */
		text-decoration:underline	
		}

	#content {
		position: absolute;
		color: #000000;		/* black */
		top: 110px;
		padding: 10px 0px 0px 5px;
		}
	
		
	#textcontent {
		margin-top: 110px;
		padding: 10px 0px 0px 15px;
		color: #000000;		/* black */
		width: 940px;
		}
	
	#textcontent img {
		float: left;
		}
	

	.aboutimage img {
		float: left;
		padding: 10px 120px 0px 20px;
		}

	
	#photothumb {
			position: fixed;
			width: 770px;
			height: 100px;
			text-align: left;
			float: left;
			left: 55px;
			top: 643px;
/*			bottom: 40px;		*/
			}

	#photothumb img {
			padding: 0px 1px 0px 0px;
			}


	#photothumbextend {
			position: fixed;
			width: 960px;
			height: 100px;
			text-align: left;
			float: left;
			left: 55px;
			top: 643px;
/*			bottom: 40px;		*/
			}	

	#photothumbextend img {
			padding: 0px 1px 0px 0px;
			}
	
	.photogroup {
		width: 900px;
		height: 550px;
		float: left;
		}

	.photogroup img {
		padding: 0px 10px;
		}

	.photogroupportrait {
		width: 15274px;			/* width of window; add pixel here for "portraits" page */
		height: 550px;
		float: left;
		}

	.photogroupportrait img {
		padding: 0px 10px;
		}

	.photogroupstage {
		width: 12220px;			/* width of window; add pixel here for "stages" page */
		height: 550px;
		float: left;
		}

	.photogroupstage img {
		padding: 0px 10px;
		}

	.photogroupstreet {
		width: 13640px;			/* width of window; add pixel here for "streets" page */
		height: 550px;
		float: left;
		}

	.photogroupstreet img {
		padding: 0px 10px;
		}

	.photogroupinterior {
		width: 9260px;			/* width of window; add pixel here for "interiors" page */
		height: 575px;
		float: left;
			}

	.photogroupinterior img {
		padding: 0px 10px;
		}
		
	.photogroupplace {
		width: 27720px;			/* width of window; add pixel here for "places" page */
		height: 550px;
		float: left;
			}

	.photogroupplace img {
		padding: 0px 10px;
		}
		
	.picturetext {
		float: left
		}
	
	.picturetext {
		padding: 0px 0px 0px 0px;
		}
	
	.picturetext p {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;					/* your fonts */
		font-size: 80%;				/* take that, IE6! */
		color: #666666;		/* grey */
		text-align: right;
		padding: 0px 15px 0px 0px;
		}

	#footer {
		position: fixed;
		float: left;
		bottom: 10px;		
		padding: 0px 0px 0px 12px;
/*		top: 965px;			*/

		}
