



*/ 
-------------------------------------------------------
MAIN STRUCTURE
-------------------------------------------------------
*/

#page, #header, #footer {
	width: 100%; margin: 0; float: none;
	}


	
	#headlineBar.companyImage {
		background: url(..images/company.jpg) 0 0 no-repeat #fff;
		width: 200px;
		height:200px;
		display: block;
		}
	
	#logo h1 a {
		background: url(../images/logo-BW.jpg) 50px 25px no-repeat;
		}

		#tagline {
			width: 600px;
			background: url(../images/tagline.gif)0 0 no-repeat;
			float:left;
			margin: 55px 0 0 575px;
			}

		
#maincontent {
	position:relative;
	margin: 0 auto;
	width:900px;
	background: #FFF6E6;
	padding-top:25px;
	}
	
#headlineBar {
	position:relative;
	width: 7.5inches;
	background: #CED41E;
	height:200px;
	margin: 0px auto;
	}
	
#headlineBar .companyImage,
#headlineBar .approachImage,
#headlineBar .servicesImage,
#headlineBar .experienceImage,
#headlineBar .contactImage {
		float: left;
		margin-right:25px;
		}

		   .homeImage		 {background: url(../images/kaleid1.jpg) 0 0 no-repeat;}
		   .companyImage     {background: url(../images/georgeann.jpg) 0 0 no-repeat;}
		   .approachImage    {background: url(../images/kaleid2.jpg) 0 0 no-repeat;}
		   .servicesImage    {background: url(../images/books.jpg) 0 0 no-repeat;}
		   .experienceImage  {background: url(../images/kaleid1.jpg) 0 0 no-repeat;}
		   .contactImage  	 {background: url(../images/kaleid2.jpg) 0 0 no-repeat;}

	   .homeHeadline,
	   .companyHeadline,
	   .approachHeadline,
	   .servicesHeadline,
	   .experienceHeadline,
	   .contactHeadline {
			   float:left;
			   }
			   
		   .homeHeadline	    {background: url(../images/hd_home.gif) 0 125px no-repeat;}
		   .companyHeadline     {background: url(../images/hd_company.gif) 0 125px no-repeat;}
		   .approachHeadline    {background: url(../images/hd_approach.gif) 0 125px no-repeat;}
		   .servicesHeadline    {background: url(../images/hd_services.gif) 0 125px no-repeat;}
		   .experienceHeadline  {background: url(../images/hd_experience.gif) 0 125px no-repeat;}
		   .contactHeadline  	{background: url(../images/hd_contact.gif) 0 125px no-repeat;}
		   
		   
	
#body p {
	font: 12px/1.5em arial, sans-serif; 
	margin-bottom:15px;
	color:#666;
	}

a:link
	{
	color: #000; 
	text-decoration: underline; 
	font-weight: bold;
	}
