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

body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-repeat: repeat;
	background-image:url(file:///Macintosh%20HD/Users/Barclay/Desktop/images/pattern.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
width: 1024px;  /* 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 */
border: 0px solid #000000;
text-align: center; /* this overrides the text-align: center on the body element. */
}
#mainContent {
padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-image:url(file:///Macintosh%20HD/Users/Barclay/Pictures/);
background-repeat:no-repeat;
width:1100px;
height:680px;
margin-top:0px;
}

#workframe { /* center image content */
position:relative;
z-index:2;
padding-top: 40px;
padding-right: 195px;
width: 620px; 
padding-left: 209px;
float:left;
}
#mainProject {
	width: 1050px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	position: absolute;
	z-index:3;
	color: #5a4a42;
	padding-top:0px;
	padding-left:0px;
	overflow:hidden;
	height:306px;
	left: 564px;
	top: 807px;
}
#links {
padding-left:35px;
}

#description {
margin-top:7px;
padding-left:10px;
border-left:dotted;
border-left-width:thin;
width:310px;
position:relative;
float:right;

}
#next {
margin-top:42px;
width:53px;
padding-left:10px;
border-left:dotted;
border-left-width:thin;
position:relative;
float:right;
z-index:1;

}
#text {
padding-left:0px;
padding-top:40px;
padding-right:40px;
width:800px;
height:1000px;
position:relative;
float:left;
z-index:1;
background-image:url(file:///Macintosh%20HD/Users/Barclay/Desktop/images/blank.jpg);
background-repeat:no-repeat;
}
.links {
color: #5a4a42;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 11px;
line-height: 13px;
text-decoration:none;
}

.description {
color: #5a4a42;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
line-height: 13px;
text-decoration:none;
}

.next {
color: #5a4a42;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 11px;
line-height: 13px;
text-decoration:none;
}

A:hover {
text-decoration:underline;
}

