/* Basic elements for page-layout ***********************/


body {
	color: #505050;
	/*background-image: url('../images/body_bg.gif');
	background-color: #dce2e4;*/
	
	background-image: url('../images/bg_collien.jpg');
	background-color: #dce1e4;
       background-repeat: repeat-x;
	background-position: 0 0;
	
	/*background-image: url('../images/spring.jpg'); 
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #aecd7d;*/
		
}

/*
body {

background-image: url(../images/bg_body2.gif); 
background-repeat: no-repeat; 
background-position: center top;
background-color: #dce2e4;

}
*/

div#website {
	position: relative;
	width: 966px;
	margin: 0px auto;
	text-align: left;
	border: 0px solid #000;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
}



/**** Header ****/

div#basicHeader {
	background-color: #fff;
	position: relative;
	height: 136px;
	border: 3px solid #fff;
	border-top: none;
	z-index: 100;
}



/**** Content ****/

div#basicContent {
	position: relative;
	width: 966px;
	background-color: #fff;
	float: left;
	z-index: 10;
}

div#basicContent #leftcolOuter {
	position: relative;
	float: left;
}

div#basicContent #leftcolOuter #leftcolInner {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 187px;
	float: left;
}

div#basicContent div#contentOuter {
	position: relative;
	float: left;
}

div#basicContent div#contentOuter div#contentInnerWide {
	position: relative;
	border-left: 3px solid #fff;
	float: left;
	margin:0;
	padding:0;
}

div#basicContent div#contentOuter div#contentInnerSmall {
	float: left;
	width: 773px;
	margin: 7px 0 0 0;
}

div#basicContent div#contentOuter div#contentInnerSmall #contentBg_wide {
	position: relative;
	float: left;
	width: 770px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-color: #dce2e4;
}

div#basicContent div#contentOuter div#contentInnerSmall #contentBg_small {
	position: relative;
	float: left;
	width: 763px;
	padding: 7px 0 4px 7px;
	margin-bottom: 30px;
	background-color: #dce2e4;
}

* html div#basicContent div#contentOuter div#contentInnerSmall #contentBg_wide,
html* div#basicContent div#contentOuter div#contentInnerSmall #contentBg_wide,
* html div#basicContent div#contentOuter div#contentInnerSmall #contentBg_small,
html* div#basicContent div#contentOuter div#contentInnerSmall #contentBg_small {
	z-index: -1;
}



/**** Footer ****/

div#basicFooter {
	font-size: 11px;
	color: #505050;
}



#overlay {
	display: none;
    background-image: url('../images/overlay.png');
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 100%;
    height: 100%;
    min-height: 100%; /* for mozilla etc*/
    max-height: 100%;
	z-index: 400;
}
