/* changes for Kanto */

body {
 /*	background: #231f20; */
	background-color: #1a1717;
	font: 11px "Arial", sans-serif;
	color:#f5ebcd;
}

.photo {
    padding:5px;
    border:1px #b79584 solid;
    margin:10px;
    margin-top: 0;
    margin-right: 0;
    background:#f3eddb;
}

#wrapper {
    background: #000;
    overflow: auto;
    border: none;
    margin-top:10px;
}

#header {
    color: #ffffff;
    /* background-color:#645e51; */
    border:none;
}

#navbar {
    width: 110px;
    float: left;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 20px;
    border:none;
}

#contact {
    padding-top: 34px;
    padding-bottom: 14px;
}

#main {
    width: 616px;
    float: left;
    padding-left: 15px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    border:none;
}

#main p {
    font-size: 1.2em;
    line-height: 1.33em;
    margin-right: 5px;
}

#main h2 {
	text-align: left;
	color: #4e473a;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer p {
    text-align: center;
    margin: 1em 16px;
    padding-top: 9px;
    padding-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    background-color: transparent;
    color: #403c34;
}

a:link, a:visited {
    text-decoration: none;
    color: #ada595;
    background: transparent;
}

a:hover {
    text-decoration: underline;
    color: #fff;
    background: transparent;
}

a:link, a:visited {color:#4e473a;}
a:hover{color:#000;}

#navbar ul li,
#navbar ul#servicelink li {
    margin: 0;
    font: 11px Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 210%;
}

div.indent {
	margin-left:15px;
	margin-bottom:2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.imagefloatleft {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 3px;
	color: #312e28;
}

.imagefloatright {
	float: right;
	text-align: right;
	margin-bottom: 3px;
	margin-left: 10px;
	color: #312e28;
}

#main a {border-bottom:1px #4e473a dotted;}
#main a:hover {text-decoration:none; border-bottom:1px solid;}
#main .imagefloatright a {border:none}
#main .imagefloatleft a {border:none;}

.center {text-align:center; padding:0;}

.set {
	clear:both;
    padding-top:10px;
    padding-bottom:10px;
}

hr {
	height:2px;
    border:0;
    background-color:#ada595;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}