body {
	font-size:88.8%; 
	line-height:16px; 
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}

#container {
	width:980px;
	margin:0 auto;
	font-size:0.9em;
}

#header {
	background:url(images/bg.gif);
	height:59px;
	width:100%;
	
}

#footer {
	width:100%;
	border-top:2px solid #ccc;
	color:#999;
	font-size:0.8em;
	text-align:center;
	padding-top:3px;
	
}

p {
	text-align:justify;
	font-size:1.0em;
}

h1 {
	font-size:1.2em;
	color:#8b0101;
}

h2 {font-size:1.1em;
	color:#999;
	}
	
	a {color:#999;
	     text-decoration:none;
	     } 

 a:visited {color:#999;
	      text-decoration:none;
	     } 

 a:hover {color:#3062a1;
	      text-decoration:underline;
	     }
