body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #4D433C;
	background-color: #F7F6F4;
	letter-spacing: 1px;
}

html, body {
	height: 100%;
}

/* reg links */
a {
	color: #77170B;
	text-decoration: underline;
}

/* reset styles */

div {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #77170B;
	font-weight: normal;
	font-size: 190%;
	font-weight: bold;
	/* text-transform: uppercase; */
}

#logo {
	margin-top: 35px;
	margin-left: 80px;
}

#header {
	height: 150px;
	background-color: #BECDD4;
}

#sep-band {
	background-color: #FFF;
	height: 10px;
}


#inner-navigation {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFF;
	border: 1px solid #CFC6BF;
	padding: 18px;
	display: block;
}

#navigation {
	background-color: #FFF;
	position: absolute;
	top: 160px;
	left: 568px;
	width: 174px;
	/* bottom: 40px; */
	min-height: 180px;
	padding: 0px 8px 8px 8px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: uppercase;
	color: #4D433C;
}

#navigation ul li {
	/* border-bottom: 1px solid #C9BCB4; */
	padding-bottom: 5px;
	margin-top: 6px;
	padding-left: 10px;
	letter-spacing: 2px;
}

#navigation ul li a {
	color: #4D433C;
	text-decoration: none;
}

#navigation ul li a:visited {
	color: #4D433C;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li a.active {
	color: #77170B;
	text-decoration: none;
}

#navigation p {
	font-size: 13px;
}

#featured-testimonial {
	color: #77170B;
	margin-top: 10px;
}

#second-band {
	background-color: #CFC6BF;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#second-band a {
	text-decoration: none;
	font-size: 120%;
}

#second-band ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

#second-band ul li {
	position: relative;
	display: inline;
	float: left;
	}
	
#second-band li ul {
	display: none;  }
	
#second-band li:hover ul, #second-band li.hover ul {
	position: absolute;
	display: block;
	left: 20;
	width: 130%;
	margin: 50;
	padding: 50; 
	background-color: #CFC6BF; 
	font-weight: bold;
	}


	
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

#content {
	background-color: #F7F6F4;
	margin-left: 80px;
	margin-top: 0px;
	width: 457px;
	margin-bottom: 40px;
	font-size: 13px;
}

#footer, #push {
	height: 68px;
}

#footer {
	color: #FFF;
	font-size: 92%;
	background-color: #77170B;
	padding-top: 2px;
	padding-left: 80px;
}

#photo-portfolio {
	margin: 0px;
	padding: 0px;
}

#photo-portfolio li {
	float: left;
	list-style-type:none; 
	margin-right: 10px;
	margin-bottom: 10px;
}

#top-contact {
	left: 584px;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	top: 35px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

#thumbnails {
	margin-top: 5px;
}

#thumbnails td {
	padding: 3px;
}
#testimonial-link 
a {
	background-color: #77170B;
	color: #FFF;
	font-weight: bold;
	font-size: 108%;
	padding: 4px;
}
