html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, em, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
  background-color: white;
  }

#mainwrapper {
  width: 1000px;
  margin: 25px auto 25px auto;
  background-color: white;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }


#wrapper2 {
  width:1000px;
  background: url(images/fauxborder.gif) repeat-y left top;
  overflow: visible;
  }

#wrapper2bottom {
  height:1px;
  width:1000px;
  margin: 0 auto;
  background: url(images/fauxbottom.gif) center top no-repeat;
  padding-bottom: 0.5em;
}

#sidebar {
  float: left;
  width: 226px;
  font-size: 14px;
  letter-spacing: 2pt;
  border-top: 1px solid black;
  text-align: right;
  padding: 15px 25px 0 0;
  line-height: 30px;
}

a {text-decoration: none;}
a:link {color: white;}
a:visited {color: white;}
a:hover {color: white; font-weight: bold;}


#map {
  margin-left: 277px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 0px solid black;
  width: 722px;
  height: 500px;
}

div.box {
  width:240px
}

a.box {color: black; text-decoration: underline}
a.box:link {text-decoration: underline}
a.box:visited {}
a.box:hover {font-weight: normal; text-decoration: underline}

#footer {
  clear: both;
  width: 1000px;
  text-align: right;
  font-size: 0.75em;
  margin-top: 25px;
}

