html, body {  /* set everything to zero for a good cross-browser starting point */
margin: 0; /* zeroes the margins on the body */
padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
border: 0; /* zeroes off any existing border */
}

img
{display:block}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background:#2b2c2c;
}

a {
	color: #119dd9;
	font-weight: bold;
}

.nolink {
	font-size: 12px;
	color: #119dd9;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #119dd9;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #119dd9;
}

/* CSS Document */

form {
	padding: 0;
	margin: 0;

}

h1 {
	color: #119dd9;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
}


h2 {
	color: #666;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
}

h3 {
	color: #db5900;
}

#homecontent {
	width: 279px;
	background: url(../images/contentbg.gif) repeat-y;
	float: left;
	padding: 0 15px 0 15px;
		height: 513px;
		text-align: justify;
		line-height: 15px;
}
#homeimg {
	width: 439px;
	float: left;
	padding: 1px 0 1px 0;
}

#lrgcontent {
	width: 493px;
	background: url(../images/contentbg.gif) repeat-y;
	float: left;
	padding: 0 15px 0 15px;
	height: 513px;
	text-align: justify;
}
#fullcontent {
	background: url(../images/contentbg.gif) repeat-y;
	float: left;
	padding: 0 15px 0 15px;
	height: 513px;
	text-align: justify;
	width: 700px;
}

.thumbs {
	float: left;
	margin: 5px;
	background: #e5e8ed;
	padding: 4px;
	border: 0;

}

#lrgimg {
	width: 225px;
	float: left;
	padding: 1px 0 1px 0;
}

.contentBox {
	padding: 10px 10px 10px 10px;
	background: url(../images/content_box_bg.gif) top repeat-x;
	border: 1px solid #e5e5e5;
	margin: 0 0 15px 0;
}

.contentBox ul {
	margin: 0 0 0 40px;
	padding: 0;

}

.contentBox li {
	font-weight: bold;
	color:  #db5900;
	line-height: 13px;

}
.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}

.photos {
	text-align: center;
}

.photos img {
	margin: 15px auto 0 auto;
	border: 1px solid #d0cfc5;
	padding: 3px;
	display: inline;
}

.box  {
padding: 15px 15px 15px 15px;
border: 1px solid #7a8c64;
background: #ccd4c3;
color: #000000;
text-align: center;
}

a.button, a.button:link, a.button:active, a.button:visited  {
padding: 1px 5px 1px 5px;
border: 1px solid #7a8c64;
background: #ccd4c3;
color: #000000;
font-weight: normal;
text-decoration: none;
margin: 3px;
float: left;
}

a.button:hover  {
padding: 1px 5px 1px 5px;
border: 1px solid #7a8c64;
background: #7a8c64;
color: #FFFFFF;
text-decoration: none;
margin: 3px;
float: left;
}

a.buttonh, a.buttonh:link, a.buttonh:active, a.buttonh:visited  {
padding: 4px 5px 4px 35px;
width: 161px;
background: url(../images/button_bg.gif);
color: #000000;
font-weight: bold;
text-decoration: none;
margin: 10px 0 0 0;
float: left;
}

a.buttonh:hover  {
padding: 4px 5px 4px 35px;
width: 161px;
background: url(../images/button_bg.gif);
color: #FFFFFF;
text-decoration: none;
margin: 10px 0 0 0;
float: left;
}

/* CONTAINER
-------------------------------------------------------------------- */

#container
{
	width: 974px;
	margin: 0 auto 0 auto;
}

#container-inner
{
	width: 974px;
	height: 513px;
	background: url(../images/content_bg.gif) no-repeat;

}

/* HEADER
-------------------------------------------------------------------- */


#banner
{
	width: 974px;
	background: url(../images/banner_bg.gif) no-repeat top right;
	height: 136px;
	
}

#logo
{
	padding: 64px 0 0 0;
	text-align: center;
	margin: 0 0 0 10px;
	width: 351px;
	float: left;
}


#tel
{
	background: url(../images/tell.gif) no-repeat top left;
	width: 173px;
	margin: 49px 0 0 0;
	height: 74px;
	float: right;
}


/* MENU 
----------------------------------*/



