/* 
 * CSS for Umbrella New Media Website
 * Copyright Umbrella New Media 2007
 * david@umbrellanewmedia.com	
 */
 
 body {
	padding : 0;
	margin : 0;
	font-family : Verdana, Tahoma, Georgia, Times, serif;
}

#content {
   position: relative;
   padding-top: 15px;
   padding-bottom : 30px;
   line-height : 1.5;
}

#content p {
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#content a:hover {
	font-weight : bold;
}	

#logo{
    position : relative;
    top : 15px;
    z-index : 50;
}


#quote {
	position: relative;
	font-size: 80%;
	padding-top: 35px;	
	padding-bottom: 15px;	
}

#footer {
	position : absolute;
	background-position: left bottom;
	width: 100%;
	bottom : 0;
	padding : 0;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-align: center;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	
}

#footer legal {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
