/* CSS Document */

html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	iccprofile="sRGB.icc"
	}

a {	text-decoration:none;
	color:#666666;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-right-style: solid;
}
	a:focus, a:hover {
	color:#FFFFFF;
	background: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-left-style: solid;
	border-right-style: solid;

}
	a:active {
	color:#FFFFFF;
	background: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-left-style: solid;
	border-right-style: solid;
}

.slideMenu {
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	background-color: #CCCCCC;
}/*Photography selection */

#idbox {
	position: absolute;
	left: 200px;
	top: 200px;
}/*creates ID box on holding stage */

#mouseing {
	position: absolute;
	font-size: 9px;
	font-style: italic;
	font-stretch: expanded;
	letter-spacing: 1px;
	margin-left: 130px;
	top: 25px;
	overflow: hidden;
}/*instructions for PS samples */

.tiny {
	color:#666666;
	font-size: 9px;
	font-style: italic;
	font-stretch: expanded;
	letter-spacing: 1px;
}/*instructions font color */

#sidebox {
	width: 170px;
	position: absolute;
	left: 10px;
	top: 5px;
}/*creates Sidebar */

.sidebarHeader {
	font-size: 14px;
}/*Head of sidebar list */

.sidebarSubhead {
	font-size: 12px;
}/*sample selection */

.sidebar {
	font-size: 10px;
	margin-left: 7px;
}/*Sidebar list */
