/* patroc.com: home.css */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif ! important; /* Verdana, Geneva,  */
	font-size: 100.01%; /* due to IE problems with resizing */
	background-color: #fff;
}

#Page {
	width: 820px;	 
  margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: visible;
}
  
#cities {  width: 820px; }
#cities div { position: relative; width: 80px !important; height: 15px; }
#cities a { color: #000; font-size: 12px; text-decoration: none; /* border-bottom: 1px dotted #777; */ } 

#Footer, h1, h2, p {
	width: 730px;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ! important;
}

h1,h2 { color: navy; }

#Footer, #Footer a {
  color: #888;
	font-size: 11px;
	text-decoration: none;
}

#Footer hr { 
	height: 1px;
  margin-bottom: 10px; 
	margin-left: auto; margin-right: auto; /* for Safari browser */
	border-style: none;         /* for Mozilla */
	color: silver;              /* IE */
	background-color: silver;   /* Mozilla, Safari */
}
