/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Krantz Photography
New Author : Ben Rinehart
URL : krantzphoto.com

Description : 

Created : 09/08/04
Modified : 03/21/06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #ffffff url(../../images/738wbg.jpg);
	color : #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* START NAVIGATION */

	#navigation{
		float: left;
		width: 150px;
		}
	
	#global{
		font: 16px Georgia, Times, "Times New Roman", Serif;
		}
		
		#global li{
			list-style-type: none;
			padding: 5px;
			}
		
			#global li a:link, #global li a:visited{
				color: #000;
				text-decoration: none;
				}
			
			#global li a:hover, #global li a:active{
				text-decoration: underline;
				}

/* END NAVIGATION */
a:link, a:visited{
	color: #990000;
	}
a:active, a:hover{
	text-decoration: none;
	}
input, textarea{
	background: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}
