body {
	font-family:"trebuchet ms", verdana, arial, sans-serif;
	font-size:12px;
}
input {
	font-family:"trebuchet ms", verdana, arial, sans-serif;
	font-size:12px;	
} 
textarea {
	font-family:"trebuchet ms", verdana, arial, sans-serif;
	font-size:12px;	
} 
h1 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type:square;
}

ul.links {
	list-style-type:circle;
}
a:link {
	color : #462300; 
	text-decoration : underline; 
} 
a:visited {
	color : #462300; 
	text-decoration : underline; 
} 
a:hover {
	color : #462300; 
	text-decoration : none; 
} 

a.menu:link {
	color : #FF9900; 
	text-decoration : underline; 
} 
a.menu:visited {
	color : #FF9900; 
	text-decoration : underline; 
} 
a.menu:hover {
	color : #FF9900; 
	text-decoration : none; 
} 

.btn {
	height:25px;
}
.url {
	color:#a0a0a0;
	font-weight:bold;
}
.footer {
	background: #f0f0f0;
	border:1px solid #ebe5e5;
}

#page {
  	background: #c0c0c0;
	position: absolute;
	margin-top:10px;
    margin-bottom:10px;
    top: 0px;
    left: 0px;
 	width: 1000px;
}
#header {
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 150px;
  width: 745px;
  height: 80px;
  /*border:1px solid black;*/
}
#logo {
  background: #ffffff;
  position: absolute;
  background-image: url(images/link2have_logo.gif);
  top: 10px;
  left: 10px;
  width: 250px;
  height: 68px;
}
#topad {
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 265px;
  width: 450px;
  height: 60px;
  /*border:1px solid black;*/
}
#toplinks {
  background: #f7f7f7;
  border:1px solid #ebe5e5;
  position: relative;
  top: 80px;
  left: 0px;
  width: 743px;
}

#search {
  position:relative;
  left: 190px; 
}

#leftcol {
  position: absolute;
  top: 0px;
  left: 25px;
  width: 140px;
}
#rightcol { 
  position: absolute;
  top: 0px;
  left: 900px;
  width: 140px;
}
#content {
  background: #ffffff;
  position: absolute;
  top: 100px;
  left: 150px;
  width: 745px;
}
#bread-crumbs {
  position: relative;
  left: 10px;
}
#main-content {
  position: relative;
  left: 10px;	
}
#link-categories {
  position: relative;
  left: 10px;
}
#web-links {
  position: relative;
  left: 10px;
}