body{
	background-color:#871E1E;
	color:#685646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:83.3333%;
	line-height:19.5px;
}

.container {padding-top:45px;margin-left:1px;}

#nav {
	padding:50px 0 0 0;
	margin-right:0;
}
#nav .nav_top {float:right; margin-bottom:10px;}
#nav .nav_top a img {border:none;}

#hd {
	background:transparent url('../images2/lavie_header.gif') no-repeat left;
	height:99px;
}

#md {
	background:transparent url('../images2/lavie_footer.gif') no-repeat left bottom;
	height: 450px;
}

.holder_one {
	background-color:#EBEAC8;
	height:346px;
	width:296px;
	padding:0 25px 0 25px;
	margin:0;
	border-right:2px solid #000;
	border-left:2px solid #000;
	float:left;
	position:relative;
	/*overflow:auto;*/
}

#md_one {
	margin:0;
	padding:0;
	position:absolute;
	width:310px;
	height:340px;
	overflow:auto;
}

#md_two {
	background-color:#EBEAC8;
	height:296px;
	width:263px;
	border-right:2px solid #000;
	float:left;
	padding: 0 0 0 13px;
	margin:0;
}

#md_ft {
	float:left;
	clear:both;
	width:100%;
	padding:60px 0 0 15px;
	font-size:1.15em;
}

h1, h2, h3, h4, h5, h6 {
color:#685646;
font-weight:bold;
font-size:100%;
}
#md_one h1 {text-transform:uppercase;}

#md_two img {border:1px solid #685646;}

textarea {
	width: 225px;
	float: right;
	height: 60px;
}
input {
	float: right;
	padding: 0;
}

a#linkonlogo {
	display:block;
	height:85px;
	width:325px;
	position:absolute;
	top:45px;
	left:375px;
	border:none;
	text-decoration:none;
	outline:none;
}


/*scrollbar*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #6D1D1D;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
