html{
	margin: 0;
	padding: 0;
}

body{
	color : #000;
	background-color : #FFCC66;
 border: none;
	margin: 0;
	padding: 0;
}

#content{
	margin: 70px 50px 0px 140px;
	font-family : verdana, geneva, arial, sans-serif;
	font-size : 80%;
	color: #000;
}

#content a:link{
	text-decoration : none;
}

#content a:visited{
	text-decoration : none;
}

#content a:hover{
	color : #000;
	background-color : transparent;
	text-decoration : underline;
}

#content a:active{
	color : #000;
	background-color : transparent;
	text-decoration : underline overline;
}

#nav{
	float: left;
	margin : 0 0 0 0;
	padding-left : 15px;
	width : 100px;
	font-family : verdana, geneva, arial, sans-serif;
	font-weight: bold;
	font-size : 80%;
	text-align : left;
	color : #000;
	background-color : #FFAE28;
}

#nav a:link{
	color : #000;
	background-color : transparent;
	text-decoration : none;
}

#nav a:visited{
	background-color : transparent;
	text-decoration : none;
	color : #000;
}

#nav a:active{
	color : #000;
	background-color : transparent;
	text-decoration : none;
}

#nav a:hover{
	color : #FC6;
	background-color : #000;
	text-decoration : none;
}

#photoholder {
	width:310px;
	height:310px;
  float: left; 
  clear: right;
	margin-top:20px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
}

#thephoto {
	width:310px;
	height:310px;
}

