#site{
    background-image: url('../images/recipes-bg.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 830px;
    margin: 0 auto;
    position: relative;
}

#recipes-content{
    position: absolute;
    left: 529px;
    top: 123px;
    width: 440px;
}

#recipes-text-top{
    width: 384px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    margin: 0 0 7px 0;
    position: relative;
     left: 15px;
}

#recipes-btn{
    width: 361px;
    height: 54px;
    margin: 0 auto 15px auto;
}

#recipes-btn a{border: none;}

.recipe-area{
    width: 100%;
    height: 135px;
    padding-bottom: 10px;
}

.recipe-img{
    width: 73px;
    height: 127px;
    float: left;
    display: inline;
    margin-right: 27px;
}

.recipe-img-rt{
    width: 73px;
    height: 127px;
    float: right;
    display: inline;
}

.recipe{
    width: 285px;
    line-height: 20px;
    color: #fff;
    float: left;
    display: inline;
    text-align: left;
}

.recipe-rt{
    width: 251px;
    line-height: 20px;
    color: #fff;
    float: right;
    display: inline;
    text-align: right;
    margin-right: 20px;
}

.recipe-hdr{
    width: 231px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.recipe-text{
    width: 250px;
    font-size: 14px;
    font-weight: 100;
}

.recipe-textLong{
    width: 285px;
    font-size: 14px;
    font-weight: 100;
}

.recipe-alc-content{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div.recipe-alc-content{
    width: 250px;
}

.recipe-divider{
    width: 231px;
    height: 4px;
    position: relative;
    left: 0px;
    margin-top: 16px;
}

.recipe-divider2{
    width: 231px;
    height: 4px;
    position: relative;
    left: 30px;
    margin-top: 16px;
}




/* ScrollBar Styles */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 0;
	height: 100%;
	background: #6c0b07;
	background-image: url(../images/TrackBar.gif);
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #af3f25;
	/* background: url(../images/DragMiddle.gif); */
}
.jScrollPaneDrag:hover {
	/* background-position: -15px; */
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 28px;
	background-image: url(../images/DragTop.gif);
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 31px;
	background-image: url(../images/DragBottom.gif);
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 10px;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 12px;
	background-image: url(../images/ArrowUp.gif);
}
a.jScrollArrowUp:hover {
	/*background-position: -15px;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 10px;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 12px;
	background-image: url(../images/ArrowDown.gif);
}
a.jScrollArrowDown:hover {
	/*background-position: -15px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



.holder {}

.scroll-pane {
	width: 410px;
	height: 435px;
	overflow: auto;
	line-height: 19px;
	font-size: 12px;
}

#scroller {
	width: 420px;
	height: 435px;
	overflow: hidden;
}

#scrollingLyr {
	padding-right: 20px;
}

/* end ScrollBar Styles */

