html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.frms {
visibility:hidden;
width:1px;
height:1px;
display:block;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

#wrapper {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: auto;
	width: 780px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#lshad {
background: top left url(images/lshad.gif) repeat-y;
padding-left: 10px;
}

#rshad {
background: top right url(images/rshad.gif) repeat-y;
padding-right: 10px;
}

#tshad {
background:  url(images/tshad.gif) repeat-x;
padding-top: 10px;
padding-bottom: 0px;
}

#bshad {
background:  url(images/bshad.gif) repeat-x;
padding-top: 10px;
padding-bottom: 0px;
}