html, body{
	background : #fb7 url("/img/bg.gif") top center repeat-y;
	/*background: #ffd3a7;*/
	text-align: left; 
	font-family: Arial;
	font-size: 12px;
	color: #000; 
	text-decoration: none; 
	margin:0px;
	padding:0;
	border:0;
	text-align: center;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 1.5em;
	font-size: 18px;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1{
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	width: 100%;

}

h2{
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
	font-size: 22px;
	margin: 0 0 5px 0;
}

a:link{
	color: #b33;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #b33;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #900; /*#291f0a;*/
	font-weight: bold;
	text-decoration: none;
}

a:active{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#wrapper{
	position: relative;
	top: 0px;
	text-align: left;
	width: 1000px;
	margin: 10px auto 0px auto;
	z-index:1002;
	padding: 100px 0 20px 0;
	overflow: hidden;
	background: #fff  url("/img/banner.gif") top left no-repeat;
}

#page{
	padding: 0px 20px;
}

img.bigbutton{
	margin: 10px 10px 10px 10px;
}


#menu{
	background: #fff url("/img/menubg.gif") top left repeat-x;
	height: 65px; /*background image height is 50px*/
	padding: 10px 20px 0px 20px;
}
#menu a:link, a:visited{
	font-size: 24px;
	padding: 10px 20px 30px 20px;
	color: #fff;
}

#menu a:hover{
	background: url("/img/hover.gif") top center no-repeat;
}

#menu a:active{
}
#menu .current{
	background: url("/img/current.gif") top center no-repeat;
}

#footer{
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
	background: url("/img/footer.gif") bottom center no-repeat;
}