/* Main Text Definitions */

body {
 background: #A5A5A5;
 color: #4B4A4A;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 margin: 0;
}

h1 {
 color: #6a4f39;
 font-size: 140%;
 font-weight: bold;
}

a img {
 border: 0;
}

a { 
 color: #36312E;
}

a:hover { 
 color: #B8B7B7;
}

.large_copy{
font-size: 110%;
font-weight: bold;
}


/* Container */

#container {
 width: 760px;
 margin: auto;
 background:#ffffff;
 border-top:20px solid #A5A5A5;
 border-bottom:20px solid #A5A5A5;
}

#top {
 width: 760px;
 border-bottom: 6px solid #A5A5A5;
}


#logo {
 width: 405px;
 float:left;
}


/* Nav */

#topnav {
 color: #36312E;
 font-size: 75%;
 padding-right: 10px;
 float: right;
 padding-top:45px;
 text-align: right;
}

#topnav ul {
margin:0px;
padding:0px;
}

#topnav ul li {
list-style: none;
display:inline;
padding-right:10px;
}

#topnav ul li a {
 color: #36312E;
 text-decoration: none;
}
#topnav ul li a:hover {
 color: #B8B7B7;
 text-decoration: underline;
}

#topnav ul li.navon{
font-weight:bold;
padding-right:10px;
color:#2B2B2B;
}




/* Main */

#main {
 width: 740px;
}




/* Left - Nav */

#left {
 float: left;
 width: 250px;
 padding-left:20px;
 padding-top: 30px;
 padding-bottom: 30px;
 color: #6A4F39;
 font-size: 85%;
}

#left_gallery {
 float: left;
 width: 290px;
  padding-left:20px;
  padding-top: 20px;
  padding-bottom: 20px;
 color: #6A4F39;
 font-size: 85%;
 text-align: left;
}


/* Content */

#content {
 padding-top: 25px;
 padding-bottom: 30px;
 color: #4B4A4A;
 font-size: 85%;
 line-height:140%;
 margin-left:280px;
}

#content ul {
margin: 15px 0px 0px 0px;
padding: 0px;
}

#content ul li {
list-style: none;
padding-bottom: 2px;
}

#content ul li a {
 color: #36312E;
 text-decoration: underline;
}
#content ul li a:hover {
 color: #B8B7B7;
 text-decoration: underline;
}

#content_gallery {
 padding-top: 25px;
 padding-bottom: 30px;
 color: #4B4A4A;
 font-size: 85%;
 line-height:140%;
 margin-left:300px;
}

.testimonials{
font-size: 130%;
line-height: 140%;
}

/*  STANDARD GALLERY  */


#galleryList{
	width:282px;
	margin:0;
	padding: 0px;
}

 #galleryList li{
	display:inline;
	padding: 0px 8px 6px 0px;
}

#galleryList img{
	width:120px;
	height:102px;
	margin:0;
	padding-bottom: 4px;
}





/* Footer */


#footer {
 clear: both;
 padding-top: 7px;
 padding-bottom: 7px;
 padding-right: 20px;
 color: #ffffff;
 background:#DF4901;
 text-align: center;
 font-size: 80%;
}

#footer a{
 color: #ffffff;
 text-decoration: none;
 margin-right: 20px;
}
#footer a:hover{
 color: #D3CBC4;
 text-decoration: underline;
 margin-right: 20px;
}

#footer .navon{
 color: #ffffff;
 text-decoration: none;
 margin-right: 20px;
 font-weight:bold;
}



.small{
font-size:80%;
}
