#side-menu {
	margin: -1px 0 30px 0;
	width: 980px;
	min-height: 362px;
	border-bottom: 9px solid #333;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	}
#side-menu ul {
	float: left;
	}
#home-intro {
	width: 259px;
	float: left;
	}
#home-intro h1 {
	border: none;
	height: 50px;
	background: url(images/titles/home-h1.png) no-repeat;
	margin: 0 10px 0 20px;
	}
#home-intro p {
	color: #fff;
	font-size: 16px;
	margin: 15px 10px 0 20px;
	line-height: 1.2em;
	}
#home-slideshow {
	background: url(images/pageshadow.png) repeat-y;
	padding-left: 11px;
	margin-top: -48px;
	float: left;
	height: 440px;
	}
#home-slideshow div {
	background: #b5d276;
	width: 560px;
	height: inherit;
	}

#main-column {
	float: none;
	width: 940px;
	margin: 0 0 0 40px;
	}

.main-column-right-wider {
	float: left;
	margin-left: 20px;
	width: 520px;
	}
.main-column-left-widest {
	float: left;
	width: 700px;
	}



    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:560px;
		height:440px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		left:-0px;
		top:160px;
		}	
	#nextBtn{ 
		left:540px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:40px;
		height:40px;
		background:url(images/slider/left_btn.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/slider/right_btn.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
