@charset "UTF-8";
body {
	background: #ffccff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
p {
	text-align: justify;
	line-height: 1.5em;
	padding: 0px 5px 0px 5px;
}
#imageHolder {
	width: 165px;
	height: 165px;
	float: left;
}
#headshot {
	float: left;
	padding: 20px 7px 0px 0px;
}
a:link {
	text-decoration: none;
	border: 0;
	color: #606;
}
a:visited {
	color: #606;
}
img {
	border: 0;
}
a img {
	border: 0;
}


#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ffccff;
	background-color: #ffccff;
}
#header {
	background-image: url(../images/lephoto_logo.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 65px;
	background-color: #ffccff;
	color: #000;
	position: relative;
	}
#headerBar {
	background-image: url(../images/header_bar.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 1000px;
}
#headerTabs {
	height: 60px;
	width: 198px;
	left: 802px;
	top: 0px;
	float: right;
	background-image: url(../images/uppertabs.png);
	background-repeat: no-repeat;
}
#header h1 {
	position: absolute;
	left: -3000px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -3000px;
}

#mainContent {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #ffccff;
	padding: 20px 20px 10px 20px;
}
#headerTab {
	background-image: url(../images/uppertabs.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 300px;
	padding-right: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	width: 400px;
	margin: 0 auto;
	padding: 3px 0px 0 px 0px;
	background-color: #ffccff;
}
#footer p {
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
}
#headerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -3000px;
}
#Thumbs {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #ffccff;
	margin: 0 auto;
	width: 980px;
	padding: 10px 0px;
	text-align: center;
}
#Thumbs img {
	padding: 3 px;
}
#mainContentIndex {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #ffccff;
	padding: 20px 0px;
	height: 400px;
	width: 600px;
	margin: 0 auto;
}
#mainContentAbout {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #ffccff;
	padding: 20px 0px;
	width: 800px;
	margin: 0 auto;
}
