/* $Id: contact.css 1679 2004-11-12 19:47:55Z ruth $ */

/* Common style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/

@import "common.css";

/* ------------------------- Layout rules ------------------------- */

.location {
	margin: 1em;	
	width: 300px;
}

#transports {
    float:right;
    witdth: 30%;
}

.train, .bus, .metro, .foot {
    display: block;
}