#mainTxt {
	float: left;
	width: 423px;
	color: #FFF;
	padding-top: 30px;
}


#mainTxt h1 {
	border: none;
	color: #FFF;
	background: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;	
	padding-bottom: 10px;
}



#menu
{
	width: 218px;
	float: left;
	background: url(../images/menu_bg.gif) top right no-repeat;
	height: 513px;
	padding: 0 0 0 0;
}
#menu ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}

#menu ul li { 
margin: 10px 0 0 0;
}

.menuBig {
	font-size: 18px;
	line-height: 24px;
}

#menu ul a, #menu ul a:link, #menu ul a:visited
{
	padding: 8px 15px 8px 0;
	width: 203px;
	display: block;
	text-decoration: none;
	line-height: 14px;
	font-size: 11px;
	color: #45bcef;
	font-weight: normal;
	text-align: right;
}

#menu ul a:hover
{
	padding: 8px 15px 8px 0;
	display: block;
	background: url(../images/menu_hover.gif) top right no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	
	
}

#menu ul .current
{
	padding: 8px 15px 8px 0;
	display: block;
	background: url(../images/menu_hover.gif) top right no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	
	
}

#menu ul .last a {
	background: none;
}

#menu ul .last a:hover {
	background: none;
}



/* Content
-------------------------------------------------------------------- */

#contentContainer {
	margin: 0 0 0 0;
	padding: 10px 18px 100px 18px;
	width: 871px;
	background: url(../images/content_bg.gif) no-repeat;
	clear: both;
}

#contentInner {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 851px;
	float: left;
	min-height: 358px;
}
.contentSmlBoxTop {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 227px;
	background: url(../images/sml_box_top.gif) no-repeat;
}

.contentSmlBoxMid{
	margin: 0 0 0 0;
	width: 227px;
	background:url(../images/sml_box_mid.gif) repeat-y;
}

.contentSmlBoxMid h2{
	color: #166096;
	padding: 0 0 7px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
}

.contentSmlBoxBot{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 227px;
	background: url(../images/sml_box_bot.gif) no-repeat;
}


.contentLrgBoxTop {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 629px;
	background: url(../images/lrg_box_top.gif) no-repeat;
}

.contentLrgBoxMid{
	margin: 0 0 0 0;
	width: 629px;
	background:url(../images/ltg_box_mid.gif) repeat-y;
}

.contentLrgBoxMid h2{
	color: #166096;
	padding: 0 0 7px 0;
	margin: 0;
	border-bottom: 1px solid #ebebe9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: lighter;
}

.contentLrgBoxBot{
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 629px;
	background: url(../images/ltg_box_bot.gif) no-repeat;
}

.twentyPad {
	padding: 5px 20px 5px 20px;
	
}

