/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body{margin-top:10px;
	font-family: Tahoma;
  text-align: center;
  background: #CEFCBD;  
}         
#header {background-image: url(slide/header.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	border-top: 1px solid #7F7F7F;
	height: 107px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.4em;
}
.div2 {
	padding-top: 0px;
	padding-left: 0px;
	height: auto;
	
}
#wrap{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	border: 1px solid #7F7F7F;
	padding-top: 0px;
	text-align: left;
}
#footer{
  clear :both;
    width: 930px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #065F0A;
}
#footer a:link, #footer a:visited{
color: #FFFFFF;
text-decoration: none;
 
}
#footer a:hover {
color: #FFFFFF;
text-decoration: none; 
}
