html {
	overflow-y: scroll;
}
hr {
	color: #532C15;
	height: 3px;
	border-top-width: medium;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #532C15;
}
#wrapper {
	height: 100%;
	width: 700px;
	padding-left: 20%;
	padding-top: 150px;
}
#header {
	height: 54px;
}
#content {
	width: 468px;
}
#contentbg {
	background-image: url(../images/bgbody.png);
	background-repeat: repeat-y;
}
#contenttxt {
	padding-left: 43px;
	padding-right: 30px;
}
#contentfoot {
	height: 50px;
	background-image: url(../images/bgfoot.png);
	background-repeat: no-repeat;
	background-position: top;
}
#nav {
	float: right;
	width: 182px;
	padding-top: 150px;
}
