body{
	margin: 0;
	padding: 0;
	background-color: #ccffff;
}
#photomenu{
	position: absolute;
	width: 200px;
	top: 20px;
	left: 10px;
	padding: 70px 10px 10px 10px;
	font: 80% Verdana;
}
#photomenu ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}
#photomenu li{

	margin-bottom: 0.3em;
	border-bottom: 1px dotted #999999;
}
#photomenu a:link, #photomenu a:visited{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
#photomenu a:hover{
	color: #000000;
	font-weight: bold;
}
#main{
	position: absolute;
	width: 600px;
	top: 50px;
	left: 250px;
	padding: 0px 10px 10px 10px;
	font: 90% Verdana;
}
#main a:link, #main a:visited{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
#main a:hover{
	color: #000000;
	text-decoration: underline;
}
#main h1{
	font: 200% Verdana;
	text-align: right;
}
#descs{
	font: 80% Verdana;
}