/* Eric Meyer Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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; }

/* Basic Elements */
ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

/* Backgrounds */

body { font: 12px/1.5 arial, verdana, sans-serif; color: #1B2831; }

/*
=================================== Horizontal Navigation ================================*/
#hnav { position: absolute; top: 10px; left: 0; width: 1200px; height: 57px; background: url('images/mile-high-menu.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 57px; }
	#hnav #hnavhome { width: 192px; left: 0px; }
	#hnav #hnavabout { width: 166px; left: 191px; }
	#hnav #hnavnews{ width: 169px; left: 357px; }
	#hnav #hnavjoin { width: 153px; left: 527px; }
	#hnav #hnavcontact { width: 196px; left: 679px; }
	#hnav #hnavmeet { width: 193px; left: 876px; }
	#hnav #hnavbuds { width: 195px; left: 1071px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 57px; text-indent: -9999em; }

#box {
background-color: #ecedf0;
    padding: 3%;
	margin: 7px 4px 2px 4px;
 -moz-border-radius: 20px;
-webkit-border-radius: 20px;
  border: 2px solid #ecedf0;
}