/**Reset Browser**/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
  background: #9dc152 url(../img/bkg.gif) repeat-x top center;
}

/**Bones**/

#wrapper{
	width: 750px;
	margin: 0 auto;
	height: 100%;
	padding: 70px 0 70px;
	position: relative;
	background: url(../img/B.gif) no-repeat top center;
	}

#header{
	height: 350px;
	color: #d1d2d4;
	font-family: Baskerville, Georgia, Times, Times New Roman, Serif;
	}

h2{
	width: 400px;
	text-align: center;
	color: #d1d2d4;
	margin: 40px auto 0 auto;
	}

#footer{margin-bottom: 70px;text-align: center;}

.coltop{
width: 250px;
margin: 40px auto 30px auto;
text-align: center;
}

td{
	text-align: center;
	width: 250px;
	}


/**Style**/

h1.logo{
	width: 377px;
	height: 117px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	background: url(../img/logo.gif) no-repeat;
	}
	
hr {
    border: 0;
	width: 565px;
	color: #d1d2d4;
	background-color: #d1d2d4;
	height: 1px;
	margin: 0 auto 50px auto;
	}

#notice{
	font-size: 9px;
	color: #d1d2d4;
	padding-top: 30px;
}
