/* GENERAL SITE PARAMETERS */
body	{
	background: #faf8f0;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #9299a1;
}
	
#site {
	width: 834px;
	margin: auto; /* auto=centered 0px=left aligned */
	text-align: left;
	padding: 0px;
	border: 0px;
}

#content {
	width: 834px;  /* width of site */
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* HEADER & FOOTER */
#header {
	background: url(../images/header.gif) top center no-repeat;
	width: 834px;  /* width of site */	
	height: 286px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#info {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 412px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	top: 195px;
}

#info .general {
	width: 211px;
	border: 0px;
	padding: 0px;
	float: left;
}

#info .contact {
	width: 201px;
	border: 0px;
	padding: 0px;
	float:right;
}

#footer {
	position: relative;  /* needed for Safari (to position the footer correctly) */
	background: url(../images/footer.gif) center bottom no-repeat;
	padding: 0px;
	width: 834px; 
	height: 100px;
	clear: both;
}

#footer .text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	bottom: 10px;
	font-size: 10px;
	color: #7d7d7d;
}

.clearing, .clear {
	height: 0px;
	clear: both;
}

.hide {
	display: none;
}

/* NAV */
#navContent {
	position: absolute;
	top: 156px;
	margin-left: 211px;
}

#nav {
	margin: 0;
	padding: 0;
	width: 201px;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	outline: none;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -20px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -20px;
	cursor: default;
}
	
#nSelectedWork a  {
	width: 100px;
	background: url(../images/nSelectedWork.gif) top left no-repeat;
}
	
#nArchivedWork a  {
	width: 101px;
	background: url(../images/nArchivedWork.gif) top left no-repeat;
}

/* PROJECT LAYOUT */
#h1_title {
	position: absolute;
	top: 254px;
}

#projectContainer {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 834px;
}

#projectDisplay {
	width: 624px;
	float: left;
}

#projectInfo {
	width: 201px; 
	float: right;
}

#projectInfo .title {
	color: #000000;
}

#projectInfo p {
	margin-top: -2px;
}

.divider {
	background: url(../images/spacer.gif) top left no-repeat;
	width: 1px;
	height: 50px;
	clear: both;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.new {
	vertical-align: bottom;
}

/* GENERAL LINKOLOGY */
a:link, a:visited {
	color: #9299a1;
	text-decoration: none;
	background: transparent; 
	outline: none;
}

a:hover { 
	color: #aa0303;
	text-decoration: none;
	background: transparent; 
	outline: none;
}

a:active {
	color: #aa0303;
	text-decoration: none;
	background: transparent;
	outline: none;
}

/* GENERAL IMAGEOLOGY */
img {
	border: 0px;
	padding: 0px 1px 1px 0px;
}

img:hover {
	background-color: transparent;
}

img.left {
	float: left;
}

img.right {
	float: right;	
}

/* GENERAL TEXTOLOGY */
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;  /* be kind to Netscape 4 */
}

html p {
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;
}