body {
	background: #541516;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 900px;
	height: 142px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
}

#main_content {
	width: 898px;
	float: left;
    background: #0F0E0C;
	border:#666666 solid 1px;
	border-bottom:none;
	border-top:none;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#main_middle {
	color: white;
	width: 898px;
	height: 417px;
	background-image: url(../images/dog.jpg);
	background-repeat: no-repeat;
}

#main_slideshow {
	width: 898px;
    background: #0F0E0C;
    border-top: 1px solid #868687;
}

#body_slideshow {
	width: 895px;
    background: #0F0E0C;
    border-top: 1px solid #868687;
}

#home_content {
	padding-top: 30px;
	margin-left: 520px;
	margin-right: 40px;
	font-size: 1em;
}

.grid td{ padding:0 23px 20px 23px; }

#inner_content {
	color: white;
	margin-top: 0px;
	margin-right: 30px;
}

#contract {
	margin-left: 30px;
}

#contract_new {
	margin-left: 10px;
}

#footer {
	clear: both;
	width: 898px;
	padding-top: 10px;
	text-align: center;
	color: #868687;
	font-size: 1em;
	font-weight: bold;
	height: 35px;
	background-color: #0F0E0C;
	border:solid 1px #666666;
	border-top:none;
}

#disclaimer {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#mycarousel{
	margin: 10px 0 0 0;
	text-align:center;
}

#mycarousel li {
	display:inline;
	list-style: none;
	margin-left: 2px;
}

#mycarousel li img {
	border: 1px solid #868687;
	width: 113px;
	height: 113px;
}

#logged_in a{
	color:#FFFFFF;
}

