/* CSS Document */

/*---------------------Global styles---------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
  }
  

body {
	background-image: url(../images/bg_strip.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
	behavior: url(css/csshover.htc);}
	
	*html {margin:0; padding:0;}


	

/*---------------------Wrapper---------------------*/

#wrapper {
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}


.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 792px;
	height: 81px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	


.fence {
	background-image: url(../images/bg_grass.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	/*width: 1000px;*/
	height: 145px;
	/*background-attachment: fixed;*/
	}
	
.divider {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 792px;
	height: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.smdivider {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 257px;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
a {
	color: #336633;
	text-decoration:underline;
	font-weight: bold;
	}
	
a: active {
	color: #336633;
	text-decoration:underline;
	font-weight: bold;
	}
	
a: hover {
	color: #996600;
	text-decoration:underline;
	font-weight: bold;
	}
	
a: visited {
	color: #336633;
	text-decoration:underline;
	font-weight: bold;
	}

