@charset "utf-8";


#main {
	position:absolute;
	left:50%;
	top:50%;
	width:955px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -477px; /*set to a negative number 1/2 of your width*/
	z-index:2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	position:absolute;
	width:235px;
	height:50px;
	z-index:1;
	left: 20px;
	top: 0px;
	left: 30px;
}
#lower_line {
	position:absolute;
	left:0px;
	top:552px;
	width:955px;
	height:10px;
	z-index:9;
}
#upper_line {
	position:absolute;
	width:955px;
	height:13px;
	z-index:8;
	left: 0px;
	top: 74px;
}
#menu {
	position:absolute;
	width:859px;
	height:32px;
	z-index:2;
	left: 66px;
	top: 51px;
}
#thumbnails {
	position:absolute;
	width:595px;
	height:40px;
	z-index:8;
	left: 150px;
	top: 405px;
}

#display {
	position:absolute;
	left:30px;
	top:88px;
	width:895px;
	height:450px;
	z-index:5;
}
#info {
	position:absolute;
	width:517px;
	height:24px;
	z-index:3;
	left: 30px;
	top: 565px;
}
#email {
	position:absolute;
	width:141px;
	height:19px;
	z-index:4;
	left: 771px;
	top: 565px;
}
#design {
	position:absolute;
	width:450px;
	height:350px;
	z-index:2;
	left: 445px;
	top: 66px;
}
#left_box {
	position:absolute;
	width:400px;
	height:350px;
	z-index:6;
	left: 0;
	top: 66px;

}
#project_header {
	position:absolute;
	width:250px;
	height:65px;
	z-index:5;
	top: 0px;
	left: 0px;
}
#display_slideshow {
	position:absolute;
	left:30px;
	top:88px;
	width:895px;
	height:450px;
	z-index:5;
}
#arrow_back {
	position:absolute;
	width:150px;
	height:25px;
	z-index:7;
	left: 745px;
	top: 416px;
}
#arrow_forward {
	position:absolute;
	width:150px;
	height:25px;
	z-index:8;
	left: 745px;
	top: 425px;
}
#page_number {
	position:absolute;
	width:200px;
	height:25px;
	z-index:9;
	left: 347px;
	top: 425px;
}





.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.style2 {
	color: #999999;
	font-size: 10px;
}
.paragraph {
	font-size: 18;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraph_type {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
