@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
}
#outermostwrapper {
	height: 650px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
	background-image: url(../project1/images/template-background.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainContent {
	position:absolute;
	width:523px;
	height:458px;
	z-index:100;
	left: 215px;
	top: 158px;
	padding: 10px;
	margin: 10px;
	background-repeat: repeat;
	background-image: url(../project1/images/content-bg.png);
	font-size: 14px;
	overflow: auto;
}
#header {
	position:absolute;
	width:437px;
	height:87px;
	z-index:2;
	left: 557px;
	top: 4px;
}
#copyright {
	position:absolute;
	width:120px;
	height:39px;
	z-index:3;
	left: 849px;
	top: 601px;
	color: #FFF;
	font-size: 10px;
}
.photoLeft {
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px dotted #000;
}
.photoRight {
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px dotted #000;
}

#btnHome {
	position:absolute;
	width:160px;
	height:62px;
	z-index:101;
	left: 14px;
	top: 323px;
}
#btnProjects {
	position:absolute;
	width:160px;
	height:62px;
	z-index:102;
	left: 14px;
	top: 383px;
}
#btnFamily {
	position:absolute;
	width:160px;
	height:62px;
	z-index:103;
	left: 14px;
	top: 443px;
}
#btnFriends {
	position:absolute;
	width:160px;
	height:62px;
	z-index:104;
	left: 14px;
	top: 503px;
}
#btnDiptych {
	position:absolute;
	width:160px;
	height:62px;
	z-index:105;
	left: 14px;
	top: 562px;
}
#btnIllustration {
	position:absolute;
	width:160px;
	height:62px;
	z-index:106;
	left: 826px;
	top: 275px;
}
#btnpodcast {
	position:absolute;
	width:160px;
	height:62px;
	z-index:107;
	left: 827px;
	top: 334px;
}
#btnEssay {
	position:absolute;
	width:160px;
	height:62px;
	z-index:108;
	left: 826px;
	top: 395px;
}
#btnPhotogallery {
	position:absolute;
	width:160px;
	height:62px;
	z-index:109;
	left: 827px;
	top: 455px;
}
#btnWebgems {
	position:absolute;
	width:160px;
	height:62px;
	z-index:110;
	left: 828px;
	top: 515px;
}
