/* @group redefines */

body {
	 background: #f1dab1 url(bento-images/bg_tile.jpg) repeat-y center top;
	 color: #5c473e;
	 font: 14px Georgia, "Times New Roman", Times, serif;
	 margin: 0 0 20px;
	 padding: 0;
}

html {
	 margin: 0;
	 padding: 0;
	 background-color: #f1dab1;
}

a:link, a:visited {
	color: #5c473e;
	text-decoration: none;
}

a:hover {
	color: #5c473e;
	text-decoration: underline;
}

img a:active {
	 border: none;
	 border-width: 0px;
}

:focus {
	 outline: 0;
}

/* @end */

/* @group mainimage */

#mainimage-header {
	 width: 100%;
	 height: 95px;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 0px;
	 background: url(bento-images/bg_header.jpg) no-repeat center top;
}

/* @group navigation */

#navigation {
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 10px;
	 position: relative;
	 display: block;
	 width: 1024px;
}

#navigation #logo {
	 position: relative;
	 left: 35px;
	 margin-top: 45px;
	 top: 0;
}

#navigation #tagline {
	 position: relative;
	 top: 27px;
	 right: 50px;
	 float: right;
}

#subnav {
	 display: inline-block;
	 margin-top: 10px;
	 margin-left: 35px;
}

#subnav img {
	 margin-right: 12px;
}

/* @end */

#mainimage {
	 width: 100%;
	 height: 550px;
	 padding: 0;
	 margin-right: auto;
	 margin-left: auto;
	 text-align: center;
	 margin: 0;
	 display: block;
	 background: url(bento-images/bg_middle.jpg) repeat-y center top;
}

#mainimage-advance {
	 top: -72px;
	 right: -453px;
	 display: inline-block;
	 position: relative;
}

#mainimage-footer {
	 width: 100%;
	 height: 125px;
	 padding: 0px;
	 background: url(bento-images/bg_footer.jpg) no-repeat center top;
	 margin: -30px auto -25px;
}

/* @end */

/* @group content */

#content {
	 width: 960px;
	 text-align: left;
	 line-height: 18px;
	 margin: 0 auto;
	 background-color: rgba(234,209,167,0.6);
	 padding: 20px;
	 border: 1px solid rgba(225,184,130,0.6);
	 height: 240px;
}

#content blockquote {
	 line-height: 18px;
	 display: block;
	 float: left;
	 margin-right: 40px;
	 height: 200px;
}

#content #bio {
	 width: 310px;
}

#content blockquote img {
	 padding-bottom: 10px;
}

#content blockquote#client1 {
	 position: relative;
	 margin-right: 0;
	 padding: 0;
}

#content blockquote#client2 {
	 position: relative;
	 top: -216px;
	 left: 215px;
	 margin-right: 0;
	 padding: 0;
}

#content blockquote#contact {
	 position: relative;
}

/* @end */

#pagetop {
	 position: relative;
	 top: 20px;
	 font-size: 11px;
}

#footer {
	 width: 960px;
	 background-color: rgba(234,209,167,0.6);
	 border: 1px solid rgba(225,184,130,0.6);
	 font-size: 11px;
	 padding: 7px 20px;
	 text-align: left;
	 margin: -1px auto 25px;
	 color: rgba(92,71,62,0.75);
}

#innershadow {
	 width: 1000px;
	 height: 550px;
	 position: absolute;
	 display: block;
	 margin-right: auto;
	 margin-left: auto;
	 top: 95px;
	 right: 0;
	 left: 0;
	 background-image: url(bento-images/mainimage_cover.png);
	 visibility: visible;
}