/* 
 * 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: absolute;
   top: 30px;
   padding-bottom : 30px;
   padding-left : 230px;
   padding-right : 20%;
}

#content h1 {
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}
#content h2 {
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}
#content p {
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

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

#logo{
    position : absolute;
    width: 75px;
    height: 75px;
    top : 30px;
    left : 30px;
    z-index : 50;
}

#navigation {
       position : absolute;
	line-height: 2.5;
       top : 120px;
       left : 25px;
       width : 110px;
	padding: 10px;
	border-style: dashed;
	border-width: thin;
	background-color: #eef;
	z-index : 49
}
#navigation a { 
       color : #00f;
	text-decoration: none;
       font-size: 80%;
	background-color: transparent;
}

#navigation a:hover {
	color: #f00;
}

#validation {
	position: absolute;
	left: 25px;
	bottom: 100px;
	z-index: 49;
}

#quote {
	position: absolute;
	right: 10%;
	bottom: 12%;
	padding-bottom: 15px;	
}

#footer {
	position : absolute;
	background-color: #333333;
	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;
}
