html { min-height: 101%; } /* always show scroll bar */

body { 	 
		margin:	10px 0px 0px 0px;
		padding: 0px 0px 0px 0px; /*top right bottom left*/	
		text-align: left; 
	 }
a img { border: none; }

img { border: none; }

a {color: black; text-decoration: underline;}
a:link { color: black; text-decoration:underline; }
a:active { color: black; text-decoration:underline;}
a:visited { color: black; text-decoration:underline;}


#otherholder { 
	
	text-align: left; 

	}

#other { 
	float: left; 
	width: 260px; 
	margin: 4px 10px 0px 10px; /*top right bottom left*/
	text-align:left;
} 

/*************************  NAV *************************/

#hours
  {
    display: block;
    width: 124px;
    height: 46px;
    background: url("../images/nav/nav1.jpg") no-repeat 0 0;

  }

#hours:hover
  { 
    background: url("../images/nav/nav1d.jpg") no-repeat 0 0;
  }


#hours span
{
  display: none;
}

#services
  {
    display: block;
    width: 124px;
    height: 31px;
    background: url("../images/nav/nav2.jpg") no-repeat 0 0;

  }

#services:hover
  { 
    background: url("../images/nav/nav2d.jpg") no-repeat 0 0;
  }


#services span
{
  display: none;
}

#shops
  {
    display: block;
    width: 124px;
    height: 37px;
    background: url("../images/nav/nav3.jpg") no-repeat 0 0;

  }

#shops:hover
  { 
    background: url("../images/nav/nav3d.jpg") no-repeat 0 0;
  }


#shops span
{
  display: none;
}

#contact
  {
    display: block;
    width: 124px;
    height: 35px;
    background: url("../images/nav/nav4.jpg") no-repeat 0 0;

  }

#contact:hover
  { 
    background: url("../images/nav/nav4d.jpg") no-repeat 0 0;
  }


#contact span
{
  display: none;
}

#about
  {
    display: block;
    width: 124px;
    height: 35px;
    background: url("../images/nav/nav5.jpg") no-repeat 0 0;

  }

#about:hover
  { 
    background: url("../images/nav/nav5d.jpg") no-repeat 0 0;
  }


#about span
{
  display: none;
}

#links
  {
    display: block;
    width: 124px;
    height: 39px;
    background: url("../images/nav/nav6.jpg") no-repeat 0 0;

  }

#links:hover
  { 
    background: url("../images/nav/nav6d.jpg") no-repeat 0 0;
  }


#links span
{
  display: none;
}

#history
  {
    display: block;
    width: 261px;
    height: 45px;
    background: url("../images/dry_cleaning_history_off.gif") no-repeat 0 0;

  }

#history:hover
  { 
    background: url("../images/dry_cleaning_history_on.gif") no-repeat 0 0;
  }


#history span
{
  display: none;
}

#welcome
  {
    display: block;
    width: 261px;
    height: 45px;
    background: url("../images/welcome_to_columbine_off.gif") no-repeat 0 0;

  }

#welcome:hover
  { 
    background: url("../images/welcome_to_columbine_on.gif") no-repeat 0 0;
  }


#welcome span
{
  display: none;
}


#navbox
{
  float:left;
  margin: 0px 0px 0px 0px ; /*top right bottom left*/
}

#navboxtxt
{
  float:left;
  width:120px;
  margin: 2px 0px 2px 5px ; /*top right bottom left*/
}


/*************************  Box Page ID's *************************/

#boxholder
{
  width:100%;	
  float:left;
  padding: 0px 0px 0px 10px ; /*top right bottom left*/
}

#boxpic
{
  /*width: 287;	*/
  float:right;
  margin: 0px 10px 10px 10px ; /*top right bottom left*/
}

/*************************  Tagline ID's *************************/

#tagholder
{
  color: #99a8af; 
  text-decoration: none; 
  font-size:medium; 
  font-weight:bold;	
  width: 725px;	
  heigh:  38;
  margin: 0px 0px 0px 0px ; /*top right bottom left*/
}

#tagleft
{	
  	
  float:left;
  margin: 0px 0px 0px 0px ; /*top right bottom left*/
}

#tagright
{
  
  float:right;
  margin: 0px 0px 0px 0px ; /*top right bottom left*/
}

#tagpic
{
  	
  float:right;
  margin: 0px 0px 0px 0px ; /*top right bottom left*/
}





/*************************  DEMO ID's *************************/


#pageholder { 
	margin: 0px auto 0px auto; 
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	background-color: #fff; 
	text-align: left; 
	width: 950px; 
    font-family: verdana, helvetica, arial; font-size: 11px; color: #333333;
	}

#leftContent {
	float: left;
	width: 660px;
	/*border-right: 1px dashed;*/
	margin:	0px 0px 0px 0px;
	padding: 20px 20px 20px 20px; /*top right bottom left*/	
}

#rightContent {
	float: right;
	width: 200px;
	margin:	10px 10px 10px 10px;
	padding: 10px 10px 10px 10px; /*top right bottom left*/
	border-style: dashed;
	border-width: medium;
	
}


