/* Campbell's Tile Concepts */

/* global properties */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

}
body {
	color: #591616;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #491212 url(../_images/bg-body.gif) repeat;
	font: .82em/1.35em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

h1 {
	color: #000;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
	color: #4F1818;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #4C1313;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #AC3228;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	color: #993366;
}
a:active {
  color: #000;
}

/* Top */

#top {
	background: url(../_images/bg-header.gif) repeat-x;
	height: 112px;
	margin-bottom: 15px;
}


#top-header {
	background: url(../_images/header.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 206px;
	width: 857px;
	margin-top: 1px;
}
/* Content */

#outerWrapper {
	text-align: left;
	width: 770px;
	background: url(../_images/bg-wrapper.gif) repeat-y left top;
	min-height: 100%;
	position: relative;
	height: 612px;
	z-index: 1000;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin: 0;
	padding: 0px;
	background: url(../_images/home.jpg) repeat-y;
	height: 612px;
	width: 756px;
}
#nav {
	background: #80251C url(../_images/bg-nav.gif) no-repeat;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	font-weight: normal;
	color: #DACBC3;
	padding-left: 25px;
	left: 0px;
	bottom: 0px;
	width: 745px;
	z-index: 9999999;
	position: relative;
}
.clearfooter {
height: 100px;
clear: both;
}
/* Bottom */

#bottom {
	height: 155px;
	position: relative;
	margin-top: 15px;
	left: 0px;
	border-bottom: 1px solid #000000;
	background-image: url(../_images/home-bg-footer.gif);
	background-repeat: repeat;
}

