@charset "windows-1252";

/*  what do we want the page to look like? */
body { 
background-color: #03141f;
font-family: Helvetica,Verdana,Arial,sans-serif;
}

/* what about the site logo? */
#logo  {
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 1px;
margin-bottom: 0;
}

html>body #logo  {
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 1px;
margin-bottom: 5px;
}

#map{
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 0;
margin-bottom: 0;
}

html>body #map{
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 1px;
margin-bottom: 1px;
}

#phone{
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 0;
margin-bottom: 0;
}

html>body #phone{
color: #fff; 
font-size: small ; 
text-align: center;
margin-left: 5px;
margin-right:  1px;
margin-top: 1px;
margin-bottom: 1px;
}

/*  maybe we want headers? */
h1, h2, h3, h4, h5, h6  { 	
font-family: 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
color:#fff;
margin-left:  1em;
margin-right:  1em;
margin-top: 1em;
margin-bottom: 1em;
}

h1  {
font-size: 125%;
text-align: center;
vertical-align: middle;
}

html>body h1 {
font-size: 200%;
}





/* stylesheet written for GEC Cleaning Services by Anne Nichols, Astarte Web Design, October 2007 */

