/* screen styles */        
	
	body  {  margin: 30px 10% 10px;  
		color: #000000; 
		background: #fffffa;
		text-align: justify;
		 }

	a:link  {
	      font-weight  : bold;
	      text-decoration: none;
	      color: #cc0000;
	      background: #ffffff;
	      }

	a:visited  {
	      font-weight  : bold;
	      text-decoration: none;
	      color: #330099;
	      background: #ffffff;
	      }

	a:hover  {
	      font-weight  : bold;
	      text-decoration: underline;
	      color: #ff6600;
	      background: transparent;
	      }

	a:active  {
	      font-weight  : bold;
	      text-decoration: none;
	      color: #ff9900;
	      background: white;
	      }

	body  {
	font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
	Palatino, sans-serif;
	}

	 p, div, ul  {
	font-family:  Verdana, Gillsans /* http://www.killersites.com */, 
	Palatino, sans-serif;
	}
 
	h1, h2  { font-family:  Helvetica, sans-serif;
	       text-align: center;
	       background-color: #fffffa;
	}
	
	h1 { color: red; }

	h2, .cms {
	      color: blue; }

       .text { color: red; 
		font-style: italic
		}

	     img { border: 0px; } 
	 
	li {
	     margin-left: 5%;
	     }

	#phones {
		     width: 125%;
		     max-width: 640px;
		     position: relative;
		     }
	
	#phone1  {
		   position: absolute;
		   width: 250px ;
		   height: 185px;
		   top: 140px;
		   left: 215px;
		   background-color: #81bef7 ;
		   font-style: oblique;
		   text-align: justify;
		  }

	#phone2  {
		   position: absolute;
		   width: 385px ;
		   height: 120px;
		   bottom: 735px;
		   left: 116px;
		   text-align: justify;
		   }

	#phone3  {
		   position: absolute;
		   width: 250px ;
		   height: 250px;
		   bottom: 20px;
		   left: 192px;
		   background-color: #e0e0f8 ;
		   text-align: justify;
		   }

	div div div { padding: 10px; }

	#side {
		position: fixed;
		right: 5px;
		bottom: 200px;
		width: 8%;
		min-width: 50px;
		height: 25px;
		text-align: center;
	       }
	
	p.email, .hide  { display: none;}

	div.embrace { max-width: 850px;}

	#topper { height: 30px; position: fixed; top: -0px;}
