	div.menu
	{
		border:0px solid gray;
		margin-left:30px;
		margin-top:5px;
		padding:0px;
	}
	div.logo_title
	{
		/*display:none;*/
		position:relative;
		font-family:helvetica;
		height:110%;
		font-size:40px;
		color:Navy;
		font-weight:bold;
		margin-left:30px;
		margin-right:45px;
		/*background-attachment:fixed;*/
		background:#fff url(../../docs/pi_logo_one.gif) no-repeat top left;
		/*background-repeat:no-repeat;*/
		text-align:center;
		border-bottom: 6px solid navy;
	}
	div.logo_title div.front_ads
	{
		width:100%;
		text-align:right;
	}
	div.content
	{
		font-family:helvetica;
		font-size:13px;
		color:black;
		font-weight:normal;
		margin-top:4px;
		padding:10px;
		background-color:beige;
		height:auto;
		margin-left:162px;
		margin-right:160px;
		border-width:1px 1px 5px;
		border-color:black;
		border-style:solid;
		min-height:400px;
	}
	div.content p
	{
		font-family:verdana;
		text-align:justify;
	}
	div.content p a
	{
		text-decoration:none;
		font-size:12px;
	}
	div.content .li
	{
		height:14px;
	}
	div.content li a
	{
		text-decoration:none;
		font-size:11px;
	}
	div.footer
	{
		font-family:hervetica;
		font-size:9px;
		color:blue;
		font-weight:normal;
		margin-top:-2px;
		padding:10px;
		background-color:white;
		height:auto;
		margin-top:10px;
		margin-left:162px;
		margin-right:160px;
		border-top:5px solid blue;
		text-align:center;
	}
	body {
		background-color: tan; 
		background-repeat: repeat-x;
		margin:0px;
	}
	div.country {			
		position: absolute;
		margin-top:10px;
		top:60px;
		right:40px;
		background-color:beige;
		color:blue;
		width:115px;
		text-align:center;
		visibility: visible;
		border:1px solid black;
	}
	.cont_title
	{
		left:164px;
		right:160px;
		top:60px;
		border-bottom:5px solid blue;
		background-color:lightblue;
		/*width:100%;*/
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:black;
		padding:3px;
		margin-top:-11px;
		margin-left:-11px;
		margin-right:-11px;
		text-transform:uppercase;
		border-left:1px solid black;
		border-top:1px solid black;
		border-right:1px solid black;
	}
	.mq {
		position:absolute;
		top:25px;
		right:45px;
		left:30px;
		z-index:1;
		color:white;
		font-size:20px;
		background-color:transparent;
	}
	div.clock
	{
		position:absolute;
		left:-20px;
		top:460px;
		width:100px;
		background-color:transparent;
	}
	div.clock span
	{
		text-align:center;
		text-transform:uppercase;
		color:blue;
		font-weight:bold;
		font-size:10px;
		text-align:center;
	}
	div.writer {  
	  float: right;
	  width: 300px;
	  border: thin silver groove;
	  margin: 0.5em;
	  padding: 0.5em;
	  background-color:lightblue;
	}
	div.writer p {
	  text-align: center;
	  font-style: italic;
	  font-size: smaller;
	  text-indent: 0;
	}
	div.title {
		color:blue;
		font-size:12pt;
		font-weight:bolder;
		text-align:center;
	}
		div.writer_l {  
	  float: left;
	  width: 280px;
	  border: thin silver groove;
	  margin: 0.5em;
	  padding: 0.5em;
	  background-color:lightblue;
	}
	div.writer_l p {
	  text-align: center;
	  font-style: italic;
	  font-size: medium;
	  text-indent: 0;
	} 
	ul {
		background-color:transparent;
		left:-40px;
	}
	ul li {
		font-family:verdana;
		font-size:11px;
		padding:1px;
		text-decoration:none;
	} 
	ul li a:hover {
		background-color:blue;
		color:yellow;
		border-bottom:3px solid black;
		padding:1px;
	}
	p.legend {
		background-color:tan;
		color:black;
		padding:.1em .2em;
		font-size:1em;
		font-weight:bold;
		border:2px outset tan;
		position:relative;
		margin-bottom:-1em;
		width:21em;
		margin-left:.2em;
		margin-top:1em;
	}