body 
{
		margin:20px 20px 20px 20px;
		background:#9AA23B;
}

A 			
{ color: black; text-decoration: none;}

A:link		
{ color: green; text-decoration: none;}

A:visited	
{ color: green; text-decoration: none;}

A:active	
{ color: red;}

A:hover		
{ color: red;}

.leftstuff	 	
{
		position: absolute;
		top:50px;
		left:70px;
		width:300px;
		height:325;
		padding:5px;
		background:#eee;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		text-align:  justify;
}

.rightstuff	 	
{
		position: absolute;
		top:50px;
		left:385px;
		width:300px;
		height:325;
		padding:5px;
		background:#eee;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
}

img
{
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		margin: 10px;
}

img.normal
{
		border-right: solid black 1px;
		border-bottom: solid black 1px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		margin: 10px;
}

.photoarea 	
{
		position: absolute;
		top:50px;
		left:90px;
		width:550px;
		padding:5px;
		background:#eee;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
}
