body {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #e5e6bf url(graphics/back.gif)  repeat-y center top;
  width: 100%;
  display: table;
}
	#wrap {
		width:900px;
		margin:0 auto;
	}
	#header {
    	width: 100%;
    	background-color: #4a5772;
    	background-repeat: no-repeat;
  		background: #e1e3bb url(graphics/titlebar.jpg)  repeat-y center top;
    	padding-left: 0px;
    	padding-bottom: 0px;
    	padding-right: 0px;
    	padding-top: 0px;
    	height: 190px;
    	min-width: 920px;
		background: center top;
	}
	h1 {
	    margin:0;
    }
	#nav {
		padding:5px 10px;
		background:#c99;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#leftcolumn {
		line-height: 36px;
		font-size: 16px;
		letter-spacing: 2px;
		font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
		text-align: center;
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 10px;
		padding-top: 0px;
		float:left;
		width: 180px;
	}
	#rightcolumn {
		list-style-position: outside;
		text-align: left;
		color: #4e4443;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left: 10px;
		padding-bottom: 0px;
		padding-right: 20px;
		padding-top: 0px;
		float:right;
		width: 670px;
	}
	#footer {
		letter-spacing: 0px;
		font-size: 14px;
		font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
		text-align: center;
		color: white;
		clear:both;
		padding:5px 10px;
		background:#70818c;
	}
	#footer p {
    	margin-left: 0;
    	margin-bottom: 4px;
    	margin-right: 0;
    	margin-top: 4px;
    }

	a:link {color: #6f605d; text-decoration: none; }
	a:active {color: #432526; text-decoration: underline; }
	a:visited {color: #6f605d; text-decoration: none; }
	a:hover {color: #5d514f; text-decoration: underline; }
	h3 { font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; }
	h2 { margin-top: 40px; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; }
	p2 { font-size: 12px; font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif; }
	
	
#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:250px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}