@import url("layout.css");
@import url("menu.css");
@import url("admin.css");

* { margin:0; padding:0; }
html,body,div,p {font: normal 98.5% Georgia, Palatino, Palatino Linotype, serif; color: #000;}
body {background:#333 url(../img/bg.gif) top center repeat-y;}

ul { margin-left:20px; }

h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }
p, ul, ol {
	font-size:1.1em;
	line-height:1.4em;
	}

hr {
	clear:both;
	visibility:hidden;
	}