/* global */
* {
	margin: 0px;
	padding: 0px;
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, dl, address {
	margin:0px;
	padding:0px;
	}

body {
	background-image: url(../img/bg.gif);
	background-position: left -188px;
	font-size: 75%;
	line-height: 1.5;
	background-repeat: repeat-y;
}
hr {
	clear: both;
	visibility: hidden;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

/* links */
a:link {
	text-decoration: underline;
	color: #FF6600;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* contents */
#wrapper {
	background-image: url(../img/bg_peaper.gif);
	background-position: left 32px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
#contenrs {
	width: 612px;
	padding-bottom: 20px;
	float: left;
	padding-left: 48px;
	padding-right: 0px;
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 32px;
}

#footer {
	background-image: url(../img/footer.jpg);
	height: 47px;
	width: 665px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* nav */
#nav {
	display: block;
	width: 140px;
	float: left;
	list-style-type: none;
	padding-top: 37px;
}
#nav li {
	padding: 0px;
	display: block;
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.nav_img {
}
.clear {
	clear: left;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
