body {
	text-align: center;
	font-size: small;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
a, a:hover {
	border: none;
	}	
#container {
	margin: 80px auto 80px auto;
	width: 904px;
	text-align: left;
}
.box {
	width: 902px;
	position: absolute;
	z-index: 1;
	top: 80px;
}
#navcolumn {
	background-image:url(images/borderUnderNav.gif);
	background-repeat:repeat-y;
	background-position: top right;
}
#rightcolumn {
	background-image:url(images/borderOnRight.gif);
	background-repeat:repeat-y;
	background-position: top left;
}
.plainGrayCaps {
	font-size: 90%;
	color: #333333;
	text-transform:uppercase;	
	}
.plainGrayText {
	font-size: 90%;
	color: #333333;
	}
.plainGrayText a {
	color: #333333;
	text-decoration:underline;
	}	
.plainGrayText a:hover {
	color: #c30;
	text-decoration:underline;
	}		
.orangeTitle {
	font-size: 90%;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #E4701E;
	}
.orangeNames {
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #E4701E;
	}
.greenTitle {
	font-size: 90%;
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3d615a;
	}
.greenText {
	font-size: 90%;
	color: #3d615a;
	line-height: 110%;
	}	
.greenBoldText {
	font-size: 90%;
	font-weight:bold;
	color: #3d615a;
	line-height: 110%;
	}	
.clientList {
	font-size: 90%;
	color: #333333;
	line-height: 120%;
}
.orangeKey {
	font-size: 80%;
	text-transform:uppercase;
	letter-spacing: 1px;
	color: #3d615a;
	}
#logo {
	background: url(images/LOGOstrip2.gif) no-repeat;
	background-position: top right;
	position: absolute;
	z-index: 2;
	width: 35%;
	height: 75px;
	padding: 0;
	background-color:#E4701E;
	left: 0px;
	top: 390px;
}
#logo h1 a {
	display: none;
}
#aboutphoto {
	background: url(about/NicLamp.jpg) no-repeat 25% left;
}	
#projectimages {
	float: right;
	margin: 0 0 10px 0;
	display: inline;
	list-style-image: none;
	list-style: none;
}
#projectimages li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#projectimages a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 4px 6px;
	background-color:#e4701e;
	margin: 0 0 0 6px;
	font-size: 80%;
}
#projectimages a:active, #projectimages a:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 4px 6px;
	background-color:#3d615a;
	margin: 0 0 0 6px;
	font-size: 80%;
}
#projposition img {
	padding: 0 0 0 60px;
	margin: 0;
}
.projtext {
	float: left;
	text-align:left;
	font-size: 90%;
	color: #333333;
}
.projname {
	text-transform:uppercase;
	font-weight: bold;
}
.projextras, .projextras a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	font-size: 90%;
}
.projextras a:hover {
	text-decoration: underline;
	color: #333333;
	font-size: 90%;	
}
.copyright {
	text-align:left;
	font-size: 80%;
	color: #ababab;
	text-transform:uppercase;	
}
.copyright a { 
	color: #ababab;
	}
.copyright a:hover { 
	color: #333;
	}	