 body {
       background:#9696a4;
   }   
 
/****************************************************************************/
/* Tables.                                                                  */
/****************************************************************************/

   	#table3 { 	
	height:380px;
    width:630px;
    position: absolute;
	top: 0px;
	}	

#propic{
    height:278px;
    width:184px;
    position: absolute;
	top: 20px;
	left:20px;
    }
	
#info {
    height:200px;
    width:570px;
    position: absolute;
	top: 6px;
	left:245px;
    }

#protitle {
	color:white;
  	font:16px Verdana,Arial,Helvetica,sans-serif;
  	font-weight:bold;
  	}

#prosubt {
	color:#c7a317;
  	font:14px Verdana,Arial,Helvetica,sans-serif;
  	font-weight:bold;
  	}

#protext {
	color:white;
  	font:12px Verdana,Arial,Helvetica,sans-serif;
  	font-weight:bold;
  	}
  	
#proback {
  	font:14px Verdana,Arial,Helvetica,sans-serif;
  	font-weight:bold;
  	height:10px;
    width:150px;
  	position: absolute;
	top: 345px;
	left: 630px;
  	}


/****************************************************************************/
/* Menu.                                                                     */
/****************************************************************************/

#menu {
height:152px;
width:175px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 13px/15px arial, verdana;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: white;
background-image:
  	url('../Images/Pages/menu.jpg');
text-decoration: none;
}

#menu a:hover {
color: white;
background-image:
  	url('../Images/Pages/menu-over.jpg');
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}   



 /****************************************************************************/
/* Font.                                                                     */
/****************************************************************************/

a {
  	color:black;
  	font-weight: bold;
  	text-decoration: none;
	}

	a:visited {
  	color:black;
	}

	a:hover {
	color:#1743c0;
  	text-decoration: underline;
	}
 
  #p {
  	color:#c7a317;
  	font:20px Verdana,Arial,sans-serif;
  	font-weight:bold;
  	}
   	
  #p1 {
  	color:black;
  	font:14px Verdana,Arial,sans-serif;
  	font-weight:bold;
  	position: absolute;
  	left: 128px;

  	}
  	
  	#f1 {
  	color:black;
  	font:12px Verdana,Arial,sans-serif;
  	font-weight:bold;
   	}

  
  
  /****************************************************************************/
/* Columns.                                                                  */
/****************************************************************************/


	#mainright {
		width:33%;
		float:left;
		background:blue;
		padding-bottom:10px;
		}
	
	#maincenter {		
		width:34%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:33%;
		float:left;
		background:red;
		padding-bottom:10px;
		}
	
	#banner {
		background:#fff;
		}
		
	p, h1, pre {
		margin:0px 10px 10px 10px;
		}
	
