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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#photoholder {
  width:270px;
  float: right;
  padding-right: 50px;
  padding-left: 20px;
  margin-top: 20px;
  height:417px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}

#thephoto {
  width:270px;
  height:417px;
}


h2 {
	font-family: "Courier New", Courier, monospace;
	color: #F60;
	background-image: url(h2.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 45px;
	padding-bottom: 5px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	width: 870px;
	text-align: right;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1 a{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
h1 a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

#nav{
	width: 895px;
	height: 30px;
	padding-top: 60px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #fff;
	background-image: url(guy-photographer-header.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

#nav a{
	color: #fff;
	text-decoration:none;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
a {
	color: #F60;
	text-decoration: none;
}

a:hover{
	color: #000;
}

#nav a:hover{
	color: #F93;
	text-decoration:none;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-right: 3px;
}
