@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #3CF;
	text-align: center;
}
#global {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/Rellim%20Constructions%20logo4.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 325px;
	margin-left: 337.5px;
	margin-top: 10px;
}
#content {
	height: auto;
	width: 1000px;
	overflow: hidden;
}
#leftColumn {
	height: auto;
	width: 450px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 30px;
}
#rightColumn {
	height: auto;
	width: 450px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 520px;
}
#leftColumn h1 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#rightColumn h1 {
	font-weight: bold;
	text-align: center;
}

#footer {
	width: 1000px;
}
#menu {
	height: auto;
	width: 1000px;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
}
#menu ul {
	padding-top: 5px;
	list-style-type: none;
}
#menu li {
	float: left;
	padding-right: 30px;
	border: medium outset #6FC;
}
#menu a:hover {
	color: #9F0;
}