#content
{	
	width: 535px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#contentText
{	
	width: 475px;
	margin: 0 0 0 0;
	padding: 10px;
	float: left;
}

#contentMenu
{	
	width: 275px;
	margin: 0 0 0 0;
	padding: 10px;
	float: left;
}

#contentFull
{	
	padding: 10px;
}

#leftCol
{	
	width: 342px;
	padding: 0 10px 10px 10px;
	float: left;
}

#twoCol
{	
	width: 582px;
	padding: 0 20px 10px 20px;
	float: left;
}

.repeater
{	
	width: 562px;
	padding: 10px 10px 10px 10px;
	background: url(../images/repeater.gif) repeat-x bottom;
}

.siderepeater
{	
	padding: 10px 0 10px 0;
	width: 207px;
	border-bottom: 1px dashed #b7b6ac;	
	color: #999999;
	
}

.box
{	
	width: 562px;
	padding: 10px 10px 10px 10px;
	background: url(../images/repeater.gif) repeat-x bottom;
}

.repeater img
{	
	float: left;
	margin: 0 10px 0 0;
}

#leftCol
{	
	width: 230px;
	padding: 0 10px 10px 10px;
	float: left;
}

#newletter
{	
	padding: 10px 10px 10px 10px;
	clear: left;
	width: 210px;
	background: url(../images/side_box_bg.gif) repeat-x bottom #d8d4c8;
	margin: 0 0 0 0;
	color: #535041;
	font-size: 11px;
}

#eventbanner
{	
	padding: 10px 10px 10px 10px;
	float: left;
	width: 260px;
	background: url(../images/side_box_bg.gif) repeat-x bottom #d8d4c8;
	margin: 10px 10px 10px 0;
	color: #535041;
	font-size: 11px;
}

#newletter h3
{
	color: #535041;
	padding: 0 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

#leftCol img
{	
	margin-top: 10px;
}




#content li
{
list-style-image:url(../images/arrow.gif);
}

#content ul
{
padding: 0 0 0 0;
margin: 0 0 0 15px;
}


.error {
	color: #F00;
	font-weight: normal;
	font-size: 11px;
}



/* sidecol
-------------------------------------------------------------------- */

#sidecol
{
	margin: 0 5px 0 0;
	padding-top: 18px;
	width: 320px;
	float: right;
	font-size: 11px;
	line-height: 16px;

}

#sidecolImg
{
	margin: 5px 5px 0 0;
	width: 360px;
	float: right;
	font-size: 11px;
	line-height: 16px;

}

#sidecolMenu
{
	width: 560px;
	float: right;
	font-size: 11px;
	line-height: 16px;

}

#sidecol img
{
	margin-bottom: 20px;
}

#quickSearch
{
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	background: #7a338a;
	color: #FFFFFF;
	width: 181px;
	float: left;
	height: 182px;
	border-bottom: 1px solid #fff;
}


/************ FORMS **************/


}



/* Footer
-------------------------------------------------------------------- */


#footer-stretch
{
	background: #504645;
}

#footer
{
	padding: 8px 0 50px 10px;
	font-size: 11px;
	color: #666;
	margin: 0 auto 0 auto;
}

.footerRight
{
	float: right;
	text-align: right;
}

#footer ul
{
	margin: 0;
	padding: 0 5px 2px 17px;
	float: right;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#footer li a, #footer li a:link, #footer li a:visited
{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#footer li a:hover
{
	text-decoration: none;
	color: #fff;
}
#footer a, #footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}


#footer a:hover
{
	text-decoration: none;
	color: #fff;
}

.smlTXT
{
font-size: 10px;
}
.resultsHead
{
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	background-color: #b9d3eb;
	margin: 0 0 1px 0;
}

.resultsHead a, .resultsHead a:link, .resultsHead a:visited
{
	font-size: 12px;
}
.resultsHead a:hover
{
	font-size: 12px;
}


a.smlLink , a.smlLink:link, a.smlLink:visited
{
	font-size: 10px;
	color: #000;
}
a.smlLink:hover
{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

#repeater a:hover {
	color: #000;
	text-decoration: underline;
}


.resultsBody
{
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	background-color: #f4f4f6;
	margin: 0 0 10px 0;
}

.jobHead
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
}

img.imgRight {
float: right;
display: inline;
}


.frameBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin:0;
    width:100%;
    height:100%;
	background: none;
}

.frameBody p
{
    border:1px #bbb solid;
    padding:2px;
}

.rte-zone
{
	width:500px;
	margin:0;
	padding:0;
	height:160px;
	border:1px #999 solid;
    clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

.rte-toolbar{ overflow:hidden; }

.rte-toolbar a, .rte-toolbar a img {
	border:0;
}

.rte-toolbar p {
    float:left;
    margin:0;
    padding-right:5px;
}


.date {
float: right;
}

.count {
float: right;
margin: 20px 0 0 0;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #7a338a;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#c0d7ec;
	height:27px;
	font-weight: bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#listticker ul {
	height: 60px;
	width: 228px;
	overflow: hidden;
	border: solid 1px #DEDEDE;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		height:60px;
		padding:5px;
		list-style:none;
	}

		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 560px; height: 660px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 560px; overflow: auto; height: 660px; margin: 0; position: absolute; top: 0; left: 0; 	background: url(../images/content_box_bg.gif) top repeat-x;
	border: 1px solid #e5e5e5; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; text-align: center }
.anythingSlider ul li                   { display: block; float: left; padding: 10px 0 0 0; height: 650px; width: 560px; margin: 0; line-height: 9px }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../images/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../images/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../images/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../images/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('../images/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('../images/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}


