/* [Reset] */
* {
	margin: 0;
	padding: 0;
}
/* [Global Settings] */
body {
	background-color:#d4d0c8;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:active,
a:hover {
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
hr{
	clear: both;
	color:#f5deb3;
	height:1px;
}
/* [Layout] */
div#wrapper {
	background-image:url('http://offbase-housing.net/template/body_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	background-color:#ff9951;
}

