/* Author: Joey Buczek | joe@joeybphotography.com */

/* MAIN BODY ------------- */

html, body {
	margin: 0; padding: 0;
	font: 9pt Century Gothic, Tahoma, Verdana, sans-serif; color: #000;
	background: #FFF url(mirrorBG.jpg) 0 0 repeat-y;
}

#contentField {
	margin: 0; padding: 0;
	width: 100%; height: 520px;
	position: relative;
	top: 48px; left: 0;
	border: 1px solid #cfcfcf;
	border-width: 1px 0;
}

html>body #contentField {
	position: fixed;
	top: 48px; left: 0;
}




#t0 {
	height: 48px;
}

#t0 img { position: relative; left: 380px; top: 10px; }

html>body #t0 img { position: relative; left: 460px; top: 10px; }

#t1, #t3 {
	border: 1px solid #cfcfcf;
	border-width: 0 0 1px 0;
}

#t2 {
	margin: 0; padding: 0;
	height: 520px;
	font-size: 9pt;
}

#t2 tr td { margin: 0; padding: 0; }

#t4 { color: #7f7f7f; font-size: 7pt; height: 48px; }


#contentFrame { border: none; }
#questionFrame { border: none; }



#mainMenu {
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
	top: -160px;
}

.menuItem { margin: 10px; padding: 0; }

.menuItem a { text-decoration: none; color: #7f7f7f; }

.menuItem a:hover { color: black; }

#photoDisplay {
	margin: 0; padding: 0;
	position: relative; top: 4px; left: 76px;
}

#prevPhoto, #nextPhoto {
	border: none;
	position: relative;
	top: -230px;
}

#prevPhoto { left: -20px; }

#nextPhoto { left: 20px; }

#photo { border: 1px solid #cfcfcf; }

#questions { margin: 0; padding: 0; }

#questions p { 
	margin: 0; padding: 0; 
	position: relative;
	top: 5px; left: 120px;
}
