body {
	background-color: #FFFFFF;
	margin: 0px;
}
	

p {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	word-spacing: normal;
	letter-spacing: 1px;
	white-space: normal;
}

a:link {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	text-decoration: underline;
	color: #999999;
}
a:visited {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Meta-Normal, "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
	color: #333333;
}

#top {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	top: 0px;
	right: 0px;
	clip: rect(0px,0px,auto,auto);
	margin: 0px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	height: 75px;
}
#menu {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	overflow: visible;
	visibility: visible;
}
#portfolio {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	overflow: visible;
	visibility: visible;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

#image {
	padding: 20px;
	position: relative;
	text-align: left;
	width: 45%;
	z-index: 2;
	float: left;
	clear: none;
}

#descriptor {
	position: relative;
	overflow: visible;
	visibility: visible;
	padding-right: 20px;
	padding-left: 20px;
}
#navigation {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
#textnav {
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 45%;
	top: 20px;
	clear: right;
	float: left;
}
