@charset "UTF-8";
/* CSS Document */
html, body { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color: #fff;
	color: #939495;
    }
  
a {
  	color: #939495;
	text-decoration: none;
    }

#container {
  	margin: 0 auto; 
  	width: 800px;
	background-color: #fff;
    }

#mainnav {
	background: url(images/header.jpg) no-repeat left;
	margin-left: 0;
	height: 150px;
	padding-left: 200px;
	padding-top: 50px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
    }
  
#mainnav ul {
	padding: 50px 100px 5px;
	text-align: left;
  }
  
 #mainnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}
	  
#mainnav li a	{
  	margin-left: 0;
	text-decoration: none;
	border-top: 2px solid;
	padding: 5px 5px;
	}
	
#mainnav li a:hover {
	text-decoration: none;
	border-bottom: 5px solid;
	}

#pagename{
	width: 280px;
	height: 280px;
	float: left;
	}
	
#pagename h1 {
	color: #fff;
	font-size: 9px;
	margin: 0;
	position: relative;
	}
	
#pagename h1 span{
	width: 280px;
  	margin: 0;
	height: 280px;
	position: absolute;
	}
	
#content {
	font-size: 16px;
	padding: 0;
	width: 450px;
	max-width: 500px;
	float: left;
	background-color:#fff;
    }
	
#content h2 {
	font-size: 14px;
	font-weight: normal;
	}
	
#kathy {
	clear: left;
	background: url(images/kathy.jpg) no-repeat center;
	font-size:16px;
	width:320px;
	border-top: 2px solid #39a3dd;
	border-bottom: 2px solid #ccc;
	height: 135px;
	float: left;
	margin: 10px 0px 10px 15px;
	}
	
#kathy h1 {
	font-size: 10px;
	color: #39a3dd;
	font-weight: bold;
	}

#togo {
	width: 200px;
	background: url(images/daisy.jpg) no-repeat center;
	border-top: 2px solid #f2a536;
	border-bottom: 2px solid #ccc;
	height: 90px;
	font-size:16px;
	margin: 10px 0px 10px 30px;
	float: left;
	}
	
#togo h1{
	font-size: 10px;
	font-weight: bold;
	color: #f2a536;
	}

#line {
	width: 175px;
	border-top: 2px solid #9cbe34;
	border-bottom: 2px solid #ccc;
	height: 95px;
	font-size:16px;
	margin: 10px 0px 10px 0px;
	float: right
	}
	
#line h1{
	font-size: 10px;
	font-weight: bold;
	color: #9cbe34;
	}
	
#footer {
    clear: both;
    width: 800px;
    height: 150px;
	border-top: 4px solid #fff;
    background-color: #fff;
    }

#facebook {
    position: absolute;
     margin-top: -15px;
}

