html {
	background: #dbd1b7 url("../images/bg.jpg") repeat top center;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
    font-style:  normal;
    font-weight: normal;
	color: #000;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

.wrapper {
	clear: both;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin: 0px auto;
	background-color: #fc0;
	padding-top: 117px;
	padding-left: 8px;
}

a:link { text-decoration: none; font-weight:bold; color: #900; }
a:visited { text-decoration: underline; font-weight:bold; color: #900; }
a:hover { text-decoration: underline; font-weight:bold; color: #900; }
a:active { text-decoration: underline; font-weight: bold; color: #900; }

a.cat:link { text-decoration: none; font-weight: bold; color: #000; }
a.cat:visited { text-decoration: none; font-weight: bold; color: #000; }
a.cat:hover { text-decoration: underline; font-weight: bold; color: #000; }
a.cat:active { text-decoration: underline; font-weight: bold; color: #000; }

a.cat:link:hover { text-decoration: underline; font-weight: bold; color: #000; }
a.cat:visited:hover { text-decoration: underline; font-weight: bold; color: #000; }
a.cat:hover:hover { text-decoration: underline; font-weight: bold; color: #000; }
a.cat:active:hover { text-decoration: underline; font-weight: bold; color: #000; }

.logo {
	position: absolute;
	left: 8px;
	top:8px;
	width: 316px;
	height: 83px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	z-index: 2;
}

.address {
	position: absolute;
	left: 348px;
	top: 8px;
	width: 507px;
	height: 117px;
	vertical-align: middle;
	z-index: 2;
}

.homephotos {
	margin-top: -115px;
	margin-right: 5px;
	width: 153px;
	z-index: 2;
}

.categories {
	float: left;
	line-height: 2;
	color: #000;
	z-index: 2;
}

.content {
	float: right;
	width: 621px;
	color: #000;
	z-index: 2;
}

.main {
	width: 829px;
}

.scroller {
	clear: both;
	text-align: center;
	width: 829px;
	height: 25px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.dontsee {
	clear: both;
	background-color: #000;
	text-align: center;
	width: 990px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
}

.footer {
	clear: both;
	text-align: center;
	width: 990px;
	height: 20px;
	color: #737373;
	font-size: 10px;
	margin-bottom: 3px;
}