body, html
{
	width: 780px;
	margin: 0 auto;
	background-color: #646464;
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	padding-bottom: 20px
}

#skeleton { background-color: #ffffff }

#top
{
	background-image: url('gfx/top.gif');
	background-repeat: no-repeat;
	height: 22px
}

#middle
{
	background-image: url('gfx/middle.gif');
	background-repeat: repeat-y;
	padding-bottom: 5px
}

#bottom
{
	background-image: url('gfx/bottom.gif');
	background-repeat: no-repeat;
	height: 22px
}

/* **** *********** ************** *************** */
#clear { clear: both }
#header_logo
{
	background-image: url('gfx/piagencieslogo.gif');
	background-repeat: no-repeat;
	height: 93px;
	padding: 0 0 13px 0
}
#main { padding-top: 30px }
#header_nav { background-image: url('gfx/navbg.gif'); height: 32px; border-top: 2px solid #006699 }
#header_nav a  { float: left; text-decoration: none; border-right: 1px solid #4f4f4f; border-left: 1px solid #2c2c2c; padding: 7px 10px 0 10px ; color: #ffffff; font: normal 11px verdana, arial, tahoma; height: 25px }
#header_nav a:hover { background: #006699; color: #eeeeee }

#header_logo, #header_nav, #main  { margin: 0 0 0 15px; width: 748px }

#middle h1 { font-size: 22px; color: #0e5ca4}
#middle h2  { font-size: 16px  }

#set_of_links
{
	position:relative;
	padding:0;
	background-color:#fff
}
#set_of_links a
{
	display:inline;
	text-decoration:none;
	color:red;
	font-size: 14px;
	font-weight: bold
}
#set_of_links a:hover
{
	background:white;
	text-decoration: underline
}
#set_of_links a span
{
	display:none
}
#set_of_links a:hover span
{
	display:inline;
	position:absolute;
	top:0;
	left:200px;
	line-height: 16px;
	background: #ffffb4;
	color: #000000;
	padding: 3px 8px 18px 8px;
	border: 1px solid #cccccc;
	border-bottom-width: 2px;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}

#set_of_links p
{
	margin: 5px 0 0 10px
}

#main ul
{
	line-height: 20px
}

#disclaimer { text-align: center; font-size: 11px }