#logo { 
        float: left;
}

#telephone { 
             width: 150px;
             float: left;
             }

#telephone span { 
                  font-family: verdana, sans-serif;
                  }


div#content {
	position: absolute;
	top: 140px;
	left: 190px;
	right: 175px;
}

div#header {
	position: absolute;
	top: 0;
	left: 190px;
	height: 129px;
}

div#toc {
	position: absolute;
	top: 0;
	left: 0;
}

div#ads {
	position: absolute;
	top: 140px;
	right: 5px;
}

div.menu {
	width: 150px;
	border-width: 0px;
	text-align: center;
	background-color: #f4f4f4;
	margin: 10px;

	/* Font styling here */
	font-family: sans-serif;
	font-size: 75%;
}

div.menu div.top {
	padding-top: 10px;
	background-image: url("images/arch_top.gif");
	background-repeat: no-repeat;
}

div.menu div.bottom {
	padding-bottom: 10px;
	background-image: url("images/arch_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.menu a {
	display: block;
	text-decoration: none;
	color: #0080d0;
}

div.menu a:hover {
	background-color: #fdfdfd;
}