/* LAYOUT */
img {
	border:none;
}
body {
	padding:0px;
	margin:0px;
}
#logo {
	position:absolute;
	left:330px;
	top:12px;
}
#photo {
	position:absolute;
	left:330px;
	top:100px;
	width:450px;
	height:450px;
}
#arrows {
	position:absolute;
	left:330px;
	top:558px;
}
#leftcol {
		position:absolute;
		left:8px;
		top:100px;
}
#navmain {
	float:left;
	width:100px;
	padding:0px 8px 0px 0px;
}
#navprojects {
	float:left;
	padding:0px 0px 40px 0px;
	width:200px;
}
#navpages {
	width:208px;
	padding:0px 0px 8px 0px;
}
#text {
	width:208px;
}
#copyright {
	position:absolute;
	left:8px;
	top:558px;
}
#navpages li {
	display:inline;
	padding:0px 1px 0px 0px;
	margin:0px;
}


/* STYLES */
p {
	padding:0px 0px 3px 0px;
	margin:0px;
	color: #000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
#copyright p {
	color:#666;
	padding:0px;	
}
#copyright p a:link, #copyright p a:visited, #copyright p a:active {
	color:#666;
	text-decoration:underline;
}
#copyright p a:hover {
	color:#AF0000;
	text-decoration:underline;
}
ul {
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
li a, h1 {
	padding:0px 0px 3px 0px;
	margin:0px;
	color: #000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}
h1 a:link, h1 a:visted, h1 a:active {	
	color:#666;
	text-decoration: none;	
}
h1 a:hover {	
	color:#666;
	text-decoration:underline;
}
li a:link, li a:visted, li a:active {	
	color:#000;
	text-decoration: none;	
}
li a:hover {	
	color:#666;
	text-decoration: none;	
}
#currentpage a {
	color:#AF0000;
	text-decoration: none;	
}
#next, #previous {
	float:left;
	width:8px;
	height:9px;
	padding:0px 3px 0px 0px;
	margin:0px;
}
#next a, #previous a {
	display:block;
	width:8px;
	height:9px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#next a:link, #next a:visited, #next a:active {
	background-image:  url("images/arrow_next_off.gif");
}
#next a:hover {
	background-image:  url("images/arrow_next_on.gif");
}
#previous a:link, #previous a:visited, #previous a:active {
	background-image:  url("images/arrow_previous_off.gif");
}
#previous a:hover {
	background-image:  url("images/arrow_previous_on.gif");
}