/* Generic styling */
body		{	background-color: #C1AA76;
			background-image: url(bg.jpg);
			background-position: right bottom;
			background-repeat: no-repeat;
			background-attachment: fixed;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			margin : 20px 5% 20px 10% ;
			color: #000000;
			line-height: 180%; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #D0CBB1;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 20px ;
			color : #474534;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 20px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 100% ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

img		{	margin : 5px ; }

input, select, textarea
		{	font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }

#PhotoDetail img
		{	margin : 0px ; }

#PhotoDetail	{	background-color : #D9D6A6;
			color: #474534;
			line-height: 170%; }

#PhotoDetail a	{	padding : 15px 10px ;
			margin : 5px 0px ;
			line-height : 16px;
			font-size : 12px ; }

#PhotoDetail p	{	padding : 10px ; }

/* All link styles */

a img		{	border-color : #D0CBB1; }

a:link		{	text-decoration : none ;
			color : #474534; }

a:visited	{	text-decoration : none ;
			color : #000000 ; }

a:hover		{	text-decoration : underline ;
			color : #000000 ; }

#PhotoDetail a:link, #PhotoDetail a:visited, #PhotoDetail a:hover
		{	text-decoration : none ;
			font-weight : bold ;
			color : #9D472A ; }

#PhotoDetail a:hover
		{	background-color : #9D472A ;
			color : #D9D6A6; }
