@charset "UTF-8";
/* CSS Document - Site Layout */

#container_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	
}

.header {
	height:  44px;
    text-indent: -9999px;
}

#content_main {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../site_images/layoutColumn_BG.jpg);
	background-position:center top;
	background-repeat:repeat;
	background-attachment:scroll;
	
}

.content_box {
	height: 248px;
}

/* JQUERY SLIDESHOW*/
#slider {margin:0 0 0 0; padding:0;}
.slideNav A SPAN {display:none;}
#prev	{display:block; background:url('/img/arrowleft.gif') no-repeat; width:26px; height:33px; position:relative; bottom:110px; left:20px;}
#next {display:block; background:url('/img/arrowright.gif') no-repeat; width:26px; height:33px;position:relative; bottom:143px; left:490px;}

